diff --git "a/graph_micropython.json" "b/graph_micropython.json" new file mode 100644--- /dev/null +++ "b/graph_micropython.json" @@ -0,0 +1,194800 @@ +{ + "repo_root": "C:\\repos\\v3\\micropython", + "files_scanned": 1937, + "modules_parsed": 1912, + "function_graph": { + "docs.conf": [], + "docs.readthedocs.settings.local_settings": [], + "examples.accellog": [], + "examples.accel_i2c": [], + "examples.asmled": [ + { + "id": "examples.asmled.flash_led", + "name": "flash_led", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "examples.asmled.flash_led_v2", + "name": "flash_led_v2", + "lineno": 52, + "scope": null, + "is_async": false + } + ], + "examples.asmsum": [ + { + "id": "examples.asmsum.asm_sum_words", + "name": "asm_sum_words", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "examples.asmsum.asm_sum_bytes", + "name": "asm_sum_bytes", + "lineno": 29, + "scope": null, + "is_async": false + } + ], + "examples.conwaylife": [ + { + "id": "examples.conwaylife.conway_step", + "name": "conway_step", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "examples.conwaylife.conway_rand", + "name": "conway_rand", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "examples.conwaylife.conway_go", + "name": "conway_go", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "examples.ledangle": [ + { + "id": "examples.ledangle.led_angle", + "name": "led_angle", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "examples.mandel": [ + { + "id": "examples.mandel.mandelbrot", + "name": "mandelbrot", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "examples.mandel.mandelbrot.in_set", + "name": "in_set", + "lineno": 10, + "scope": "mandelbrot", + "is_async": false + } + ], + "examples.micropython": [ + { + "id": "examples.micropython.nodecor", + "name": "nodecor", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "examples.pyb": [ + { + "id": "examples.pyb.delay", + "name": "delay", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "examples.pyb.rng", + "name": "rng", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "examples.pyb.LCD.__init__", + "name": "__init__", + "lineno": 23, + "scope": "LCD", + "is_async": false + }, + { + "id": "examples.pyb.LCD.light", + "name": "light", + "lineno": 29, + "scope": "LCD", + "is_async": false + }, + { + "id": "examples.pyb.LCD.fill", + "name": "fill", + "lineno": 32, + "scope": "LCD", + "is_async": false + }, + { + "id": "examples.pyb.LCD.show", + "name": "show", + "lineno": 37, + "scope": "LCD", + "is_async": false + }, + { + "id": "examples.pyb.LCD.get", + "name": "get", + "lineno": 46, + "scope": "LCD", + "is_async": false + }, + { + "id": "examples.pyb.LCD.pixel", + "name": "pixel", + "lineno": 52, + "scope": "LCD", + "is_async": false + } + ], + "examples.switch": [ + { + "id": "examples.switch.run_loop", + "name": "run_loop", + "lineno": 28, + "scope": null, + "is_async": false + } + ], + "examples.bluetooth.ble_advertising": [ + { + "id": "examples.bluetooth.ble_advertising.advertising_payload", + "name": "advertising_payload", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "examples.bluetooth.ble_advertising.advertising_payload._append", + "name": "_append", + "lineno": 33, + "scope": "advertising_payload", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_advertising.decode_field", + "name": "decode_field", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "examples.bluetooth.ble_advertising.decode_name", + "name": "decode_name", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "examples.bluetooth.ble_advertising.decode_services", + "name": "decode_services", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "examples.bluetooth.ble_advertising.demo", + "name": "demo", + "lineno": 88, + "scope": null, + "is_async": false + } + ], + "examples.bluetooth.ble_bonding_peripheral": [ + { + "id": "examples.bluetooth.ble_bonding_peripheral.BLETemperature.__init__", + "name": "__init__", + "lineno": 66, + "scope": "BLETemperature", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_bonding_peripheral.BLETemperature._irq", + "name": "_irq", + "lineno": 83, + "scope": "BLETemperature", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_bonding_peripheral.BLETemperature.set_temperature", + "name": "set_temperature", + "lineno": 143, + "scope": "BLETemperature", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_bonding_peripheral.BLETemperature._advertise", + "name": "_advertise", + "lineno": 156, + "scope": "BLETemperature", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_bonding_peripheral.BLETemperature._load_secrets", + "name": "_load_secrets", + "lineno": 160, + "scope": "BLETemperature", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_bonding_peripheral.BLETemperature._save_secrets", + "name": "_save_secrets", + "lineno": 170, + "scope": "BLETemperature", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_bonding_peripheral.demo", + "name": "demo", + "lineno": 182, + "scope": null, + "is_async": false + } + ], + "examples.bluetooth.ble_simple_central": [ + { + "id": "examples.bluetooth.ble_simple_central.BLESimpleCentral.__init__", + "name": "__init__", + "lineno": 50, + "scope": "BLESimpleCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_simple_central.BLESimpleCentral._reset", + "name": "_reset", + "lineno": 57, + "scope": "BLESimpleCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_simple_central.BLESimpleCentral._irq", + "name": "_irq", + "lineno": 79, + "scope": "BLESimpleCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_simple_central.BLESimpleCentral.is_connected", + "name": "is_connected", + "lineno": 161, + "scope": "BLESimpleCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_simple_central.BLESimpleCentral.scan", + "name": "scan", + "lineno": 169, + "scope": "BLESimpleCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_simple_central.BLESimpleCentral.connect", + "name": "connect", + "lineno": 176, + "scope": "BLESimpleCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_simple_central.BLESimpleCentral.disconnect", + "name": "disconnect", + "lineno": 186, + "scope": "BLESimpleCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_simple_central.BLESimpleCentral.write", + "name": "write", + "lineno": 193, + "scope": "BLESimpleCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_simple_central.BLESimpleCentral.on_notify", + "name": "on_notify", + "lineno": 199, + "scope": "BLESimpleCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_simple_central.demo", + "name": "demo", + "lineno": 203, + "scope": null, + "is_async": false + }, + { + "id": "examples.bluetooth.ble_simple_central.demo.on_scan", + "name": "on_scan", + "lineno": 209, + "scope": "demo", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_simple_central.demo.on_rx", + "name": "on_rx", + "lineno": 228, + "scope": "demo", + "is_async": false + } + ], + "examples.bluetooth.ble_simple_peripheral": [ + { + "id": "examples.bluetooth.ble_simple_peripheral.BLESimplePeripheral.__init__", + "name": "__init__", + "lineno": 41, + "scope": "BLESimplePeripheral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_simple_peripheral.BLESimplePeripheral._irq", + "name": "_irq", + "lineno": 51, + "scope": "BLESimplePeripheral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_simple_peripheral.BLESimplePeripheral.send", + "name": "send", + "lineno": 69, + "scope": "BLESimplePeripheral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_simple_peripheral.BLESimplePeripheral.is_connected", + "name": "is_connected", + "lineno": 73, + "scope": "BLESimplePeripheral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_simple_peripheral.BLESimplePeripheral._advertise", + "name": "_advertise", + "lineno": 76, + "scope": "BLESimplePeripheral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_simple_peripheral.BLESimplePeripheral.on_write", + "name": "on_write", + "lineno": 80, + "scope": "BLESimplePeripheral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_simple_peripheral.demo", + "name": "demo", + "lineno": 84, + "scope": null, + "is_async": false + }, + { + "id": "examples.bluetooth.ble_simple_peripheral.demo.on_rx", + "name": "on_rx", + "lineno": 88, + "scope": "demo", + "is_async": false + } + ], + "examples.bluetooth.ble_temperature": [ + { + "id": "examples.bluetooth.ble_temperature.BLETemperature.__init__", + "name": "__init__", + "lineno": 45, + "scope": "BLETemperature", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_temperature.BLETemperature._irq", + "name": "_irq", + "lineno": 56, + "scope": "BLETemperature", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_temperature.BLETemperature.set_temperature", + "name": "set_temperature", + "lineno": 69, + "scope": "BLETemperature", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_temperature.BLETemperature._advertise", + "name": "_advertise", + "lineno": 82, + "scope": "BLETemperature", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_temperature.demo", + "name": "demo", + "lineno": 86, + "scope": null, + "is_async": false + } + ], + "examples.bluetooth.ble_temperature_central": [ + { + "id": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral.__init__", + "name": "__init__", + "lineno": 55, + "scope": "BLETemperatureCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral._reset", + "name": "_reset", + "lineno": 62, + "scope": "BLETemperatureCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral._irq", + "name": "_irq", + "lineno": 86, + "scope": "BLETemperatureCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral.is_connected", + "name": "is_connected", + "lineno": 176, + "scope": "BLETemperatureCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral.scan", + "name": "scan", + "lineno": 180, + "scope": "BLETemperatureCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral.connect", + "name": "connect", + "lineno": 187, + "scope": "BLETemperatureCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral.disconnect", + "name": "disconnect", + "lineno": 197, + "scope": "BLETemperatureCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral.read", + "name": "read", + "lineno": 204, + "scope": "BLETemperatureCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral.on_notify", + "name": "on_notify", + "lineno": 211, + "scope": "BLETemperatureCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral._update_value", + "name": "_update_value", + "lineno": 214, + "scope": "BLETemperatureCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral.value", + "name": "value", + "lineno": 219, + "scope": "BLETemperatureCentral", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_temperature_central.demo", + "name": "demo", + "lineno": 223, + "scope": null, + "is_async": false + }, + { + "id": "examples.bluetooth.ble_temperature_central.demo.on_scan", + "name": "on_scan", + "lineno": 229, + "scope": "demo", + "is_async": false + } + ], + "examples.bluetooth.ble_uart_peripheral": [ + { + "id": "examples.bluetooth.ble_uart_peripheral.BLEUART.__init__", + "name": "__init__", + "lineno": 39, + "scope": "BLEUART", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_uart_peripheral.BLEUART.irq", + "name": "irq", + "lineno": 53, + "scope": "BLEUART", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_uart_peripheral.BLEUART._irq", + "name": "_irq", + "lineno": 56, + "scope": "BLEUART", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_uart_peripheral.BLEUART.any", + "name": "any", + "lineno": 74, + "scope": "BLEUART", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_uart_peripheral.BLEUART.read", + "name": "read", + "lineno": 77, + "scope": "BLEUART", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_uart_peripheral.BLEUART.write", + "name": "write", + "lineno": 84, + "scope": "BLEUART", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_uart_peripheral.BLEUART.close", + "name": "close", + "lineno": 88, + "scope": "BLEUART", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_uart_peripheral.BLEUART._advertise", + "name": "_advertise", + "lineno": 93, + "scope": "BLEUART", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_uart_peripheral.demo", + "name": "demo", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "examples.bluetooth.ble_uart_peripheral.demo.on_rx", + "name": "on_rx", + "lineno": 103, + "scope": "demo", + "is_async": false + } + ], + "examples.bluetooth.ble_uart_repl": [ + { + "id": "examples.bluetooth.ble_uart_repl.schedule_in", + "name": "schedule_in", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "examples.bluetooth.ble_uart_repl.schedule_in._wrap", + "name": "_wrap", + "lineno": 27, + "scope": "schedule_in", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_uart_repl.BLEUARTStream.__init__", + "name": "__init__", + "lineno": 38, + "scope": "BLEUARTStream", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_uart_repl.BLEUARTStream._on_rx", + "name": "_on_rx", + "lineno": 43, + "scope": "BLEUARTStream", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_uart_repl.BLEUARTStream.read", + "name": "read", + "lineno": 48, + "scope": "BLEUARTStream", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_uart_repl.BLEUARTStream.readinto", + "name": "readinto", + "lineno": 51, + "scope": "BLEUARTStream", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_uart_repl.BLEUARTStream.ioctl", + "name": "ioctl", + "lineno": 59, + "scope": "BLEUARTStream", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_uart_repl.BLEUARTStream._flush", + "name": "_flush", + "lineno": 65, + "scope": "BLEUARTStream", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_uart_repl.BLEUARTStream.write", + "name": "write", + "lineno": 72, + "scope": "BLEUARTStream", + "is_async": false + }, + { + "id": "examples.bluetooth.ble_uart_repl.start", + "name": "start", + "lineno": 79, + "scope": null, + "is_async": false + } + ], + "examples.hwapi.button_led": [], + "examples.hwapi.button_reaction": [], + "examples.hwapi.hwconfig_console": [ + { + "id": "examples.hwapi.hwconfig_console.LEDClass.__init__", + "name": "__init__", + "lineno": 4, + "scope": "LEDClass", + "is_async": false + }, + { + "id": "examples.hwapi.hwconfig_console.LEDClass.value", + "name": "value", + "lineno": 7, + "scope": "LEDClass", + "is_async": false + }, + { + "id": "examples.hwapi.hwconfig_console.LEDClass.on", + "name": "on", + "lineno": 10, + "scope": "LEDClass", + "is_async": false + }, + { + "id": "examples.hwapi.hwconfig_console.LEDClass.off", + "name": "off", + "lineno": 13, + "scope": "LEDClass", + "is_async": false + } + ], + "examples.hwapi.hwconfig_dragonboard410c": [], + "examples.hwapi.hwconfig_esp8266_esp12": [], + "examples.hwapi.hwconfig_pyboard": [], + "examples.hwapi.hwconfig_z_96b_carbon": [], + "examples.hwapi.hwconfig_z_frdm_k64f": [], + "examples.hwapi.soft_pwm": [ + { + "id": "examples.hwapi.soft_pwm.pwm_cycle", + "name": "pwm_cycle", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "examples.hwapi.soft_pwm2_asyncio": [ + { + "id": "examples.hwapi.soft_pwm2_asyncio.pwm_cycle", + "name": "pwm_cycle", + "lineno": 7, + "scope": null, + "is_async": true + }, + { + "id": "examples.hwapi.soft_pwm2_asyncio.fade_in_out", + "name": "fade_in_out", + "lineno": 18, + "scope": null, + "is_async": true + } + ], + "examples.hwapi.soft_pwm_asyncio": [ + { + "id": "examples.hwapi.soft_pwm_asyncio.pwm_cycle", + "name": "pwm_cycle", + "lineno": 6, + "scope": null, + "is_async": true + }, + { + "id": "examples.hwapi.soft_pwm_asyncio.fade_in_out", + "name": "fade_in_out", + "lineno": 17, + "scope": null, + "is_async": true + } + ], + "examples.natmod.features2.test": [ + { + "id": "examples.natmod.features2.test.isclose", + "name": "isclose", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "examples.natmod.features2.test.test", + "name": "test", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "examples.network.https_client": [ + { + "id": "examples.network.https_client.main", + "name": "main", + "lineno": 18, + "scope": null, + "is_async": false + } + ], + "examples.network.https_client_nonblocking": [ + { + "id": "examples.network.https_client_nonblocking.connect_nonblocking", + "name": "connect_nonblocking", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "examples.network.https_client_nonblocking.write_nonblocking", + "name": "write_nonblocking", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "examples.network.https_client_nonblocking.read_nonblocking", + "name": "read_nonblocking", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "examples.network.https_client_nonblocking.main", + "name": "main", + "lineno": 40, + "scope": null, + "is_async": false + } + ], + "examples.network.https_server": [ + { + "id": "examples.network.https_server.main", + "name": "main", + "lineno": 44, + "scope": null, + "is_async": false + } + ], + "examples.network.http_client": [ + { + "id": "examples.network.http_client.main", + "name": "main", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "examples.network.http_server": [ + { + "id": "examples.network.http_server.main", + "name": "main", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "examples.network.http_server_simplistic": [ + { + "id": "examples.network.http_server_simplistic.main", + "name": "main", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "examples.network.http_server_simplistic_commented": [ + { + "id": "examples.network.http_server_simplistic_commented.main", + "name": "main", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "examples.rp2.pio_1hz": [ + { + "id": "examples.rp2.pio_1hz.blink_1hz", + "name": "blink_1hz", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "examples.rp2.pio_exec": [ + { + "id": "examples.rp2.pio_exec.prog", + "name": "prog", + "lineno": 17, + "scope": null, + "is_async": false + } + ], + "examples.rp2.pio_pinchange": [ + { + "id": "examples.rp2.pio_pinchange.wait_pin_low", + "name": "wait_pin_low", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "examples.rp2.pio_pinchange.handler", + "name": "handler", + "lineno": 29, + "scope": null, + "is_async": false + } + ], + "examples.rp2.pio_pwm": [ + { + "id": "examples.rp2.pio_pwm.pwm_prog", + "name": "pwm_prog", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "examples.rp2.pio_pwm.PIOPWM.__init__", + "name": "__init__", + "lineno": 25, + "scope": "PIOPWM", + "is_async": false + }, + { + "id": "examples.rp2.pio_pwm.PIOPWM.set", + "name": "set", + "lineno": 34, + "scope": "PIOPWM", + "is_async": false + } + ], + "examples.rp2.pio_uart_rx": [ + { + "id": "examples.rp2.pio_uart_rx.uart_rx_mini", + "name": "uart_rx_mini", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "examples.rp2.pio_uart_rx.uart_rx", + "name": "uart_rx", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "examples.rp2.pio_uart_rx.handler", + "name": "handler", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "examples.rp2.pio_uart_rx.core1_task", + "name": "core1_task", + "lineno": 81, + "scope": null, + "is_async": false + } + ], + "examples.rp2.pio_uart_tx": [ + { + "id": "examples.rp2.pio_uart_tx.uart_tx", + "name": "uart_tx", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "examples.rp2.pio_uart_tx.pio_uart_print", + "name": "pio_uart_print", + "lineno": 40, + "scope": null, + "is_async": false + } + ], + "examples.rp2.pio_ws2812": [ + { + "id": "examples.rp2.pio_ws2812.ws2812", + "name": "ws2812", + "lineno": 19, + "scope": null, + "is_async": false + } + ], + "examples.rp2.pwm_fade": [], + "examples.SDdatalogger.boot": [], + "examples.SDdatalogger.cardreader": [], + "examples.SDdatalogger.datalogger": [], + "examples.unix.ffi_example": [ + { + "id": "examples.unix.ffi_example.cmp", + "name": "cmp", + "lineno": 28, + "scope": null, + "is_async": false + } + ], + "examples.unix.machine_bios": [], + "examples.usb.usb_dfu_device": [ + { + "id": "examples.usb.usb_dfu_device.DFUOverUSB.__init__", + "name": "__init__", + "lineno": 109, + "scope": "DFUOverUSB", + "is_async": false + }, + { + "id": "examples.usb.usb_dfu_device.DFUOverUSB._control_xfer_cb", + "name": "_control_xfer_cb", + "lineno": 115, + "scope": "DFUOverUSB", + "is_async": false + }, + { + "id": "examples.usb.usb_dfu_device.DFU.__init__", + "name": "__init__", + "lineno": 169, + "scope": "DFU", + "is_async": false + }, + { + "id": "examples.usb.usb_dfu_device.DFU.handle_rx", + "name": "handle_rx", + "lineno": 180, + "scope": "DFU", + "is_async": false + }, + { + "id": "examples.usb.usb_dfu_device.DFU.handle_tx", + "name": "handle_tx", + "lineno": 203, + "scope": "DFU", + "is_async": false + }, + { + "id": "examples.usb.usb_dfu_device.DFU.process", + "name": "process", + "lineno": 240, + "scope": "DFU", + "is_async": false + }, + { + "id": "examples.usb.usb_dfu_device.DFU.process_dnload", + "name": "process_dnload", + "lineno": 249, + "scope": "DFU", + "is_async": false + }, + { + "id": "examples.usb.usb_dfu_device.DFU.do_mass_erase", + "name": "do_mass_erase", + "lineno": 277, + "scope": "DFU", + "is_async": false + }, + { + "id": "examples.usb.usb_dfu_device.DFU.do_page_erase", + "name": "do_page_erase", + "lineno": 281, + "scope": "DFU", + "is_async": false + }, + { + "id": "examples.usb.usb_dfu_device.DFU.do_read", + "name": "do_read", + "lineno": 285, + "scope": "DFU", + "is_async": false + }, + { + "id": "examples.usb.usb_dfu_device.DFU.do_write", + "name": "do_write", + "lineno": 292, + "scope": "DFU", + "is_async": false + } + ], + "examples.usb.usb_simple_device": [ + { + "id": "examples.usb.usb_simple_device._open_itf_cb", + "name": "_open_itf_cb", + "lineno": 112, + "scope": null, + "is_async": false + }, + { + "id": "examples.usb.usb_simple_device._xfer_cb", + "name": "_xfer_cb", + "lineno": 119, + "scope": null, + "is_async": false + } + ], + "examples.usb.usb_simple_host_pyusb": [ + { + "id": "examples.usb.usb_simple_host_pyusb.main", + "name": "main", + "lineno": 19, + "scope": null, + "is_async": false + } + ], + "extmod.asyncio.core": [ + { + "id": "extmod.asyncio.core.SingletonGenerator.__init__", + "name": "__init__", + "lineno": 36, + "scope": "SingletonGenerator", + "is_async": false + }, + { + "id": "extmod.asyncio.core.SingletonGenerator.__iter__", + "name": "__iter__", + "lineno": 40, + "scope": "SingletonGenerator", + "is_async": false + }, + { + "id": "extmod.asyncio.core.SingletonGenerator.__next__", + "name": "__next__", + "lineno": 43, + "scope": "SingletonGenerator", + "is_async": false + }, + { + "id": "extmod.asyncio.core.sleep_ms", + "name": "sleep_ms", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "extmod.asyncio.core.sleep", + "name": "sleep", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "extmod.asyncio.core.IOQueue.__init__", + "name": "__init__", + "lineno": 71, + "scope": "IOQueue", + "is_async": false + }, + { + "id": "extmod.asyncio.core.IOQueue._enqueue", + "name": "_enqueue", + "lineno": 75, + "scope": "IOQueue", + "is_async": false + }, + { + "id": "extmod.asyncio.core.IOQueue._dequeue", + "name": "_dequeue", + "lineno": 90, + "scope": "IOQueue", + "is_async": false + }, + { + "id": "extmod.asyncio.core.IOQueue.queue_read", + "name": "queue_read", + "lineno": 94, + "scope": "IOQueue", + "is_async": false + }, + { + "id": "extmod.asyncio.core.IOQueue.queue_write", + "name": "queue_write", + "lineno": 97, + "scope": "IOQueue", + "is_async": false + }, + { + "id": "extmod.asyncio.core.IOQueue.remove", + "name": "remove", + "lineno": 100, + "scope": "IOQueue", + "is_async": false + }, + { + "id": "extmod.asyncio.core.IOQueue.wait_io_event", + "name": "wait_io_event", + "lineno": 113, + "scope": "IOQueue", + "is_async": false + }, + { + "id": "extmod.asyncio.core._promote_to_task", + "name": "_promote_to_task", + "lineno": 138, + "scope": null, + "is_async": false + }, + { + "id": "extmod.asyncio.core.create_task", + "name": "create_task", + "lineno": 143, + "scope": null, + "is_async": false + }, + { + "id": "extmod.asyncio.core.run_until_complete", + "name": "run_until_complete", + "lineno": 152, + "scope": null, + "is_async": false + }, + { + "id": "extmod.asyncio.core.run", + "name": "run", + "lineno": 247, + "scope": null, + "is_async": false + }, + { + "id": "extmod.asyncio.core._stopper", + "name": "_stopper", + "lineno": 255, + "scope": null, + "is_async": true + }, + { + "id": "extmod.asyncio.core.Loop.create_task", + "name": "create_task", + "lineno": 266, + "scope": "Loop", + "is_async": false + }, + { + "id": "extmod.asyncio.core.Loop.run_forever", + "name": "run_forever", + "lineno": 269, + "scope": "Loop", + "is_async": false + }, + { + "id": "extmod.asyncio.core.Loop.run_until_complete", + "name": "run_until_complete", + "lineno": 275, + "scope": "Loop", + "is_async": false + }, + { + "id": "extmod.asyncio.core.Loop.stop", + "name": "stop", + "lineno": 278, + "scope": "Loop", + "is_async": false + }, + { + "id": "extmod.asyncio.core.Loop.close", + "name": "close", + "lineno": 285, + "scope": "Loop", + "is_async": false + }, + { + "id": "extmod.asyncio.core.Loop.set_exception_handler", + "name": "set_exception_handler", + "lineno": 288, + "scope": "Loop", + "is_async": false + }, + { + "id": "extmod.asyncio.core.Loop.get_exception_handler", + "name": "get_exception_handler", + "lineno": 291, + "scope": "Loop", + "is_async": false + }, + { + "id": "extmod.asyncio.core.Loop.default_exception_handler", + "name": "default_exception_handler", + "lineno": 294, + "scope": "Loop", + "is_async": false + }, + { + "id": "extmod.asyncio.core.Loop.call_exception_handler", + "name": "call_exception_handler", + "lineno": 299, + "scope": "Loop", + "is_async": false + }, + { + "id": "extmod.asyncio.core.get_event_loop", + "name": "get_event_loop", + "lineno": 304, + "scope": null, + "is_async": false + }, + { + "id": "extmod.asyncio.core.current_task", + "name": "current_task", + "lineno": 308, + "scope": null, + "is_async": false + }, + { + "id": "extmod.asyncio.core.new_event_loop", + "name": "new_event_loop", + "lineno": 314, + "scope": null, + "is_async": false + } + ], + "extmod.asyncio.event": [ + { + "id": "extmod.asyncio.event.Event.__init__", + "name": "__init__", + "lineno": 9, + "scope": "Event", + "is_async": false + }, + { + "id": "extmod.asyncio.event.Event.is_set", + "name": "is_set", + "lineno": 13, + "scope": "Event", + "is_async": false + }, + { + "id": "extmod.asyncio.event.Event.set", + "name": "set", + "lineno": 16, + "scope": "Event", + "is_async": false + }, + { + "id": "extmod.asyncio.event.Event.clear", + "name": "clear", + "lineno": 24, + "scope": "Event", + "is_async": false + }, + { + "id": "extmod.asyncio.event.Event.wait", + "name": "wait", + "lineno": 28, + "scope": "Event", + "is_async": false + }, + { + "id": "extmod.asyncio.event.ThreadSafeFlag.__init__", + "name": "__init__", + "lineno": 46, + "scope": "ThreadSafeFlag", + "is_async": false + }, + { + "id": "extmod.asyncio.event.ThreadSafeFlag.ioctl", + "name": "ioctl", + "lineno": 49, + "scope": "ThreadSafeFlag", + "is_async": false + }, + { + "id": "extmod.asyncio.event.ThreadSafeFlag.set", + "name": "set", + "lineno": 54, + "scope": "ThreadSafeFlag", + "is_async": false + }, + { + "id": "extmod.asyncio.event.ThreadSafeFlag.clear", + "name": "clear", + "lineno": 57, + "scope": "ThreadSafeFlag", + "is_async": false + }, + { + "id": "extmod.asyncio.event.ThreadSafeFlag.wait", + "name": "wait", + "lineno": 60, + "scope": "ThreadSafeFlag", + "is_async": true + } + ], + "extmod.asyncio.funcs": [ + { + "id": "extmod.asyncio.funcs._run", + "name": "_run", + "lineno": 7, + "scope": null, + "is_async": true + }, + { + "id": "extmod.asyncio.funcs.wait_for", + "name": "wait_for", + "lineno": 24, + "scope": null, + "is_async": true + }, + { + "id": "extmod.asyncio.funcs.wait_for_ms", + "name": "wait_for_ms", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "extmod.asyncio.funcs._Remove.remove", + "name": "remove", + "lineno": 60, + "scope": "_Remove", + "is_async": false + }, + { + "id": "extmod.asyncio.funcs.gather", + "name": "gather", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "extmod.asyncio.funcs.gather.done", + "name": "done", + "lineno": 66, + "scope": "gather", + "is_async": false + } + ], + "extmod.asyncio.lock": [ + { + "id": "extmod.asyncio.lock.Lock.__init__", + "name": "__init__", + "lineno": 9, + "scope": "Lock", + "is_async": false + }, + { + "id": "extmod.asyncio.lock.Lock.locked", + "name": "locked", + "lineno": 18, + "scope": "Lock", + "is_async": false + }, + { + "id": "extmod.asyncio.lock.Lock.release", + "name": "release", + "lineno": 21, + "scope": "Lock", + "is_async": false + }, + { + "id": "extmod.asyncio.lock.Lock.acquire", + "name": "acquire", + "lineno": 33, + "scope": "Lock", + "is_async": false + }, + { + "id": "extmod.asyncio.lock.Lock.__aenter__", + "name": "__aenter__", + "lineno": 51, + "scope": "Lock", + "is_async": true + }, + { + "id": "extmod.asyncio.lock.Lock.__aexit__", + "name": "__aexit__", + "lineno": 54, + "scope": "Lock", + "is_async": true + } + ], + "extmod.asyncio.manifest": [], + "extmod.asyncio.stream": [ + { + "id": "extmod.asyncio.stream.Stream.__init__", + "name": "__init__", + "lineno": 8, + "scope": "Stream", + "is_async": false + }, + { + "id": "extmod.asyncio.stream.Stream.get_extra_info", + "name": "get_extra_info", + "lineno": 13, + "scope": "Stream", + "is_async": false + }, + { + "id": "extmod.asyncio.stream.Stream.close", + "name": "close", + "lineno": 16, + "scope": "Stream", + "is_async": false + }, + { + "id": "extmod.asyncio.stream.Stream.wait_closed", + "name": "wait_closed", + "lineno": 19, + "scope": "Stream", + "is_async": true + }, + { + "id": "extmod.asyncio.stream.Stream.read", + "name": "read", + "lineno": 24, + "scope": "Stream", + "is_async": false + }, + { + "id": "extmod.asyncio.stream.Stream.readinto", + "name": "readinto", + "lineno": 37, + "scope": "Stream", + "is_async": false + }, + { + "id": "extmod.asyncio.stream.Stream.readexactly", + "name": "readexactly", + "lineno": 42, + "scope": "Stream", + "is_async": false + }, + { + "id": "extmod.asyncio.stream.Stream.readline", + "name": "readline", + "lineno": 55, + "scope": "Stream", + "is_async": false + }, + { + "id": "extmod.asyncio.stream.Stream.write", + "name": "write", + "lineno": 66, + "scope": "Stream", + "is_async": false + }, + { + "id": "extmod.asyncio.stream.Stream.drain", + "name": "drain", + "lineno": 77, + "scope": "Stream", + "is_async": false + }, + { + "id": "extmod.asyncio.stream.open_connection", + "name": "open_connection", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "extmod.asyncio.stream.Server.__aenter__", + "name": "__aenter__", + "lineno": 128, + "scope": "Server", + "is_async": true + }, + { + "id": "extmod.asyncio.stream.Server.__aexit__", + "name": "__aexit__", + "lineno": 131, + "scope": "Server", + "is_async": true + }, + { + "id": "extmod.asyncio.stream.Server.close", + "name": "close", + "lineno": 135, + "scope": "Server", + "is_async": false + }, + { + "id": "extmod.asyncio.stream.Server.wait_closed", + "name": "wait_closed", + "lineno": 141, + "scope": "Server", + "is_async": true + }, + { + "id": "extmod.asyncio.stream.Server._serve", + "name": "_serve", + "lineno": 144, + "scope": "Server", + "is_async": true + }, + { + "id": "extmod.asyncio.stream.start_server", + "name": "start_server", + "lineno": 179, + "scope": null, + "is_async": true + }, + { + "id": "extmod.asyncio.stream.stream_awrite", + "name": "stream_awrite", + "lineno": 210, + "scope": null, + "is_async": true + } + ], + "extmod.asyncio.task": [ + { + "id": "extmod.asyncio.task.ph_meld", + "name": "ph_meld", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "extmod.asyncio.task.ph_pairing", + "name": "ph_pairing", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "extmod.asyncio.task.ph_delete", + "name": "ph_delete", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "extmod.asyncio.task.TaskQueue.__init__", + "name": "__init__", + "lineno": 96, + "scope": "TaskQueue", + "is_async": false + }, + { + "id": "extmod.asyncio.task.TaskQueue.peek", + "name": "peek", + "lineno": 99, + "scope": "TaskQueue", + "is_async": false + }, + { + "id": "extmod.asyncio.task.TaskQueue.push", + "name": "push", + "lineno": 102, + "scope": "TaskQueue", + "is_async": false + }, + { + "id": "extmod.asyncio.task.TaskQueue.pop", + "name": "pop", + "lineno": 109, + "scope": "TaskQueue", + "is_async": false + }, + { + "id": "extmod.asyncio.task.TaskQueue.remove", + "name": "remove", + "lineno": 116, + "scope": "TaskQueue", + "is_async": false + }, + { + "id": "extmod.asyncio.task.Task.__init__", + "name": "__init__", + "lineno": 122, + "scope": "Task", + "is_async": false + }, + { + "id": "extmod.asyncio.task.Task.__iter__", + "name": "__iter__", + "lineno": 132, + "scope": "Task", + "is_async": false + }, + { + "id": "extmod.asyncio.task.Task.__next__", + "name": "__next__", + "lineno": 144, + "scope": "Task", + "is_async": false + }, + { + "id": "extmod.asyncio.task.Task.done", + "name": "done", + "lineno": 154, + "scope": "Task", + "is_async": false + }, + { + "id": "extmod.asyncio.task.Task.cancel", + "name": "cancel", + "lineno": 157, + "scope": "Task", + "is_async": false + } + ], + "extmod.asyncio.uasyncio": [ + { + "id": "extmod.asyncio.uasyncio.__getattr__", + "name": "__getattr__", + "lineno": 5, + "scope": null, + "is_async": false + } + ], + "extmod.asyncio": [ + { + "id": "extmod.asyncio.__getattr__", + "name": "__getattr__", + "lineno": 25, + "scope": null, + "is_async": false + } + ], + "mpy-cross.mpy_cross": [ + { + "id": "mpy-cross.mpy_cross._find_mpy_cross_binary", + "name": "_find_mpy_cross_binary", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "mpy-cross.mpy_cross.mpy_version", + "name": "mpy_version", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "mpy-cross.mpy_cross.compile", + "name": "compile", + "lineno": 84, + "scope": null, + "is_async": false + }, + { + "id": "mpy-cross.mpy_cross.run", + "name": "run", + "lineno": 128, + "scope": null, + "is_async": false + } + ], + "mpy-cross.mpy_cross.__main__": [], + "ports.alif.boards.manifest": [], + "ports.alif.mcu.make-pins": [ + { + "id": "ports.alif.mcu.make-pins.AlifPin.__init__", + "name": "__init__", + "lineno": 37, + "scope": "AlifPin", + "is_async": false + }, + { + "id": "ports.alif.mcu.make-pins.AlifPin.add_af", + "name": "add_af", + "lineno": 42, + "scope": "AlifPin", + "is_async": false + }, + { + "id": "ports.alif.mcu.make-pins.AlifPin.definition", + "name": "definition", + "lineno": 54, + "scope": "AlifPin", + "is_async": false + }, + { + "id": "ports.alif.mcu.make-pins.AlifPin.validate_cpu_pin_name", + "name": "validate_cpu_pin_name", + "lineno": 80, + "scope": "AlifPin", + "is_async": false + }, + { + "id": "ports.alif.mcu.make-pins.AlifPinGenerator.__init__", + "name": "__init__", + "lineno": 95, + "scope": "AlifPinGenerator", + "is_async": false + }, + { + "id": "ports.alif.mcu.make-pins.AlifPinGenerator.find_pin_by_cpu_pin_name", + "name": "find_pin_by_cpu_pin_name", + "lineno": 105, + "scope": "AlifPinGenerator", + "is_async": false + }, + { + "id": "ports.alif.mcu.make-pins.AlifPinGenerator.cpu_table_size", + "name": "cpu_table_size", + "lineno": 108, + "scope": "AlifPinGenerator", + "is_async": false + } + ], + "ports.alif.modules.he._boot": [], + "ports.alif.modules.hp._boot": [], + "ports.cc3200.boards.make-pins": [ + { + "id": "ports.cc3200.boards.make-pins.parse_port_pin", + "name": "parse_port_pin", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "ports.cc3200.boards.make-pins.AF.__init__", + "name": "__init__", + "lineno": 39, + "scope": "AF", + "is_async": false + }, + { + "id": "ports.cc3200.boards.make-pins.AF.print", + "name": "print", + "lineno": 48, + "scope": "AF", + "is_async": false + }, + { + "id": "ports.cc3200.boards.make-pins.Pin.__init__", + "name": "__init__", + "lineno": 60, + "scope": "Pin", + "is_async": false + }, + { + "id": "ports.cc3200.boards.make-pins.Pin.add_af", + "name": "add_af", + "lineno": 68, + "scope": "Pin", + "is_async": false + }, + { + "id": "ports.cc3200.boards.make-pins.Pin.print", + "name": "print", + "lineno": 71, + "scope": "Pin", + "is_async": false + }, + { + "id": "ports.cc3200.boards.make-pins.Pin.print_header", + "name": "print_header", + "lineno": 98, + "scope": "Pin", + "is_async": false + }, + { + "id": "ports.cc3200.boards.make-pins.Pins.__init__", + "name": "__init__", + "lineno": 103, + "scope": "Pins", + "is_async": false + }, + { + "id": "ports.cc3200.boards.make-pins.Pins.find_pin", + "name": "find_pin", + "lineno": 106, + "scope": "Pins", + "is_async": false + }, + { + "id": "ports.cc3200.boards.make-pins.Pins.find_pin_by_num", + "name": "find_pin_by_num", + "lineno": 111, + "scope": "Pins", + "is_async": false + }, + { + "id": "ports.cc3200.boards.make-pins.Pins.find_pin_by_name", + "name": "find_pin_by_name", + "lineno": 116, + "scope": "Pins", + "is_async": false + }, + { + "id": "ports.cc3200.boards.make-pins.Pins.parse_af_file", + "name": "parse_af_file", + "lineno": 121, + "scope": "Pins", + "is_async": false + }, + { + "id": "ports.cc3200.boards.make-pins.Pins.parse_board_file", + "name": "parse_board_file", + "lineno": 148, + "scope": "Pins", + "is_async": false + }, + { + "id": "ports.cc3200.boards.make-pins.Pins.print_named", + "name": "print_named", + "lineno": 160, + "scope": "Pins", + "is_async": false + }, + { + "id": "ports.cc3200.boards.make-pins.Pins.print", + "name": "print", + "lineno": 182, + "scope": "Pins", + "is_async": false + }, + { + "id": "ports.cc3200.boards.make-pins.Pins.print_header", + "name": "print_header", + "lineno": 189, + "scope": "Pins", + "is_async": false + }, + { + "id": "ports.cc3200.boards.make-pins.main", + "name": "main", + "lineno": 195, + "scope": null, + "is_async": false + } + ], + "ports.cc3200.tools.smoke": [ + { + "id": "ports.cc3200.tools.smoke.test_pin_read", + "name": "test_pin_read", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "ports.cc3200.tools.smoke.test_pin_shorts", + "name": "test_pin_shorts", + "lineno": 24, + "scope": null, + "is_async": false + } + ], + "ports.cc3200.tools.uniflash": [ + { + "id": "ports.cc3200.tools.uniflash.print_exception", + "name": "print_exception", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "ports.cc3200.tools.uniflash.execute", + "name": "execute", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "ports.cc3200.tools.uniflash.main", + "name": "main", + "lineno": 47, + "scope": null, + "is_async": false + } + ], + "ports.cc3200.tools.update-wipy": [ + { + "id": "ports.cc3200.tools.update-wipy.print_exception", + "name": "print_exception", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "ports.cc3200.tools.update-wipy.ftp_directory_exists", + "name": "ftp_directory_exists", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "ports.cc3200.tools.update-wipy.transfer_file", + "name": "transfer_file", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "ports.cc3200.tools.update-wipy.reset_board", + "name": "reset_board", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "ports.cc3200.tools.update-wipy.verify_update", + "name": "verify_update", + "lineno": 117, + "scope": null, + "is_async": false + }, + { + "id": "ports.cc3200.tools.update-wipy.verify_update.find_tag", + "name": "find_tag", + "lineno": 121, + "scope": "verify_update", + "is_async": false + }, + { + "id": "ports.cc3200.tools.update-wipy.main", + "name": "main", + "lineno": 175, + "scope": null, + "is_async": false + } + ], + "ports.esp32.makeimg": [ + { + "id": "ports.esp32.makeimg.load_sdkconfig_value", + "name": "load_sdkconfig_value", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.makeimg.load_sdkconfig_hex_value", + "name": "load_sdkconfig_hex_value", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.makeimg.load_sdkconfig_str_value", + "name": "load_sdkconfig_str_value", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.makeimg.load_partition_table", + "name": "load_partition_table", + "lineno": 36, + "scope": null, + "is_async": false + } + ], + "ports.esp32.boards.make-pins": [ + { + "id": "ports.esp32.boards.make-pins.Esp32Pin.index", + "name": "index", + "lineno": 16, + "scope": "Esp32Pin", + "is_async": false + }, + { + "id": "ports.esp32.boards.make-pins.Esp32Pin.index_name", + "name": "index_name", + "lineno": 20, + "scope": "Esp32Pin", + "is_async": false + }, + { + "id": "ports.esp32.boards.make-pins.Esp32Pin.definition", + "name": "definition", + "lineno": 24, + "scope": "Esp32Pin", + "is_async": false + }, + { + "id": "ports.esp32.boards.make-pins.Esp32Pin.enable_macro", + "name": "enable_macro", + "lineno": 30, + "scope": "Esp32Pin", + "is_async": false + }, + { + "id": "ports.esp32.boards.make-pins.Esp32Pin.validate_cpu_pin_name", + "name": "validate_cpu_pin_name", + "lineno": 35, + "scope": "Esp32Pin", + "is_async": false + }, + { + "id": "ports.esp32.boards.make-pins.Esp32PinGenerator.__init__", + "name": "__init__", + "lineno": 48, + "scope": "Esp32PinGenerator", + "is_async": false + }, + { + "id": "ports.esp32.boards.make-pins.Esp32PinGenerator.find_pin_by_cpu_pin_name", + "name": "find_pin_by_cpu_pin_name", + "lineno": 57, + "scope": "Esp32PinGenerator", + "is_async": false + }, + { + "id": "ports.esp32.boards.make-pins.Esp32PinGenerator.cpu_table_size", + "name": "cpu_table_size", + "lineno": 62, + "scope": "Esp32PinGenerator", + "is_async": false + } + ], + "ports.esp32.boards.manifest": [], + "ports.esp32.boards.manifest_test": [], + "ports.esp32.boards.ARDUINO_NANO_ESP32.manifest": [], + "ports.esp32.boards.LILYGO_T3_S3.manifest": [], + "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3": [ + { + "id": "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3.get_battery_voltage", + "name": "get_battery_voltage", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3.set_led", + "name": "set_led", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3.get_button", + "name": "get_button", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3.get_oled", + "name": "get_oled", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3.get_lora", + "name": "get_lora", + "lineno": 47, + "scope": null, + "is_async": false + } + ], + "ports.esp32.boards.LILYGO_TTGO_LORA32.manifest": [], + "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled": [ + { + "id": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled.OLED.__init__", + "name": "__init__", + "lineno": 7, + "scope": "OLED", + "is_async": false + }, + { + "id": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled.OLED.test", + "name": "test", + "lineno": 15, + "scope": "OLED", + "is_async": false + }, + { + "id": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled.OLED.display_wifi", + "name": "display_wifi", + "lineno": 28, + "scope": "OLED", + "is_async": false + } + ], + "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32": [ + { + "id": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.__init__", + "name": "__init__", + "lineno": 13, + "scope": "Lora32Base", + "is_async": false + }, + { + "id": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.create_helpers", + "name": "create_helpers", + "lineno": 36, + "scope": "Lora32Base", + "is_async": false + }, + { + "id": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32v1_0.__init__", + "name": "__init__", + "lineno": 46, + "scope": "Lora32v1_0", + "is_async": false + }, + { + "id": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32v1_2.__init__", + "name": "__init__", + "lineno": 63, + "scope": "Lora32v1_2", + "is_async": false + }, + { + "id": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32.__init__", + "name": "__init__", + "lineno": 74, + "scope": "Lora32", + "is_async": false + } + ], + "ports.esp32.boards.LOLIN_C3_MINI.manifest": [], + "ports.esp32.boards.LOLIN_C3_MINI.modules.c3mini": [], + "ports.esp32.boards.LOLIN_S2_MINI.manifest": [], + "ports.esp32.boards.LOLIN_S2_MINI.modules.s2mini": [], + "ports.esp32.boards.LOLIN_S2_PICO.manifest": [], + "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico": [], + "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled": [ + { + "id": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled.OLED.__init__", + "name": "__init__", + "lineno": 7, + "scope": "OLED", + "is_async": false + }, + { + "id": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled.OLED.reset", + "name": "reset", + "lineno": 13, + "scope": "OLED", + "is_async": false + }, + { + "id": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled.OLED.test", + "name": "test", + "lineno": 22, + "scope": "OLED", + "is_async": false + }, + { + "id": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled.OLED.display_wifi", + "name": "display_wifi", + "lineno": 35, + "scope": "OLED", + "is_async": false + } + ], + "ports.esp32.boards.M5STACK_ATOM.manifest": [], + "ports.esp32.boards.M5STACK_ATOM.modules.atom": [ + { + "id": "ports.esp32.boards.M5STACK_ATOM.modules.atom.ATOM.__init__", + "name": "__init__", + "lineno": 42, + "scope": "ATOM", + "is_async": false + }, + { + "id": "ports.esp32.boards.M5STACK_ATOM.modules.atom.ATOM.get_button_status", + "name": "get_button_status", + "lineno": 46, + "scope": "ATOM", + "is_async": false + }, + { + "id": "ports.esp32.boards.M5STACK_ATOM.modules.atom.ATOM.set_button_callback", + "name": "set_button_callback", + "lineno": 49, + "scope": "ATOM", + "is_async": false + }, + { + "id": "ports.esp32.boards.M5STACK_ATOM.modules.atom.ATOM.set_pixel_color", + "name": "set_pixel_color", + "lineno": 52, + "scope": "ATOM", + "is_async": false + }, + { + "id": "ports.esp32.boards.M5STACK_ATOM.modules.atom.ATOM.get_pixel_color", + "name": "get_pixel_color", + "lineno": 57, + "scope": "ATOM", + "is_async": false + }, + { + "id": "ports.esp32.boards.M5STACK_ATOM.modules.atom.ATOM.set_pixels_color", + "name": "set_pixels_color", + "lineno": 61, + "scope": "ATOM", + "is_async": false + }, + { + "id": "ports.esp32.boards.M5STACK_ATOM.modules.atom.Lite.__init__", + "name": "__init__", + "lineno": 68, + "scope": "Lite", + "is_async": false + }, + { + "id": "ports.esp32.boards.M5STACK_ATOM.modules.atom.Matrix.__init__", + "name": "__init__", + "lineno": 74, + "scope": "Matrix", + "is_async": false + } + ], + "ports.esp32.boards.SIL_MANT1S.manifest": [], + "ports.esp32.boards.SIL_MANT1S.modules.ping": [ + { + "id": "ports.esp32.boards.SIL_MANT1S.modules.ping.checksum", + "name": "checksum", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.SIL_MANT1S.modules.ping.ping", + "name": "ping", + "lineno": 33, + "scope": null, + "is_async": false + } + ], + "ports.esp32.boards.SPARKFUN_IOT_REDBOARD_ESP32.manifest": [], + "ports.esp32.boards.SPARKFUN_THINGPLUS_ESP32C5.manifest": [], + "ports.esp32.boards.UM_FEATHERS2.manifest": [], + "ports.esp32.boards.UM_FEATHERS2.modules.feathers2": [ + { + "id": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.set_led", + "name": "set_led", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.toggle_led", + "name": "toggle_led", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.get_amb_light", + "name": "get_amb_light", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.set_ldo2_power", + "name": "set_ldo2_power", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.dotstar_color_wheel", + "name": "dotstar_color_wheel", + "lineno": 83, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.go_deepsleep", + "name": "go_deepsleep", + "lineno": 99, + "scope": null, + "is_async": false + } + ], + "ports.esp32.boards.UM_FEATHERS2NEO.manifest": [], + "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo": [ + { + "id": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.set_pixel_power", + "name": "set_pixel_power", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.set_pixel_matrix_power", + "name": "set_pixel_matrix_power", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.get_battery_voltage", + "name": "get_battery_voltage", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.get_vbus_present", + "name": "get_vbus_present", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.rgb_color_wheel", + "name": "rgb_color_wheel", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.go_deepsleep", + "name": "go_deepsleep", + "lineno": 87, + "scope": null, + "is_async": false + } + ], + "ports.esp32.boards.UM_FEATHERS3.manifest": [], + "ports.esp32.boards.UM_FEATHERS3.modules.feathers3": [ + { + "id": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.led_set", + "name": "led_set", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.led_blink", + "name": "led_blink", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.get_amb_light", + "name": "get_amb_light", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.set_ldo2_power", + "name": "set_ldo2_power", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.get_battery_voltage", + "name": "get_battery_voltage", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.get_vbus_present", + "name": "get_vbus_present", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.rgb_color_wheel", + "name": "rgb_color_wheel", + "lineno": 82, + "scope": null, + "is_async": false + } + ], + "ports.esp32.boards.UM_FEATHERS3NEO.manifest": [], + "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo": [ + { + "id": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.led_set", + "name": "led_set", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.led_blink", + "name": "led_blink", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.get_amb_light", + "name": "get_amb_light", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.set_ldo2_power", + "name": "set_ldo2_power", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.get_battery_voltage", + "name": "get_battery_voltage", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.get_vbus_present", + "name": "get_vbus_present", + "lineno": 87, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.rgb_color_wheel", + "name": "rgb_color_wheel", + "lineno": 93, + "scope": null, + "is_async": false + } + ], + "ports.esp32.boards.UM_NANOS3.manifest": [], + "ports.esp32.boards.UM_NANOS3.modules.nanos3": [ + { + "id": "ports.esp32.boards.UM_NANOS3.modules.nanos3.set_pixel_power", + "name": "set_pixel_power", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_NANOS3.modules.nanos3.rgb_color_wheel", + "name": "rgb_color_wheel", + "lineno": 35, + "scope": null, + "is_async": false + } + ], + "ports.esp32.boards.UM_OMGS3.manifest": [], + "ports.esp32.boards.UM_OMGS3.modules.max17048": [ + { + "id": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048.__init__", + "name": "__init__", + "lineno": 21, + "scope": "MAX17048", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048._read_register", + "name": "_read_register", + "lineno": 25, + "scope": "MAX17048", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048._write_register", + "name": "_write_register", + "lineno": 29, + "scope": "MAX17048", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048.cell_voltage", + "name": "cell_voltage", + "lineno": 34, + "scope": "MAX17048", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048.state_of_charge", + "name": "state_of_charge", + "lineno": 41, + "scope": "MAX17048", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048.version", + "name": "version", + "lineno": 47, + "scope": "MAX17048", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048.hibernate", + "name": "hibernate", + "lineno": 52, + "scope": "MAX17048", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048.hibernate", + "name": "hibernate", + "lineno": 58, + "scope": "MAX17048", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048.quick_start", + "name": "quick_start", + "lineno": 66, + "scope": "MAX17048", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048.reset", + "name": "reset", + "lineno": 70, + "scope": "MAX17048", + "is_async": false + } + ], + "ports.esp32.boards.UM_OMGS3.modules.omgs3": [ + { + "id": "ports.esp32.boards.UM_OMGS3.modules.omgs3.get_bat_voltage", + "name": "get_bat_voltage", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_OMGS3.modules.omgs3.get_state_of_charge", + "name": "get_state_of_charge", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_OMGS3.modules.omgs3.get_vbus_present", + "name": "get_vbus_present", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_OMGS3.modules.omgs3.set_pixel_power", + "name": "set_pixel_power", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_OMGS3.modules.omgs3.rgb_color_wheel", + "name": "rgb_color_wheel", + "lineno": 46, + "scope": null, + "is_async": false + } + ], + "ports.esp32.boards.UM_PROS3.manifest": [], + "ports.esp32.boards.UM_PROS3.modules.pros3": [ + { + "id": "ports.esp32.boards.UM_PROS3.modules.pros3.set_ldo2_power", + "name": "set_ldo2_power", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_PROS3.modules.pros3.get_battery_voltage", + "name": "get_battery_voltage", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_PROS3.modules.pros3.get_vbus_present", + "name": "get_vbus_present", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_PROS3.modules.pros3.rgb_color_wheel", + "name": "rgb_color_wheel", + "lineno": 57, + "scope": null, + "is_async": false + } + ], + "ports.esp32.boards.UM_RGBTOUCH_MINI.manifest": [], + "ports.esp32.boards.UM_TINYPICO.manifest": [], + "ports.esp32.boards.UM_TINYPICO.modules.dotstar": [ + { + "id": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.__init__", + "name": "__init__", + "lineno": 66, + "scope": "DotStar", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.deinit", + "name": "deinit", + "lineno": 92, + "scope": "DotStar", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.__enter__", + "name": "__enter__", + "lineno": 102, + "scope": "DotStar", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.__exit__", + "name": "__exit__", + "lineno": 105, + "scope": "DotStar", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.__repr__", + "name": "__repr__", + "lineno": 108, + "scope": "DotStar", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar._set_item", + "name": "_set_item", + "lineno": 111, + "scope": "DotStar", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.__setitem__", + "name": "__setitem__", + "lineno": 150, + "scope": "DotStar", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.__getitem__", + "name": "__getitem__", + "lineno": 168, + "scope": "DotStar", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.__len__", + "name": "__len__", + "lineno": 183, + "scope": "DotStar", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.brightness", + "name": "brightness", + "lineno": 187, + "scope": "DotStar", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.brightness", + "name": "brightness", + "lineno": 192, + "scope": "DotStar", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.fill", + "name": "fill", + "lineno": 197, + "scope": "DotStar", + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.show", + "name": "show", + "lineno": 207, + "scope": "DotStar", + "is_async": false + } + ], + "ports.esp32.boards.UM_TINYPICO.modules.tinypico": [ + { + "id": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.get_battery_voltage", + "name": "get_battery_voltage", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.get_battery_charging", + "name": "get_battery_charging", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.set_dotstar_power", + "name": "set_dotstar_power", + "lineno": 83, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.dotstar_color_wheel", + "name": "dotstar_color_wheel", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.go_deepsleep", + "name": "go_deepsleep", + "lineno": 119, + "scope": null, + "is_async": false + } + ], + "ports.esp32.boards.UM_TINYS2.manifest": [], + "ports.esp32.boards.UM_TINYS2.modules.tinys2": [ + { + "id": "ports.esp32.boards.UM_TINYS2.modules.tinys2.set_pixel_power", + "name": "set_pixel_power", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYS2.modules.tinys2.get_battery_voltage", + "name": "get_battery_voltage", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYS2.modules.tinys2.get_vbus_present", + "name": "get_vbus_present", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYS2.modules.tinys2.rgb_color_wheel", + "name": "rgb_color_wheel", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYS2.modules.tinys2.go_deepsleep", + "name": "go_deepsleep", + "lineno": 79, + "scope": null, + "is_async": false + } + ], + "ports.esp32.boards.UM_TINYS3.manifest": [], + "ports.esp32.boards.UM_TINYS3.modules.tinys3": [ + { + "id": "ports.esp32.boards.UM_TINYS3.modules.tinys3.set_pixel_power", + "name": "set_pixel_power", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYS3.modules.tinys3.get_battery_voltage", + "name": "get_battery_voltage", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYS3.modules.tinys3.get_vbus_present", + "name": "get_vbus_present", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.boards.UM_TINYS3.modules.tinys3.rgb_color_wheel", + "name": "rgb_color_wheel", + "lineno": 57, + "scope": null, + "is_async": false + } + ], + "ports.esp32.modules.apa106": [], + "ports.esp32.modules.espnow": [ + { + "id": "ports.esp32.modules.espnow.ESPNow.__init__", + "name": "__init__", + "lineno": 12, + "scope": "ESPNow", + "is_async": false + }, + { + "id": "ports.esp32.modules.espnow.ESPNow.irecv", + "name": "irecv", + "lineno": 15, + "scope": "ESPNow", + "is_async": false + }, + { + "id": "ports.esp32.modules.espnow.ESPNow.recv", + "name": "recv", + "lineno": 19, + "scope": "ESPNow", + "is_async": false + }, + { + "id": "ports.esp32.modules.espnow.ESPNow.irq", + "name": "irq", + "lineno": 23, + "scope": "ESPNow", + "is_async": false + }, + { + "id": "ports.esp32.modules.espnow.ESPNow.__iter__", + "name": "__iter__", + "lineno": 26, + "scope": "ESPNow", + "is_async": false + }, + { + "id": "ports.esp32.modules.espnow.ESPNow.__next__", + "name": "__next__", + "lineno": 29, + "scope": "ESPNow", + "is_async": false + } + ], + "ports.esp32.modules.flashbdev": [], + "ports.esp32.modules.inisetup": [ + { + "id": "ports.esp32.modules.inisetup.check_bootsec", + "name": "check_bootsec", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.modules.inisetup.fs_corrupted", + "name": "fs_corrupted", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.modules.inisetup.setup", + "name": "setup", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "ports.esp32.modules.machine": [ + { + "id": "ports.esp32.modules.machine._CounterBase.__new__", + "name": "__new__", + "lineno": 28, + "scope": "_CounterBase", + "is_async": false + }, + { + "id": "ports.esp32.modules.machine._CounterBase.__init__", + "name": "__init__", + "lineno": 45, + "scope": "_CounterBase", + "is_async": false + }, + { + "id": "ports.esp32.modules.machine._CounterBase._overflow", + "name": "_overflow", + "lineno": 88, + "scope": "_CounterBase", + "is_async": false + }, + { + "id": "ports.esp32.modules.machine._CounterBase.init", + "name": "init", + "lineno": 96, + "scope": "_CounterBase", + "is_async": false + }, + { + "id": "ports.esp32.modules.machine._CounterBase.deinit", + "name": "deinit", + "lineno": 100, + "scope": "_CounterBase", + "is_async": false + }, + { + "id": "ports.esp32.modules.machine._CounterBase.value", + "name": "value", + "lineno": 106, + "scope": "_CounterBase", + "is_async": false + }, + { + "id": "ports.esp32.modules.machine.Counter._configure", + "name": "_configure", + "lineno": 143, + "scope": "Counter", + "is_async": false + }, + { + "id": "ports.esp32.modules.machine.Encoder._configure", + "name": "_configure", + "lineno": 154, + "scope": "Encoder", + "is_async": false + }, + { + "id": "ports.esp32.modules.machine.Encoder.phases", + "name": "phases", + "lineno": 181, + "scope": "Encoder", + "is_async": false + } + ], + "ports.esp32.modules._boot": [], + "ports.esp32.tools.metrics_esp32": [ + { + "id": "ports.esp32.tools.metrics_esp32.rmtree", + "name": "rmtree", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.tools.metrics_esp32.BuildSizes.print_summary", + "name": "print_summary", + "lineno": 71, + "scope": "BuildSizes", + "is_async": false + }, + { + "id": "ports.esp32.tools.metrics_esp32.BuildSizes.print_table_heading", + "name": "print_table_heading", + "lineno": 79, + "scope": "BuildSizes", + "is_async": false + }, + { + "id": "ports.esp32.tools.metrics_esp32.BuildSizes.print_table_row", + "name": "print_table_row", + "lineno": 87, + "scope": "BuildSizes", + "is_async": false + }, + { + "id": "ports.esp32.tools.metrics_esp32.BuildSizes.print_table_row.compare", + "name": "compare", + "lineno": 88, + "scope": "BuildSizes.print_table_row", + "is_async": false + }, + { + "id": "ports.esp32.tools.metrics_esp32.BuildSizes.__lt__", + "name": "__lt__", + "lineno": 114, + "scope": "BuildSizes", + "is_async": false + }, + { + "id": "ports.esp32.tools.metrics_esp32.BuildSizes.build_dir", + "name": "build_dir", + "lineno": 123, + "scope": "BuildSizes", + "is_async": false + }, + { + "id": "ports.esp32.tools.metrics_esp32.BuildSizes.run_make", + "name": "run_make", + "lineno": 129, + "scope": "BuildSizes", + "is_async": false + }, + { + "id": "ports.esp32.tools.metrics_esp32.BuildSizes.make_size", + "name": "make_size", + "lineno": 147, + "scope": "BuildSizes", + "is_async": false + }, + { + "id": "ports.esp32.tools.metrics_esp32.BuildSizes.make_size.sum_sizes", + "name": "sum_sizes", + "lineno": 153, + "scope": "BuildSizes.make_size", + "is_async": false + }, + { + "id": "ports.esp32.tools.metrics_esp32.main", + "name": "main", + "lineno": 166, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.tools.metrics_esp32.idf_git", + "name": "idf_git", + "lineno": 208, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.tools.metrics_esp32.idf_install", + "name": "idf_install", + "lineno": 219, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp32.tools.metrics_esp32.switch_ver", + "name": "switch_ver", + "lineno": 230, + "scope": null, + "is_async": false + } + ], + "ports.esp8266.makeimg": [], + "ports.esp8266.boards.manifest": [], + "ports.esp8266.boards.ESP8266_GENERIC.manifest_2MiB": [], + "ports.esp8266.boards.ESP8266_GENERIC.manifest_512kiB": [], + "ports.esp8266.boards.ESP8266_GENERIC._boot": [], + "ports.esp8266.modules.apa102": [ + { + "id": "ports.esp8266.modules.apa102.APA102.__init__", + "name": "__init__", + "lineno": 11, + "scope": "APA102", + "is_async": false + }, + { + "id": "ports.esp8266.modules.apa102.APA102.write", + "name": "write", + "lineno": 16, + "scope": "APA102", + "is_async": false + } + ], + "ports.esp8266.modules.espnow": [ + { + "id": "ports.esp8266.modules.espnow.ESPNow.__init__", + "name": "__init__", + "lineno": 13, + "scope": "ESPNow", + "is_async": false + }, + { + "id": "ports.esp8266.modules.espnow.ESPNow.irecv", + "name": "irecv", + "lineno": 18, + "scope": "ESPNow", + "is_async": false + }, + { + "id": "ports.esp8266.modules.espnow.ESPNow.recv", + "name": "recv", + "lineno": 22, + "scope": "ESPNow", + "is_async": false + }, + { + "id": "ports.esp8266.modules.espnow.ESPNow.__iter__", + "name": "__iter__", + "lineno": 26, + "scope": "ESPNow", + "is_async": false + }, + { + "id": "ports.esp8266.modules.espnow.ESPNow.__next__", + "name": "__next__", + "lineno": 29, + "scope": "ESPNow", + "is_async": false + }, + { + "id": "ports.esp8266.modules.espnow.ESPNow.any", + "name": "any", + "lineno": 32, + "scope": "ESPNow", + "is_async": false + } + ], + "ports.esp8266.modules.flashbdev": [ + { + "id": "ports.esp8266.modules.flashbdev.FlashBdev.__init__", + "name": "__init__", + "lineno": 7, + "scope": "FlashBdev", + "is_async": false + }, + { + "id": "ports.esp8266.modules.flashbdev.FlashBdev.readblocks", + "name": "readblocks", + "lineno": 11, + "scope": "FlashBdev", + "is_async": false + }, + { + "id": "ports.esp8266.modules.flashbdev.FlashBdev.writeblocks", + "name": "writeblocks", + "lineno": 15, + "scope": "FlashBdev", + "is_async": false + }, + { + "id": "ports.esp8266.modules.flashbdev.FlashBdev.ioctl", + "name": "ioctl", + "lineno": 23, + "scope": "FlashBdev", + "is_async": false + } + ], + "ports.esp8266.modules.inisetup": [ + { + "id": "ports.esp8266.modules.inisetup.wifi", + "name": "wifi", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp8266.modules.inisetup.check_bootsec", + "name": "check_bootsec", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp8266.modules.inisetup.fs_corrupted", + "name": "fs_corrupted", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "ports.esp8266.modules.inisetup.setup", + "name": "setup", + "lineno": 47, + "scope": null, + "is_async": false + } + ], + "ports.esp8266.modules.port_diag": [ + { + "id": "ports.esp8266.modules.port_diag.main", + "name": "main", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "ports.esp8266.modules._boot": [], + "ports.mimxrt.boards.make-flexram-config": [ + { + "id": "ports.mimxrt.boards.make-flexram-config.mimxrt_default_parser", + "name": "mimxrt_default_parser", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "ports.mimxrt.boards.make-flexram-config.mimxrt_default_gen_code", + "name": "mimxrt_default_gen_code", + "lineno": 110, + "scope": null, + "is_async": false + }, + { + "id": "ports.mimxrt.boards.make-flexram-config.mimxrt_106x_gen_code", + "name": "mimxrt_106x_gen_code", + "lineno": 143, + "scope": null, + "is_async": false + }, + { + "id": "ports.mimxrt.boards.make-flexram-config.mimxrt_1176_gen_code", + "name": "mimxrt_1176_gen_code", + "lineno": 178, + "scope": null, + "is_async": false + }, + { + "id": "ports.mimxrt.boards.make-flexram-config.main", + "name": "main", + "lineno": 215, + "scope": null, + "is_async": false + } + ], + "ports.mimxrt.boards.make-pins": [ + { + "id": "ports.mimxrt.boards.make-pins.MimxrtPin.__init__", + "name": "__init__", + "lineno": 33, + "scope": "MimxrtPin", + "is_async": false + }, + { + "id": "ports.mimxrt.boards.make-pins.MimxrtPin.add_af", + "name": "add_af", + "lineno": 40, + "scope": "MimxrtPin", + "is_async": false + }, + { + "id": "ports.mimxrt.boards.make-pins.MimxrtPin.definition", + "name": "definition", + "lineno": 85, + "scope": "MimxrtPin", + "is_async": false + }, + { + "id": "ports.mimxrt.boards.make-pins.MimxrtPin.print_source", + "name": "print_source", + "lineno": 110, + "scope": "MimxrtPin", + "is_async": false + }, + { + "id": "ports.mimxrt.boards.make-pins.MimxrtPin.validate_cpu_pin_name", + "name": "validate_cpu_pin_name", + "lineno": 141, + "scope": "MimxrtPin", + "is_async": false + }, + { + "id": "ports.mimxrt.boards.make-pins.MimxrtPinGenerator.__init__", + "name": "__init__", + "lineno": 152, + "scope": "MimxrtPinGenerator", + "is_async": false + }, + { + "id": "ports.mimxrt.boards.make-pins.MimxrtPinGenerator.load_iomux_header", + "name": "load_iomux_header", + "lineno": 162, + "scope": "MimxrtPinGenerator", + "is_async": false + }, + { + "id": "ports.mimxrt.boards.make-pins.MimxrtPinGenerator.load_inputs", + "name": "load_inputs", + "lineno": 179, + "scope": "MimxrtPinGenerator", + "is_async": false + }, + { + "id": "ports.mimxrt.boards.make-pins.MimxrtPinGenerator.print_module_instances", + "name": "print_module_instances", + "lineno": 191, + "scope": "MimxrtPinGenerator", + "is_async": false + }, + { + "id": "ports.mimxrt.boards.make-pins.MimxrtPinGenerator.print_header", + "name": "print_header", + "lineno": 216, + "scope": "MimxrtPinGenerator", + "is_async": false + }, + { + "id": "ports.mimxrt.boards.make-pins.MimxrtPinGenerator.parse_af_csv", + "name": "parse_af_csv", + "lineno": 222, + "scope": "MimxrtPinGenerator", + "is_async": false + }, + { + "id": "ports.mimxrt.boards.make-pins.MimxrtPinGenerator.extra_args", + "name": "extra_args", + "lineno": 226, + "scope": "MimxrtPinGenerator", + "is_async": false + } + ], + "ports.mimxrt.boards.manifest": [], + "ports.mimxrt.boards.MIMXRT1020_EVK.manifest": [], + "ports.mimxrt.boards.MIMXRT1050_EVK.manifest": [], + "ports.mimxrt.boards.MIMXRT1060_EVK.manifest": [], + "ports.mimxrt.boards.MIMXRT1064_EVK.manifest": [], + "ports.mimxrt.boards.MIMXRT1170_EVK.manifest": [], + "ports.mimxrt.boards.PHYBOARD_RT1170.manifest": [], + "ports.mimxrt.boards.SEEED_ARCH_MIX.manifest": [], + "ports.mimxrt.boards.TEENSY40.format": [], + "ports.mimxrt.boards.TEENSY41.manifest": [], + "ports.mimxrt.modules._boot": [], + "ports.nrf.boards.make-pins": [ + { + "id": "ports.nrf.boards.make-pins.parse_pin", + "name": "parse_pin", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.split_name_num", + "name": "split_name_num", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.AlternateFunction.__init__", + "name": "__init__", + "lineno": 41, + "scope": "AlternateFunction", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.AlternateFunction.is_supported", + "name": "is_supported", + "lineno": 59, + "scope": "AlternateFunction", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.AlternateFunction.ptr", + "name": "ptr", + "lineno": 62, + "scope": "AlternateFunction", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.AlternateFunction.mux_name", + "name": "mux_name", + "lineno": 68, + "scope": "AlternateFunction", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.AlternateFunction.print", + "name": "print", + "lineno": 71, + "scope": "AlternateFunction", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pin.__init__", + "name": "__init__", + "lineno": 91, + "scope": "Pin", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pin.cpu_pin_name", + "name": "cpu_pin_name", + "lineno": 100, + "scope": "Pin", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pin.is_board_pin", + "name": "is_board_pin", + "lineno": 103, + "scope": "Pin", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pin.set_is_board_pin", + "name": "set_is_board_pin", + "lineno": 106, + "scope": "Pin", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pin.set_board_index", + "name": "set_board_index", + "lineno": 109, + "scope": "Pin", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pin.parse_adc", + "name": "parse_adc", + "lineno": 112, + "scope": "Pin", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pin.parse_af", + "name": "parse_af", + "lineno": 120, + "scope": "Pin", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pin.alt_fn_name", + "name": "alt_fn_name", + "lineno": 132, + "scope": "Pin", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pin.adc_num_str", + "name": "adc_num_str", + "lineno": 137, + "scope": "Pin", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pin.print_const_table_entry", + "name": "print_const_table_entry", + "lineno": 149, + "scope": "Pin", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pin.print", + "name": "print", + "lineno": 157, + "scope": "Pin", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pin.print_header", + "name": "print_header", + "lineno": 179, + "scope": "Pin", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.NamedPin.__init__", + "name": "__init__", + "lineno": 189, + "scope": "NamedPin", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.NamedPin.pin", + "name": "pin", + "lineno": 193, + "scope": "NamedPin", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.NamedPin.name", + "name": "name", + "lineno": 196, + "scope": "NamedPin", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pins.__init__", + "name": "__init__", + "lineno": 201, + "scope": "Pins", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pins.find_pin", + "name": "find_pin", + "lineno": 205, + "scope": "Pins", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pins.parse_af_file", + "name": "parse_af_file", + "lineno": 211, + "scope": "Pins", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pins.parse_board_file", + "name": "parse_board_file", + "lineno": 227, + "scope": "Pins", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pins.print_named", + "name": "print_named", + "lineno": 240, + "scope": "Pins", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pins.print_const_table", + "name": "print_const_table", + "lineno": 262, + "scope": "Pins", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pins.print", + "name": "print", + "lineno": 285, + "scope": "Pins", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pins.print_header", + "name": "print_header", + "lineno": 290, + "scope": "Pins", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.Pins.print_af_hdr", + "name": "print_af_hdr", + "lineno": 299, + "scope": "Pins", + "is_async": false + }, + { + "id": "ports.nrf.boards.make-pins.main", + "name": "main", + "lineno": 317, + "scope": null, + "is_async": false + } + ], + "ports.nrf.boards.manifest": [], + "ports.nrf.boards.manifest_minimal": [], + "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.manifest": [], + "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu": [ + { + "id": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu.IMU.__init__", + "name": "__init__", + "lineno": 25, + "scope": "IMU", + "is_async": false + }, + { + "id": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu.IMU.gyro", + "name": "gyro", + "lineno": 38, + "scope": "IMU", + "is_async": false + }, + { + "id": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu.IMU.accel", + "name": "accel", + "lineno": 41, + "scope": "IMU", + "is_async": false + }, + { + "id": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu.IMU.magnet", + "name": "magnet", + "lineno": 44, + "scope": "IMU", + "is_async": false + } + ], + "ports.nrf.examples.mountsd": [ + { + "id": "ports.nrf.examples.mountsd.mnt", + "name": "mnt", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "ports.nrf.examples.mountsd.list", + "name": "list", + "lineno": 34, + "scope": null, + "is_async": false + } + ], + "ports.nrf.examples.musictest": [ + { + "id": "ports.nrf.examples.musictest.play", + "name": "play", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "ports.nrf.examples.nrf52_pwm": [ + { + "id": "ports.nrf.examples.nrf52_pwm.pulse", + "name": "pulse", + "lineno": 5, + "scope": null, + "is_async": false + } + ], + "ports.nrf.examples.nrf52_servo": [ + { + "id": "ports.nrf.examples.nrf52_servo.Servo.__init__", + "name": "__init__", + "lineno": 30, + "scope": "Servo", + "is_async": false + }, + { + "id": "ports.nrf.examples.nrf52_servo.Servo.left", + "name": "left", + "lineno": 36, + "scope": "Servo", + "is_async": false + }, + { + "id": "ports.nrf.examples.nrf52_servo.Servo.center", + "name": "center", + "lineno": 44, + "scope": "Servo", + "is_async": false + }, + { + "id": "ports.nrf.examples.nrf52_servo.Servo.right", + "name": "right", + "lineno": 52, + "scope": "Servo", + "is_async": false + } + ], + "ports.nrf.examples.powerup": [ + { + "id": "ports.nrf.examples.powerup.bytes_to_str", + "name": "bytes_to_str", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.get_device_names", + "name": "get_device_names", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.find_device_by_name", + "name": "find_device_by_name", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.PowerUp3.__init__", + "name": "__init__", + "lineno": 74, + "scope": "PowerUp3", + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.PowerUp3.read_stick_x", + "name": "read_stick_x", + "lineno": 88, + "scope": "PowerUp3", + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.PowerUp3.button_speed_up", + "name": "button_speed_up", + "lineno": 91, + "scope": "PowerUp3", + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.PowerUp3.button_speed_down", + "name": "button_speed_down", + "lineno": 94, + "scope": "PowerUp3", + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.PowerUp3.button_speed_full", + "name": "button_speed_full", + "lineno": 97, + "scope": "PowerUp3", + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.PowerUp3.button_speed_off", + "name": "button_speed_off", + "lineno": 100, + "scope": "PowerUp3", + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.PowerUp3.calibrate", + "name": "calibrate", + "lineno": 103, + "scope": "PowerUp3", + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.PowerUp3.__str__", + "name": "__str__", + "lineno": 106, + "scope": "PowerUp3", + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.PowerUp3.map_chars", + "name": "map_chars", + "lineno": 109, + "scope": "PowerUp3", + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.PowerUp3.battery_level", + "name": "battery_level", + "lineno": 119, + "scope": "PowerUp3", + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.PowerUp3.speed", + "name": "speed", + "lineno": 122, + "scope": "PowerUp3", + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.PowerUp3.angle", + "name": "angle", + "lineno": 128, + "scope": "PowerUp3", + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.PowerUp3.connect", + "name": "connect", + "lineno": 134, + "scope": "PowerUp3", + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.PowerUp3.rudder_center", + "name": "rudder_center", + "lineno": 147, + "scope": "PowerUp3", + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.PowerUp3.rudder_left", + "name": "rudder_left", + "lineno": 152, + "scope": "PowerUp3", + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.PowerUp3.rudder_right", + "name": "rudder_right", + "lineno": 160, + "scope": "PowerUp3", + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.PowerUp3.throttle", + "name": "throttle", + "lineno": 168, + "scope": "PowerUp3", + "is_async": false + }, + { + "id": "ports.nrf.examples.powerup.PowerUp3.loop", + "name": "loop", + "lineno": 178, + "scope": "PowerUp3", + "is_async": false + } + ], + "ports.nrf.examples.seeed_tft": [ + { + "id": "ports.nrf.examples.seeed_tft.mount_tf", + "name": "mount_tf", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "ports.nrf.examples.seeed_tft.ILI9341.__init__", + "name": "__init__", + "lineno": 62, + "scope": "ILI9341", + "is_async": false + }, + { + "id": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "name": "init_display", + "lineno": 85, + "scope": "ILI9341", + "is_async": false + }, + { + "id": "ports.nrf.examples.seeed_tft.ILI9341.show", + "name": "show", + "lineno": 207, + "scope": "ILI9341", + "is_async": false + }, + { + "id": "ports.nrf.examples.seeed_tft.ILI9341.fill", + "name": "fill", + "lineno": 229, + "scope": "ILI9341", + "is_async": false + }, + { + "id": "ports.nrf.examples.seeed_tft.ILI9341.pixel", + "name": "pixel", + "lineno": 232, + "scope": "ILI9341", + "is_async": false + }, + { + "id": "ports.nrf.examples.seeed_tft.ILI9341.scroll", + "name": "scroll", + "lineno": 235, + "scope": "ILI9341", + "is_async": false + }, + { + "id": "ports.nrf.examples.seeed_tft.ILI9341.text", + "name": "text", + "lineno": 238, + "scope": "ILI9341", + "is_async": false + }, + { + "id": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "name": "write_cmd", + "lineno": 241, + "scope": "ILI9341", + "is_async": false + }, + { + "id": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "name": "write_data", + "lineno": 247, + "scope": "ILI9341", + "is_async": false + } + ], + "ports.nrf.examples.ssd1306_mod": [ + { + "id": "ports.nrf.examples.ssd1306_mod.SSD1306_I2C_Mod.show", + "name": "show", + "lineno": 29, + "scope": "SSD1306_I2C_Mod", + "is_async": false + }, + { + "id": "ports.nrf.examples.ssd1306_mod.SSD1306_I2C_Mod.write_data", + "name": "write_data", + "lineno": 52, + "scope": "SSD1306_I2C_Mod", + "is_async": false + } + ], + "ports.nrf.examples.ubluepy_eddystone": [ + { + "id": "ports.nrf.examples.ubluepy_eddystone.string_to_binarray", + "name": "string_to_binarray", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "ports.nrf.examples.ubluepy_eddystone.gen_ad_type_content", + "name": "gen_ad_type_content", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "ports.nrf.examples.ubluepy_eddystone.generate_eddystone_adv_packet", + "name": "generate_eddystone_adv_packet", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "ports.nrf.examples.ubluepy_eddystone.start", + "name": "start", + "lineno": 66, + "scope": null, + "is_async": false + } + ], + "ports.nrf.examples.ubluepy_scan": [ + { + "id": "ports.nrf.examples.ubluepy_scan.bytes_to_str", + "name": "bytes_to_str", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "ports.nrf.examples.ubluepy_scan.get_device_names", + "name": "get_device_names", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "ports.nrf.examples.ubluepy_scan.find_device_by_name", + "name": "find_device_by_name", + "lineno": 22, + "scope": null, + "is_async": false + } + ], + "ports.nrf.examples.ubluepy_temp": [ + { + "id": "ports.nrf.examples.ubluepy_temp.event_handler", + "name": "event_handler", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "ports.nrf.examples.ubluepy_temp.send_temp", + "name": "send_temp", + "lineno": 60, + "scope": null, + "is_async": false + } + ], + "ports.nrf.freeze.test": [ + { + "id": "ports.nrf.freeze.test.hello", + "name": "hello", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "ports.nrf.modules.scripts._boot": [ + { + "id": "ports.nrf.modules.scripts._boot.setup_fs", + "name": "setup_fs", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "ports.qemu.test-frzmpy.frozen_asm_rv32": [ + { + "id": "ports.qemu.test-frzmpy.frozen_asm_rv32.asm_add", + "name": "asm_add", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "ports.qemu.test-frzmpy.frozen_asm_rv32.asm_add1", + "name": "asm_add1", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "ports.qemu.test-frzmpy.frozen_asm_rv32.asm_cast_bool", + "name": "asm_cast_bool", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "ports.qemu.test-frzmpy.frozen_asm_rv32.asm_shift_int", + "name": "asm_shift_int", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "ports.qemu.test-frzmpy.frozen_asm_rv32.asm_shift_uint", + "name": "asm_shift_uint", + "lineno": 30, + "scope": null, + "is_async": false + } + ], + "ports.qemu.test-frzmpy.frozen_asm_thumb": [ + { + "id": "ports.qemu.test-frzmpy.frozen_asm_thumb.asm_add", + "name": "asm_add", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "ports.qemu.test-frzmpy.frozen_asm_thumb.asm_add1", + "name": "asm_add1", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "ports.qemu.test-frzmpy.frozen_asm_thumb.asm_cast_bool", + "name": "asm_cast_bool", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "ports.qemu.test-frzmpy.frozen_asm_thumb.asm_shift_int", + "name": "asm_shift_int", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "ports.qemu.test-frzmpy.frozen_asm_thumb.asm_shift_uint", + "name": "asm_shift_uint", + "lineno": 30, + "scope": null, + "is_async": false + } + ], + "ports.qemu.test-frzmpy.frozen_const": [], + "ports.qemu.test-frzmpy.frozen_viper": [ + { + "id": "ports.qemu.test-frzmpy.frozen_viper.viper_add", + "name": "viper_add", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "ports.qemu.test-frzmpy.native_frozen_align": [ + { + "id": "ports.qemu.test-frzmpy.native_frozen_align.native_x", + "name": "native_x", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "ports.qemu.test-frzmpy.native_frozen_align.native_y", + "name": "native_y", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "ports.qemu.test-frzmpy.native_frozen_align.native_z", + "name": "native_z", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "ports.renesas-ra.boards.make-pins": [ + { + "id": "ports.renesas-ra.boards.make-pins.RenesasRaPin.__init__", + "name": "__init__", + "lineno": 12, + "scope": "RenesasRaPin", + "is_async": false + }, + { + "id": "ports.renesas-ra.boards.make-pins.RenesasRaPin.add_adc", + "name": "add_adc", + "lineno": 22, + "scope": "RenesasRaPin", + "is_async": false + }, + { + "id": "ports.renesas-ra.boards.make-pins.RenesasRaPin.add_af", + "name": "add_af", + "lineno": 32, + "scope": "RenesasRaPin", + "is_async": false + }, + { + "id": "ports.renesas-ra.boards.make-pins.RenesasRaPin.definition", + "name": "definition", + "lineno": 39, + "scope": "RenesasRaPin", + "is_async": false + }, + { + "id": "ports.renesas-ra.boards.make-pins.RenesasRaPin.print_source", + "name": "print_source", + "lineno": 46, + "scope": "RenesasRaPin", + "is_async": false + }, + { + "id": "ports.renesas-ra.boards.make-pins.RenesasRaPin.validate_cpu_pin_name", + "name": "validate_cpu_pin_name", + "lineno": 62, + "scope": "RenesasRaPin", + "is_async": false + }, + { + "id": "ports.renesas-ra.boards.make-pins.RenesasRaPinGenerator.__init__", + "name": "__init__", + "lineno": 70, + "scope": "RenesasRaPinGenerator", + "is_async": false + }, + { + "id": "ports.renesas-ra.boards.make-pins.RenesasRaPinGenerator.parse_af_csv", + "name": "parse_af_csv", + "lineno": 79, + "scope": "RenesasRaPinGenerator", + "is_async": false + }, + { + "id": "ports.renesas-ra.boards.make-pins.RenesasRaPinGenerator.board_name_define_prefix", + "name": "board_name_define_prefix", + "lineno": 84, + "scope": "RenesasRaPinGenerator", + "is_async": false + } + ], + "ports.renesas-ra.boards.manifest": [], + "ports.renesas-ra.boards.ARDUINO_PORTENTA_C33.manifest": [], + "ports.renesas-ra.boards.EK_RA4M1.manifest": [], + "ports.renesas-ra.boards.RA4M1_CLICKER.manifest": [], + "ports.rp2.boards.make-pins": [ + { + "id": "ports.rp2.boards.make-pins.Rp2Pin.__init__", + "name": "__init__", + "lineno": 18, + "scope": "Rp2Pin", + "is_async": false + }, + { + "id": "ports.rp2.boards.make-pins.Rp2Pin.index", + "name": "index", + "lineno": 30, + "scope": "Rp2Pin", + "is_async": false + }, + { + "id": "ports.rp2.boards.make-pins.Rp2Pin.definition", + "name": "definition", + "lineno": 35, + "scope": "Rp2Pin", + "is_async": false + }, + { + "id": "ports.rp2.boards.make-pins.Rp2Pin.is_const", + "name": "is_const", + "lineno": 44, + "scope": "Rp2Pin", + "is_async": false + }, + { + "id": "ports.rp2.boards.make-pins.Rp2Pin.enable_macro", + "name": "enable_macro", + "lineno": 49, + "scope": "Rp2Pin", + "is_async": false + }, + { + "id": "ports.rp2.boards.make-pins.Rp2Pin.add_af", + "name": "add_af", + "lineno": 53, + "scope": "Rp2Pin", + "is_async": false + }, + { + "id": "ports.rp2.boards.make-pins.Rp2Pin.print_source", + "name": "print_source", + "lineno": 81, + "scope": "Rp2Pin", + "is_async": false + }, + { + "id": "ports.rp2.boards.make-pins.Rp2Pin.validate_cpu_pin_name", + "name": "validate_cpu_pin_name", + "lineno": 97, + "scope": "Rp2Pin", + "is_async": false + }, + { + "id": "ports.rp2.boards.make-pins.Rp2PinGenerator.__init__", + "name": "__init__", + "lineno": 113, + "scope": "Rp2PinGenerator", + "is_async": false + }, + { + "id": "ports.rp2.boards.make-pins.Rp2PinGenerator.cpu_table_size", + "name": "cpu_table_size", + "lineno": 121, + "scope": "Rp2PinGenerator", + "is_async": false + }, + { + "id": "ports.rp2.boards.make-pins.Rp2PinGenerator.find_pin_by_cpu_pin_name", + "name": "find_pin_by_cpu_pin_name", + "lineno": 125, + "scope": "Rp2PinGenerator", + "is_async": false + }, + { + "id": "ports.rp2.boards.make-pins.Rp2PinGenerator.print_source", + "name": "print_source", + "lineno": 130, + "scope": "Rp2PinGenerator", + "is_async": false + }, + { + "id": "ports.rp2.boards.make-pins.Rp2PinGenerator.extra_args", + "name": "extra_args", + "lineno": 134, + "scope": "Rp2PinGenerator", + "is_async": false + }, + { + "id": "ports.rp2.boards.make-pins.Rp2PinGenerator.load_inputs", + "name": "load_inputs", + "lineno": 138, + "scope": "Rp2PinGenerator", + "is_async": false + } + ], + "ports.rp2.boards.manifest": [], + "ports.rp2.boards.ARDUINO_NANO_RP2040_CONNECT.manifest": [], + "ports.rp2.boards.CYTRON_NANOXRP_CONTROLLER.manifest": [], + "ports.rp2.boards.NULLBITS_BIT_C_PRO.board": [], + "ports.rp2.boards.NULLBITS_BIT_C_PRO.manifest": [], + "ports.rp2.boards.RPI_PICO2_W.manifest": [], + "ports.rp2.boards.RPI_PICO_W.manifest": [], + "ports.rp2.boards.SIL_RP2040_SHIM.manifest": [], + "ports.rp2.boards.SOLDERED_NULA_MAX_RP2350.manifest": [], + "ports.rp2.boards.SPARKFUN_IOTNODE_LORAWAN_RP2350.manifest": [], + "ports.rp2.boards.SPARKFUN_IOTREDBOARD_RP2350.manifest": [], + "ports.rp2.boards.SPARKFUN_THINGPLUS_RP2350.manifest": [], + "ports.rp2.boards.SPARKFUN_XRP_CONTROLLER.manifest": [], + "ports.rp2.boards.SPARKFUN_XRP_CONTROLLER_BETA.manifest": [], + "ports.rp2.boards.W5100S_EVB_PICO.manifest": [], + "ports.rp2.boards.W5500_EVB_PICO.manifest": [], + "ports.rp2.boards.WEACTSTUDIO.manifest": [], + "ports.rp2.boards.WEACTSTUDIO.modules.board": [], + "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE.manifest": [], + "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE.modules.board": [ + { + "id": "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE.modules.board.pinout", + "name": "pinout", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "ports.rp2.modules.rp2": [ + { + "id": "ports.rp2.modules.rp2.PIOASMEmit.__init__", + "name": "__init__", + "lineno": 24, + "scope": "PIOASMEmit", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.PIOASMEmit.start_pass", + "name": "start_pass", + "lineno": 65, + "scope": "PIOASMEmit", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.PIOASMEmit.__getitem__", + "name": "__getitem__", + "lineno": 80, + "scope": "PIOASMEmit", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.PIOASMEmit.delay", + "name": "delay", + "lineno": 83, + "scope": "PIOASMEmit", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.PIOASMEmit.side", + "name": "side", + "lineno": 90, + "scope": "PIOASMEmit", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.PIOASMEmit.wrap_target", + "name": "wrap_target", + "lineno": 101, + "scope": "PIOASMEmit", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.PIOASMEmit.wrap", + "name": "wrap", + "lineno": 104, + "scope": "PIOASMEmit", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.PIOASMEmit.label", + "name": "label", + "lineno": 109, + "scope": "PIOASMEmit", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.PIOASMEmit.word", + "name": "word", + "lineno": 115, + "scope": "PIOASMEmit", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.PIOASMEmit.nop", + "name": "nop", + "lineno": 127, + "scope": "PIOASMEmit", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.PIOASMEmit.jmp", + "name": "jmp", + "lineno": 130, + "scope": "PIOASMEmit", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.PIOASMEmit.wait", + "name": "wait", + "lineno": 136, + "scope": "PIOASMEmit", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.PIOASMEmit.in_", + "name": "in_", + "lineno": 143, + "scope": "PIOASMEmit", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.PIOASMEmit.out", + "name": "out", + "lineno": 148, + "scope": "PIOASMEmit", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.PIOASMEmit.push", + "name": "push", + "lineno": 155, + "scope": "PIOASMEmit", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.PIOASMEmit.pull", + "name": "pull", + "lineno": 161, + "scope": "PIOASMEmit", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.PIOASMEmit.mov", + "name": "mov", + "lineno": 167, + "scope": "PIOASMEmit", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.PIOASMEmit.irq", + "name": "irq", + "lineno": 172, + "scope": "PIOASMEmit", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.PIOASMEmit.set", + "name": "set", + "lineno": 178, + "scope": "PIOASMEmit", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.asm_pio", + "name": "asm_pio", + "lineno": 244, + "scope": null, + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.asm_pio.dec", + "name": "dec", + "lineno": 247, + "scope": "asm_pio", + "is_async": false + }, + { + "id": "ports.rp2.modules.rp2.asm_pio_encode", + "name": "asm_pio_encode", + "lineno": 276, + "scope": null, + "is_async": false + } + ], + "ports.rp2.modules._boot": [], + "ports.rp2.modules._boot_fat": [], + "ports.samd.boards.make-pins": [ + { + "id": "ports.samd.boards.make-pins.SamdPin.__init__", + "name": "__init__", + "lineno": 22, + "scope": "SamdPin", + "is_async": false + }, + { + "id": "ports.samd.boards.make-pins.SamdPin.add_af", + "name": "add_af", + "lineno": 34, + "scope": "SamdPin", + "is_async": false + }, + { + "id": "ports.samd.boards.make-pins.SamdPin.definition", + "name": "definition", + "lineno": 53, + "scope": "SamdPin", + "is_async": false + }, + { + "id": "ports.samd.boards.make-pins.SamdPin.enable_macro", + "name": "enable_macro", + "lineno": 63, + "scope": "SamdPin", + "is_async": false + }, + { + "id": "ports.samd.boards.make-pins.SamdPin.validate_cpu_pin_name", + "name": "validate_cpu_pin_name", + "lineno": 68, + "scope": "SamdPin", + "is_async": false + }, + { + "id": "ports.samd.boards.make-pins.SamdPinGenerator.__init__", + "name": "__init__", + "lineno": 76, + "scope": "SamdPinGenerator", + "is_async": false + }, + { + "id": "ports.samd.boards.make-pins.SamdPinGenerator.parse_af_csv", + "name": "parse_af_csv", + "lineno": 86, + "scope": "SamdPinGenerator", + "is_async": false + }, + { + "id": "ports.samd.boards.make-pins.SamdPinGenerator.extra_args", + "name": "extra_args", + "lineno": 90, + "scope": "SamdPinGenerator", + "is_async": false + } + ], + "ports.samd.boards.manifest": [], + "ports.samd.mcu.samd21.manifest": [], + "ports.samd.mcu.samd51.manifest": [], + "ports.samd.modules._boot": [], + "ports.stm32.make-stmconst": [ + { + "id": "ports.stm32.make-stmconst.convert_bytes_to_str", + "name": "convert_bytes_to_str", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.make-stmconst.re_match_first", + "name": "re_match_first", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.make-stmconst.LexerError.__init__", + "name": "__init__", + "lineno": 29, + "scope": "LexerError", + "is_async": false + }, + { + "id": "ports.stm32.make-stmconst.Lexer.__init__", + "name": "__init__", + "lineno": 90, + "scope": "Lexer", + "is_async": false + }, + { + "id": "ports.stm32.make-stmconst.Lexer.next_match", + "name": "next_match", + "lineno": 94, + "scope": "Lexer", + "is_async": false + }, + { + "id": "ports.stm32.make-stmconst.Lexer.must_match", + "name": "must_match", + "lineno": 105, + "scope": "Lexer", + "is_async": false + }, + { + "id": "ports.stm32.make-stmconst.parse_file", + "name": "parse_file", + "lineno": 112, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.make-stmconst.print_int_obj", + "name": "print_int_obj", + "lineno": 184, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.make-stmconst.print_periph", + "name": "print_periph", + "lineno": 192, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.make-stmconst.print_regs", + "name": "print_regs", + "lineno": 199, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.make-stmconst.print_regs_as_submodules", + "name": "print_regs_as_submodules", + "lineno": 215, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.make-stmconst.main", + "name": "main", + "lineno": 249, + "scope": null, + "is_async": false + } + ], + "ports.stm32.boards.make-pins": [ + { + "id": "ports.stm32.boards.make-pins.Stm32Pin.__init__", + "name": "__init__", + "lineno": 59, + "scope": "Stm32Pin", + "is_async": false + }, + { + "id": "ports.stm32.boards.make-pins.Stm32Pin.add_af", + "name": "add_af", + "lineno": 81, + "scope": "Stm32Pin", + "is_async": false + }, + { + "id": "ports.stm32.boards.make-pins.Stm32Pin.add_adc", + "name": "add_adc", + "lineno": 133, + "scope": "Stm32Pin", + "is_async": false + }, + { + "id": "ports.stm32.boards.make-pins.Stm32Pin.name", + "name": "name", + "lineno": 162, + "scope": "Stm32Pin", + "is_async": false + }, + { + "id": "ports.stm32.boards.make-pins.Stm32Pin.definition", + "name": "definition", + "lineno": 167, + "scope": "Stm32Pin", + "is_async": false + }, + { + "id": "ports.stm32.boards.make-pins.Stm32Pin.print_source", + "name": "print_source", + "lineno": 181, + "scope": "Stm32Pin", + "is_async": false + }, + { + "id": "ports.stm32.boards.make-pins.Stm32Pin.validate_cpu_pin_name", + "name": "validate_cpu_pin_name", + "lineno": 215, + "scope": "Stm32Pin", + "is_async": false + }, + { + "id": "ports.stm32.boards.make-pins.Stm32PinGenerator.__init__", + "name": "__init__", + "lineno": 223, + "scope": "Stm32PinGenerator", + "is_async": false + }, + { + "id": "ports.stm32.boards.make-pins.Stm32PinGenerator.board_name_define_prefix", + "name": "board_name_define_prefix", + "lineno": 233, + "scope": "Stm32PinGenerator", + "is_async": false + }, + { + "id": "ports.stm32.boards.make-pins.Stm32PinGenerator.parse_af_csv", + "name": "parse_af_csv", + "lineno": 238, + "scope": "Stm32PinGenerator", + "is_async": false + }, + { + "id": "ports.stm32.boards.make-pins.Stm32PinGenerator.count_adc_pins", + "name": "count_adc_pins", + "lineno": 243, + "scope": "Stm32PinGenerator", + "is_async": false + }, + { + "id": "ports.stm32.boards.make-pins.Stm32PinGenerator.print_adcs", + "name": "print_adcs", + "lineno": 253, + "scope": "Stm32PinGenerator", + "is_async": false + }, + { + "id": "ports.stm32.boards.make-pins.Stm32PinGenerator.print_adc_externs", + "name": "print_adc_externs", + "lineno": 274, + "scope": "Stm32PinGenerator", + "is_async": false + }, + { + "id": "ports.stm32.boards.make-pins.Stm32PinGenerator.print_source", + "name": "print_source", + "lineno": 285, + "scope": "Stm32PinGenerator", + "is_async": false + }, + { + "id": "ports.stm32.boards.make-pins.Stm32PinGenerator.print_header", + "name": "print_header", + "lineno": 291, + "scope": "Stm32PinGenerator", + "is_async": false + }, + { + "id": "ports.stm32.boards.make-pins.Stm32PinGenerator.print_af_const", + "name": "print_af_const", + "lineno": 300, + "scope": "Stm32PinGenerator", + "is_async": false + }, + { + "id": "ports.stm32.boards.make-pins.Stm32PinGenerator.print_af_defs", + "name": "print_af_defs", + "lineno": 332, + "scope": "Stm32PinGenerator", + "is_async": false + }, + { + "id": "ports.stm32.boards.make-pins.Stm32PinGenerator.extra_args", + "name": "extra_args", + "lineno": 373, + "scope": "Stm32PinGenerator", + "is_async": false + }, + { + "id": "ports.stm32.boards.make-pins.Stm32PinGenerator.generate_extra_files", + "name": "generate_extra_files", + "lineno": 382, + "scope": "Stm32PinGenerator", + "is_async": false + } + ], + "ports.stm32.boards.manifest": [], + "ports.stm32.boards.manifest_pyboard": [], + "ports.stm32.boards.plli2svalues": [ + { + "id": "ports.stm32.boards.plli2svalues.MCU.__init__", + "name": "__init__", + "lineno": 12, + "scope": "MCU", + "is_async": false + }, + { + "id": "ports.stm32.boards.plli2svalues.compute_plli2s_table", + "name": "compute_plli2s_table", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.plli2svalues.generate_c_table", + "name": "generate_c_table", + "lineno": 108, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.plli2svalues.search_header", + "name": "search_header", + "lineno": 129, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.plli2svalues.main", + "name": "main", + "lineno": 144, + "scope": null, + "is_async": false + } + ], + "ports.stm32.boards.pllvalues": [ + { + "id": "ports.stm32.boards.pllvalues.MCU.__init__", + "name": "__init__", + "lineno": 11, + "scope": "MCU", + "is_async": false + }, + { + "id": "ports.stm32.boards.pllvalues.close_int", + "name": "close_int", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.pllvalues.compute_pll", + "name": "compute_pll", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.pllvalues.compute_pll2", + "name": "compute_pll2", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.pllvalues.compute_derived", + "name": "compute_derived", + "lineno": 143, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.pllvalues.verify_pll", + "name": "verify_pll", + "lineno": 152, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.pllvalues.compute_pll_table", + "name": "compute_pll_table", + "lineno": 171, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.pllvalues.generate_c_table", + "name": "generate_c_table", + "lineno": 181, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.pllvalues.print_table", + "name": "print_table", + "lineno": 220, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.pllvalues.search_header_for_hsx_values", + "name": "search_header_for_hsx_values", + "lineno": 229, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.pllvalues.main", + "name": "main", + "lineno": 249, + "scope": null, + "is_async": false + } + ], + "ports.stm32.boards.ARDUINO_GIGA.manifest": [], + "ports.stm32.boards.ARDUINO_NICLA_VISION.manifest": [], + "ports.stm32.boards.ARDUINO_OPTA.manifest": [], + "ports.stm32.boards.ARDUINO_PORTENTA_H7.manifest": [], + "ports.stm32.boards.GARATRONIC_PYBSTICK26_F411.manifest": [], + "ports.stm32.boards.LEGO_HUB_NO6.appupdate": [ + { + "id": "ports.stm32.boards.LEGO_HUB_NO6.appupdate._copy_file_to_raw_filesystem", + "name": "_copy_file_to_raw_filesystem", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.LEGO_HUB_NO6.appupdate.update_app", + "name": "update_app", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "ports.stm32.boards.LEGO_HUB_NO6.manifest": [], + "ports.stm32.boards.LEGO_HUB_NO7.manifest": [], + "ports.stm32.boards.NUCLEO_F429ZI.manifest": [], + "ports.stm32.boards.NUCLEO_F439ZI.manifest": [], + "ports.stm32.boards.NUCLEO_F746ZG.manifest": [], + "ports.stm32.boards.NUCLEO_F756ZG.manifest": [], + "ports.stm32.boards.NUCLEO_F767ZI.manifest": [], + "ports.stm32.boards.NUCLEO_H723ZG.manifest": [], + "ports.stm32.boards.NUCLEO_H743ZI.manifest": [], + "ports.stm32.boards.NUCLEO_WB55.rfcore_debug": [ + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipccdba", + "name": "get_ipccdba", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table", + "name": "get_ipcc_table", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "name": "get_ipcc_table_word", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_byte", + "name": "get_ipcc_table_byte", + "lineno": 82, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.sram2a_dump", + "name": "sram2a_dump", + "lineno": 86, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.ipcc_init", + "name": "ipcc_init", + "lineno": 112, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.fus_active", + "name": "fus_active", + "lineno": 147, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.info", + "name": "info", + "lineno": 151, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "name": "dev_info", + "lineno": 167, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info.dump_version", + "name": "dump_version", + "lineno": 168, + "scope": "dev_info", + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info.dump_memory_size", + "name": "dump_memory_size", + "lineno": 175, + "scope": "dev_info", + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.ipcc_state", + "name": "ipcc_state", + "lineno": 228, + "scope": null, + "is_async": false + } + ], + "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware": [ + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "name": "log", + "lineno": 202, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.wait_not_busy", + "name": "wait_not_busy", + "lineno": 214, + "scope": "_Flash", + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.unlock", + "name": "unlock", + "lineno": 218, + "scope": "_Flash", + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.lock", + "name": "lock", + "lineno": 226, + "scope": "_Flash", + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.erase_page", + "name": "erase_page", + "lineno": 229, + "scope": "_Flash", + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.write", + "name": "write", + "lineno": 238, + "scope": "_Flash", + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.validate_crc", + "name": "validate_crc", + "lineno": 256, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.check_file_details", + "name": "check_file_details", + "lineno": 274, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._copy_file_to_flash", + "name": "_copy_file_to_flash", + "lineno": 309, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._parse_vendor_response", + "name": "_parse_vendor_response", + "lineno": 356, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._run_sys_hci_cmd", + "name": "_run_sys_hci_cmd", + "lineno": 365, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.fus_get_state", + "name": "fus_get_state", + "lineno": 378, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.fus_is_idle", + "name": "fus_is_idle", + "lineno": 382, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.fus_start_ws", + "name": "fus_start_ws", + "lineno": 386, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._fus_fwdelete", + "name": "_fus_fwdelete", + "lineno": 390, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._fus_run_fwupgrade", + "name": "_fus_run_fwupgrade", + "lineno": 394, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._read_state", + "name": "_read_state", + "lineno": 415, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_state", + "name": "_write_state", + "lineno": 419, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._read_failure_reason", + "name": "_read_failure_reason", + "lineno": 423, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_failure_state", + "name": "_write_failure_state", + "lineno": 427, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._read_target_addr", + "name": "_read_target_addr", + "lineno": 433, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_target_addr", + "name": "_write_target_addr", + "lineno": 437, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._stat_and_start_copy", + "name": "_stat_and_start_copy", + "lineno": 442, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "name": "resume", + "lineno": 472, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.install_boot", + "name": "install_boot", + "lineno": 656, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.check_for_updates", + "name": "check_for_updates", + "lineno": 682, + "scope": null, + "is_async": false + } + ], + "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware": [ + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware.get_details", + "name": "get_details", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware.main", + "name": "main", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware.check_file_details", + "name": "check_file_details", + "lineno": 135, + "scope": null, + "is_async": false + } + ], + "ports.stm32.boards.NUCLEO_WL55.manifest": [], + "ports.stm32.boards.OLIMEX_E407.manifest": [], + "ports.stm32.boards.OPENMV_N6.manifest": [], + "ports.stm32.boards.PYBD_SF2.manifest": [], + "ports.stm32.boards.PYBV10.manifest": [], + "ports.stm32.boards.STM32F4DISC.staccel": [ + { + "id": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.__init__", + "name": "__init__", + "lineno": 43, + "scope": "STAccel", + "is_async": false + }, + { + "id": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.convert_raw_to_g", + "name": "convert_raw_to_g", + "lineno": 60, + "scope": "STAccel", + "is_async": false + }, + { + "id": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.read_bytes", + "name": "read_bytes", + "lineno": 65, + "scope": "STAccel", + "is_async": false + }, + { + "id": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.write_bytes", + "name": "write_bytes", + "lineno": 77, + "scope": "STAccel", + "is_async": false + }, + { + "id": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.read_id", + "name": "read_id", + "lineno": 86, + "scope": "STAccel", + "is_async": false + }, + { + "id": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.x", + "name": "x", + "lineno": 89, + "scope": "STAccel", + "is_async": false + }, + { + "id": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.y", + "name": "y", + "lineno": 92, + "scope": "STAccel", + "is_async": false + }, + { + "id": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.z", + "name": "z", + "lineno": 95, + "scope": "STAccel", + "is_async": false + }, + { + "id": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.xyz", + "name": "xyz", + "lineno": 98, + "scope": "STAccel", + "is_async": false + } + ], + "ports.stm32.boards.STM32F769DISC.manifest": [], + "ports.stm32.boards.STM32F7DISC.manifest": [], + "ports.stm32.boards.STM32H573I_DK.manifest": [], + "ports.stm32.boards.STM32H747I_DISCO.manifest": [], + "ports.stm32.boards.VCC_GND_F407ZG.manifest": [], + "ports.stm32.boards.WEACTSTUDIO_MINI_STM32H743.manifest": [], + "ports.stm32.mboot.fwupdate": [ + { + "id": "ports.stm32.mboot.fwupdate.check_mem_contains", + "name": "check_mem_contains", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.mboot.fwupdate.dfu_read", + "name": "dfu_read", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.mboot.fwupdate.Flash.__init__", + "name": "__init__", + "lineno": 92, + "scope": "Flash", + "is_async": false + }, + { + "id": "ports.stm32.mboot.fwupdate.Flash.wait_not_busy", + "name": "wait_not_busy", + "lineno": 145, + "scope": "Flash", + "is_async": false + }, + { + "id": "ports.stm32.mboot.fwupdate.Flash.unlock", + "name": "unlock", + "lineno": 149, + "scope": "Flash", + "is_async": false + }, + { + "id": "ports.stm32.mboot.fwupdate.Flash.lock", + "name": "lock", + "lineno": 154, + "scope": "Flash", + "is_async": false + }, + { + "id": "ports.stm32.mboot.fwupdate.Flash.erase_sector", + "name": "erase_sector", + "lineno": 157, + "scope": "Flash", + "is_async": false + }, + { + "id": "ports.stm32.mboot.fwupdate.Flash.write", + "name": "write", + "lineno": 165, + "scope": "Flash", + "is_async": false + }, + { + "id": "ports.stm32.mboot.fwupdate.update_mboot", + "name": "update_mboot", + "lineno": 183, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.mboot.fwupdate._create_element", + "name": "_create_element", + "lineno": 225, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.mboot.fwupdate.update_app_elements", + "name": "update_app_elements", + "lineno": 229, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.mboot.fwupdate.update_mpy", + "name": "update_mpy", + "lineno": 280, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.mboot.fwupdate.get_mboot_version", + "name": "get_mboot_version", + "lineno": 286, + "scope": null, + "is_async": false + } + ], + "ports.stm32.mboot.mboot": [ + { + "id": "ports.stm32.mboot.mboot.Bootloader.__init__", + "name": "__init__", + "lineno": 25, + "scope": "Bootloader", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot.Bootloader.wait_response", + "name": "wait_response", + "lineno": 34, + "scope": "Bootloader", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot.Bootloader.wait_empty_response", + "name": "wait_empty_response", + "lineno": 52, + "scope": "Bootloader", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot.Bootloader.echo", + "name": "echo", + "lineno": 59, + "scope": "Bootloader", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot.Bootloader.getid", + "name": "getid", + "lineno": 63, + "scope": "Bootloader", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot.Bootloader.reset", + "name": "reset", + "lineno": 70, + "scope": "Bootloader", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot.Bootloader.getlayout", + "name": "getlayout", + "lineno": 74, + "scope": "Bootloader", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot.Bootloader.pageerase", + "name": "pageerase", + "lineno": 91, + "scope": "Bootloader", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot.Bootloader.setrdaddr", + "name": "setrdaddr", + "lineno": 95, + "scope": "Bootloader", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot.Bootloader.setwraddr", + "name": "setwraddr", + "lineno": 99, + "scope": "Bootloader", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot.Bootloader.read", + "name": "read", + "lineno": 103, + "scope": "Bootloader", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot.Bootloader.write", + "name": "write", + "lineno": 107, + "scope": "Bootloader", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot.Bootloader.calchash", + "name": "calchash", + "lineno": 111, + "scope": "Bootloader", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot.Bootloader.markvalid", + "name": "markvalid", + "lineno": 115, + "scope": "Bootloader", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot.Bootloader.deployfile", + "name": "deployfile", + "lineno": 119, + "scope": "Bootloader", + "is_async": false + } + ], + "ports.stm32.mboot.mboot_pack_dfu": [ + { + "id": "ports.stm32.mboot.mboot_pack_dfu.Keys.__init__", + "name": "__init__", + "lineno": 60, + "scope": "Keys", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot_pack_dfu.Keys.generate", + "name": "generate", + "lineno": 63, + "scope": "Keys", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot_pack_dfu.Keys._save_data", + "name": "_save_data", + "lineno": 69, + "scope": "Keys", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot_pack_dfu.Keys._load_data", + "name": "_load_data", + "lineno": 74, + "scope": "Keys", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot_pack_dfu.Keys.save", + "name": "save", + "lineno": 81, + "scope": "Keys", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot_pack_dfu.Keys.load", + "name": "load", + "lineno": 87, + "scope": "Keys", + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot_pack_dfu.dfu_read", + "name": "dfu_read", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot_pack_dfu.compress", + "name": "compress", + "lineno": 133, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot_pack_dfu.encrypt", + "name": "encrypt", + "lineno": 138, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot_pack_dfu.sign", + "name": "sign", + "lineno": 142, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot_pack_dfu.pack_chunk", + "name": "pack_chunk", + "lineno": 148, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot_pack_dfu.data_chunks", + "name": "data_chunks", + "lineno": 158, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot_pack_dfu.generate_keys", + "name": "generate_keys", + "lineno": 163, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot_pack_dfu.pack_dfu", + "name": "pack_dfu", + "lineno": 168, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot_pack_dfu.verify_pack_dfu", + "name": "verify_pack_dfu", + "lineno": 220, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot_pack_dfu.unpack_dfu", + "name": "unpack_dfu", + "lineno": 257, + "scope": null, + "is_async": false + }, + { + "id": "ports.stm32.mboot.mboot_pack_dfu.main", + "name": "main", + "lineno": 266, + "scope": null, + "is_async": false + } + ], + "ports.unix.variants.manifest": [], + "ports.unix.variants.coverage.manifest": [], + "ports.unix.variants.coverage.frzmpy.frzmpy1": [], + "ports.unix.variants.coverage.frzmpy.frzmpy2": [], + "ports.unix.variants.coverage.frzmpy.frzmpy3": [], + "ports.unix.variants.coverage.frzmpy.frzmpy4": [ + { + "id": "ports.unix.variants.coverage.frzmpy.frzmpy4.f", + "name": "f", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "ports.unix.variants.coverage.frzmpy.frzmpy4.g", + "name": "g", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "ports.unix.variants.coverage.frzmpy.frzqstr": [ + { + "id": "ports.unix.variants.coverage.frzmpy.frzqstr.returns_NULL", + "name": "returns_NULL", + "lineno": 2, + "scope": null, + "is_async": false + } + ], + "ports.unix.variants.coverage.frzmpy.frzmpy_pkg1": [], + "ports.unix.variants.coverage.frzmpy.frzmpy_pkg2.mod": [], + "ports.unix.variants.coverage.frzstr.frzstr1": [], + "ports.unix.variants.coverage.frzstr.frzstr_pkg1": [], + "ports.unix.variants.coverage.frzstr.frzstr_pkg2.mod": [], + "ports.unix.variants.standard.manifest": [], + "ports.webassembly.asyncio.core": [ + { + "id": "ports.webassembly.asyncio.core.SingletonGenerator.__init__", + "name": "__init__", + "lineno": 33, + "scope": "SingletonGenerator", + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.SingletonGenerator.__iter__", + "name": "__iter__", + "lineno": 37, + "scope": "SingletonGenerator", + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.SingletonGenerator.__next__", + "name": "__next__", + "lineno": 40, + "scope": "SingletonGenerator", + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.sleep_ms", + "name": "sleep_ms", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.sleep", + "name": "sleep", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.TopLevelCoro.set", + "name": "set", + "lineno": 71, + "scope": "TopLevelCoro", + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.TopLevelCoro.send", + "name": "send", + "lineno": 76, + "scope": "TopLevelCoro", + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.ThenableEvent.__init__", + "name": "__init__", + "lineno": 81, + "scope": "ThenableEvent", + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.ThenableEvent.set", + "name": "set", + "lineno": 85, + "scope": "ThenableEvent", + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.ThenableEvent.cancel", + "name": "cancel", + "lineno": 92, + "scope": "ThenableEvent", + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.ThenableEvent.remove", + "name": "remove", + "lineno": 101, + "scope": "ThenableEvent", + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.ThenableEvent.wait", + "name": "wait", + "lineno": 105, + "scope": "ThenableEvent", + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core._promote_to_task", + "name": "_promote_to_task", + "lineno": 119, + "scope": null, + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core._schedule_run_iter", + "name": "_schedule_run_iter", + "lineno": 123, + "scope": null, + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core._run_iter", + "name": "_run_iter", + "lineno": 130, + "scope": null, + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.create_task", + "name": "create_task", + "lineno": 209, + "scope": null, + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.Loop.create_task", + "name": "create_task", + "lineno": 230, + "scope": "Loop", + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.Loop.close", + "name": "close", + "lineno": 233, + "scope": "Loop", + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.Loop.set_exception_handler", + "name": "set_exception_handler", + "lineno": 236, + "scope": "Loop", + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.Loop.get_exception_handler", + "name": "get_exception_handler", + "lineno": 239, + "scope": "Loop", + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.Loop.default_exception_handler", + "name": "default_exception_handler", + "lineno": 242, + "scope": "Loop", + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.Loop.call_exception_handler", + "name": "call_exception_handler", + "lineno": 247, + "scope": "Loop", + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.get_event_loop", + "name": "get_event_loop", + "lineno": 251, + "scope": null, + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.current_task", + "name": "current_task", + "lineno": 255, + "scope": null, + "is_async": false + }, + { + "id": "ports.webassembly.asyncio.core.new_event_loop", + "name": "new_event_loop", + "lineno": 260, + "scope": null, + "is_async": false + } + ], + "ports.webassembly.asyncio": [], + "ports.webassembly.variants.manifest": [], + "ports.webassembly.variants.pyscript.manifest": [], + "ports.windows.variants.manifest": [], + "ports.windows.variants.dev.manifest": [], + "ports.zephyr.boards.manifest": [], + "ports.zephyr.boards.bflb.manifest": [], + "ports.zephyr.boards.mimxrt1020_evk.manifest": [], + "ports.zephyr.boards.xiao_ble_nrf52840_sense.manifest": [], + "ports.zephyr.modules._boot": [ + { + "id": "ports.zephyr.modules._boot.mount_filesystem_flash", + "name": "mount_filesystem_flash", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "ports.zephyr.modules._boot.create_flash_partition", + "name": "create_flash_partition", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "ports.zephyr.modules._boot.mount_all_filesystems", + "name": "mount_all_filesystems", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "ports.zephyr.modules._boot.mount_all_disks", + "name": "mount_all_disks", + "lineno": 87, + "scope": null, + "is_async": false + } + ], + "py.makecompresseddata": [ + { + "id": "py.makecompresseddata.check_non_ascii", + "name": "check_non_ascii", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "py.makecompresseddata.space_compression", + "name": "space_compression", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "py.makecompresseddata.word_compression", + "name": "word_compression", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "py.makecompresseddata.word_compression.bytes_saved", + "name": "bytes_saved", + "lineno": 53, + "scope": "word_compression", + "is_async": false + }, + { + "id": "py.makecompresseddata.huffman_compression", + "name": "huffman_compression", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "py.makecompresseddata.ngram_compression", + "name": "ngram_compression", + "lineno": 109, + "scope": null, + "is_async": false + }, + { + "id": "py.makecompresseddata.ngram_compression.bytes_saved", + "name": "bytes_saved", + "lineno": 120, + "scope": "ngram_compression", + "is_async": false + }, + { + "id": "py.makecompresseddata.main", + "name": "main", + "lineno": 144, + "scope": null, + "is_async": false + }, + { + "id": "py.makecompresseddata.main.unescape", + "name": "unescape", + "lineno": 177, + "scope": "main", + "is_async": false + } + ], + "py.makemoduledefs": [ + { + "id": "py.makemoduledefs.find_module_registrations", + "name": "find_module_registrations", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "py.makemoduledefs.generate_module_table_header", + "name": "generate_module_table_header", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "py.makemoduledefs.generate_module_delegations", + "name": "generate_module_delegations", + "lineno": 109, + "scope": null, + "is_async": false + }, + { + "id": "py.makemoduledefs.main", + "name": "main", + "lineno": 126, + "scope": null, + "is_async": false + } + ], + "py.makeqstrdata": [ + { + "id": "py.makeqstrdata.compute_hash", + "name": "compute_hash", + "lineno": 331, + "scope": null, + "is_async": false + }, + { + "id": "py.makeqstrdata.qstr_escape", + "name": "qstr_escape", + "lineno": 340, + "scope": null, + "is_async": false + }, + { + "id": "py.makeqstrdata.qstr_escape.esc_char", + "name": "esc_char", + "lineno": 341, + "scope": "qstr_escape", + "is_async": false + }, + { + "id": "py.makeqstrdata.parse_input_headers", + "name": "parse_input_headers", + "lineno": 357, + "scope": null, + "is_async": false + }, + { + "id": "py.makeqstrdata.escape_bytes", + "name": "escape_bytes", + "lineno": 409, + "scope": null, + "is_async": false + }, + { + "id": "py.makeqstrdata.make_bytes", + "name": "make_bytes", + "lineno": 418, + "scope": null, + "is_async": false + }, + { + "id": "py.makeqstrdata.print_qstr_data", + "name": "print_qstr_data", + "lineno": 429, + "scope": null, + "is_async": false + }, + { + "id": "py.makeqstrdata.do_work", + "name": "do_work", + "lineno": 454, + "scope": null, + "is_async": false + } + ], + "py.makeqstrdefs": [ + { + "id": "py.makeqstrdefs.is_c_source", + "name": "is_c_source", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "py.makeqstrdefs.is_cxx_source", + "name": "is_cxx_source", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "py.makeqstrdefs.preprocess", + "name": "preprocess", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "py.makeqstrdefs.preprocess.pp", + "name": "pp", + "lineno": 60, + "scope": "preprocess", + "is_async": false + }, + { + "id": "py.makeqstrdefs.preprocess.pp.run", + "name": "run", + "lineno": 61, + "scope": "preprocess.pp", + "is_async": false + }, + { + "id": "py.makeqstrdefs.write_out", + "name": "write_out", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "py.makeqstrdefs.process_file", + "name": "process_file", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "py.makeqstrdefs.cat_together", + "name": "cat_together", + "lineno": 133, + "scope": null, + "is_async": false + } + ], + "py.makeversionhdr": [ + { + "id": "py.makeversionhdr.get_version_info_from_git", + "name": "get_version_info_from_git", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "py.makeversionhdr.get_hash_from_git", + "name": "get_hash_from_git", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "py.makeversionhdr.get_version_info_from_mpconfig", + "name": "get_version_info_from_mpconfig", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "py.makeversionhdr.make_version_header", + "name": "make_version_header", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "py.makeversionhdr.main", + "name": "main", + "lineno": 147, + "scope": null, + "is_async": false + } + ], + "py.make_root_pointers": [ + { + "id": "py.make_root_pointers.find_root_pointer_registrations", + "name": "find_root_pointer_registrations", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "py.make_root_pointers.generate_root_pointer_header", + "name": "generate_root_pointer_header", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "py.make_root_pointers.main", + "name": "main", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "shared.memzip.make-memzip": [ + { + "id": "shared.memzip.make-memzip.create_zip", + "name": "create_zip", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "shared.memzip.make-memzip.create_c_from_file", + "name": "create_c_from_file", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "shared.memzip.make-memzip.main", + "name": "main", + "lineno": 47, + "scope": null, + "is_async": false + } + ], + "tests.run-internalbench": [ + { + "id": "tests.run-internalbench.execbench", + "name": "execbench", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-internalbench.run_tests", + "name": "run_tests", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-internalbench.main", + "name": "main", + "lineno": 104, + "scope": null, + "is_async": false + } + ], + "tests.run-multitests": [ + { + "id": "tests.run-multitests.get_host_ip", + "name": "get_host_ip", + "lineno": 124, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-multitests.decode", + "name": "decode", + "lineno": 138, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstance.__init__", + "name": "__init__", + "lineno": 144, + "scope": "PyInstance", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstance.close", + "name": "close", + "lineno": 147, + "scope": "PyInstance", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstance.prepare_script_from_file", + "name": "prepare_script_from_file", + "lineno": 150, + "scope": "PyInstance", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstance.run_file", + "name": "run_file", + "lineno": 159, + "scope": "PyInstance", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstance.start_file", + "name": "start_file", + "lineno": 162, + "scope": "PyInstance", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstanceSubProcess.__init__", + "name": "__init__", + "lineno": 167, + "scope": "PyInstanceSubProcess", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstanceSubProcess.__str__", + "name": "__str__", + "lineno": 174, + "scope": "PyInstanceSubProcess", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstanceSubProcess.prepare_script_from_file", + "name": "prepare_script_from_file", + "lineno": 177, + "scope": "PyInstanceSubProcess", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstanceSubProcess.run_script", + "name": "run_script", + "lineno": 186, + "scope": "PyInstanceSubProcess", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstanceSubProcess.start_script", + "name": "start_script", + "lineno": 203, + "scope": "PyInstanceSubProcess", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstanceSubProcess.stop", + "name": "stop", + "lineno": 214, + "scope": "PyInstanceSubProcess", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstanceSubProcess.readline", + "name": "readline", + "lineno": 218, + "scope": "PyInstanceSubProcess", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstanceSubProcess.write", + "name": "write", + "lineno": 230, + "scope": "PyInstanceSubProcess", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstanceSubProcess.is_finished", + "name": "is_finished", + "lineno": 234, + "scope": "PyInstanceSubProcess", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstanceSubProcess.wait_finished", + "name": "wait_finished", + "lineno": 237, + "scope": "PyInstanceSubProcess", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstancePyboard.__init__", + "name": "__init__", + "lineno": 244, + "scope": "PyInstancePyboard", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstancePyboard.__str__", + "name": "__str__", + "lineno": 251, + "scope": "PyInstancePyboard", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstancePyboard.close", + "name": "close", + "lineno": 254, + "scope": "PyInstancePyboard", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstancePyboard.run_script", + "name": "run_script", + "lineno": 258, + "scope": "PyInstancePyboard", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstancePyboard.start_script", + "name": "start_script", + "lineno": 268, + "scope": "PyInstancePyboard", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstancePyboard.stop", + "name": "stop", + "lineno": 273, + "scope": "PyInstancePyboard", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstancePyboard.readline", + "name": "readline", + "lineno": 276, + "scope": "PyInstancePyboard", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstancePyboard.write", + "name": "write", + "lineno": 296, + "scope": "PyInstancePyboard", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstancePyboard.is_finished", + "name": "is_finished", + "lineno": 299, + "scope": "PyInstancePyboard", + "is_async": false + }, + { + "id": "tests.run-multitests.PyInstancePyboard.wait_finished", + "name": "wait_finished", + "lineno": 302, + "scope": "PyInstancePyboard", + "is_async": false + }, + { + "id": "tests.run-multitests.prepare_test_file_list", + "name": "prepare_test_file_list", + "lineno": 307, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-multitests.trace_instance_output", + "name": "trace_instance_output", + "lineno": 320, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-multitests.run_test_on_instances", + "name": "run_test_on_instances", + "lineno": 327, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-multitests.wait_for_reboot", + "name": "wait_for_reboot", + "lineno": 453, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-multitests.print_diff", + "name": "print_diff", + "lineno": 485, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-multitests.run_tests", + "name": "run_tests", + "lineno": 497, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-multitests.main", + "name": "main", + "lineno": 560, + "scope": null, + "is_async": false + } + ], + "tests.run-natmodtests": [ + { + "id": "tests.run-natmodtests.TargetSubprocess.__init__", + "name": "__init__", + "lineno": 90, + "scope": "TargetSubprocess", + "is_async": false + }, + { + "id": "tests.run-natmodtests.TargetSubprocess.close", + "name": "close", + "lineno": 93, + "scope": "TargetSubprocess", + "is_async": false + }, + { + "id": "tests.run-natmodtests.TargetSubprocess.run_script", + "name": "run_script", + "lineno": 96, + "scope": "TargetSubprocess", + "is_async": false + }, + { + "id": "tests.run-natmodtests.TargetPyboard.__init__", + "name": "__init__", + "lineno": 107, + "scope": "TargetPyboard", + "is_async": false + }, + { + "id": "tests.run-natmodtests.TargetPyboard.close", + "name": "close", + "lineno": 111, + "scope": "TargetPyboard", + "is_async": false + }, + { + "id": "tests.run-natmodtests.TargetPyboard.run_script", + "name": "run_script", + "lineno": 115, + "scope": "TargetPyboard", + "is_async": false + }, + { + "id": "tests.run-natmodtests.detect_architecture", + "name": "detect_architecture", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-natmodtests.run_tests", + "name": "run_tests", + "lineno": 144, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-natmodtests.main", + "name": "main", + "lineno": 234, + "scope": null, + "is_async": false + } + ], + "tests.run-perfbench": [ + { + "id": "tests.run-perfbench.compute_stats", + "name": "compute_stats", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-perfbench.run_script_on_target", + "name": "run_script_on_target", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-perfbench.run_feature_test", + "name": "run_feature_test", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-perfbench.run_benchmark_on_target", + "name": "run_benchmark_on_target", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-perfbench.run_benchmarks", + "name": "run_benchmarks", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-perfbench.parse_output", + "name": "parse_output", + "lineno": 192, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-perfbench.compute_diff", + "name": "compute_diff", + "lineno": 213, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-perfbench.main", + "name": "main", + "lineno": 259, + "scope": null, + "is_async": false + } + ], + "tests.run-tests": [ + { + "id": "tests.run-tests.convert_regex_escapes", + "name": "convert_regex_escapes", + "lineno": 323, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-tests.platform_to_port", + "name": "platform_to_port", + "lineno": 342, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-tests.detect_inline_asm_arch", + "name": "detect_inline_asm_arch", + "lineno": 346, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-tests.map_rv32_arch_flags", + "name": "map_rv32_arch_flags", + "lineno": 352, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-tests.detect_test_platform", + "name": "detect_test_platform", + "lineno": 363, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-tests.detect_target_wiring_script", + "name": "detect_target_wiring_script", + "lineno": 414, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-tests.run_micropython", + "name": "run_micropython", + "lineno": 467, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-tests.run_micropython.get", + "name": "get", + "lineno": 506, + "scope": "run_micropython", + "is_async": false + }, + { + "id": "tests.run-tests.run_micropython.send_get", + "name": "send_get", + "lineno": 516, + "scope": "run_micropython", + "is_async": false + }, + { + "id": "tests.run-tests.run_micropython.send_ctrl_c", + "name": "send_ctrl_c", + "lineno": 524, + "scope": "run_micropython", + "is_async": false + }, + { + "id": "tests.run-tests.run_micropython.preexec_fn", + "name": "preexec_fn", + "lineno": 550, + "scope": "run_micropython", + "is_async": false + }, + { + "id": "tests.run-tests.run_feature_check", + "name": "run_feature_check", + "lineno": 713, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-tests.ThreadSafeCounter.__init__", + "name": "__init__", + "lineno": 728, + "scope": "ThreadSafeCounter", + "is_async": false + }, + { + "id": "tests.run-tests.ThreadSafeCounter.increment", + "name": "increment", + "lineno": 732, + "scope": "ThreadSafeCounter", + "is_async": false + }, + { + "id": "tests.run-tests.ThreadSafeCounter.add", + "name": "add", + "lineno": 735, + "scope": "ThreadSafeCounter", + "is_async": false + }, + { + "id": "tests.run-tests.ThreadSafeCounter.append", + "name": "append", + "lineno": 739, + "scope": "ThreadSafeCounter", + "is_async": false + }, + { + "id": "tests.run-tests.ThreadSafeCounter.value", + "name": "value", + "lineno": 743, + "scope": "ThreadSafeCounter", + "is_async": false + }, + { + "id": "tests.run-tests.run_tests", + "name": "run_tests", + "lineno": 747, + "scope": null, + "is_async": false + }, + { + "id": "tests.run-tests.run_tests.run_one_test", + "name": "run_one_test", + "lineno": 947, + "scope": "run_tests", + "is_async": false + }, + { + "id": "tests.run-tests.append_filter.__init__", + "name": "__init__", + "lineno": 1178, + "scope": "append_filter", + "is_async": false + }, + { + "id": "tests.run-tests.append_filter.__call__", + "name": "__call__", + "lineno": 1181, + "scope": "append_filter", + "is_async": false + }, + { + "id": "tests.run-tests.main", + "name": "main", + "lineno": 1191, + "scope": null, + "is_async": false + } + ], + "tests.serial_test": [ + { + "id": "tests.serial_test.drain_input", + "name": "drain_input", + "lineno": 94, + "scope": null, + "is_async": false + }, + { + "id": "tests.serial_test.send_script", + "name": "send_script", + "lineno": 101, + "scope": null, + "is_async": false + }, + { + "id": "tests.serial_test.echo_test", + "name": "echo_test", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "tests.serial_test.read_test", + "name": "read_test", + "lineno": 169, + "scope": null, + "is_async": false + }, + { + "id": "tests.serial_test.write_test", + "name": "write_test", + "lineno": 231, + "scope": null, + "is_async": false + }, + { + "id": "tests.serial_test.do_test", + "name": "do_test", + "lineno": 270, + "scope": null, + "is_async": false + }, + { + "id": "tests.serial_test.main", + "name": "main", + "lineno": 305, + "scope": null, + "is_async": false + } + ], + "tests.test_utils": [ + { + "id": "tests.test_utils.base_path", + "name": "base_path", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_utils.PyboardNodeRunner.__init__", + "name": "__init__", + "lineno": 120, + "scope": "PyboardNodeRunner", + "is_async": false + }, + { + "id": "tests.test_utils.PyboardNodeRunner.close", + "name": "close", + "lineno": 128, + "scope": "PyboardNodeRunner", + "is_async": false + }, + { + "id": "tests.test_utils.PyboardNodeRunner.run_script_on_remote_target", + "name": "run_script_on_remote_target", + "lineno": 131, + "scope": "PyboardNodeRunner", + "is_async": false + }, + { + "id": "tests.test_utils.rm_f", + "name": "rm_f", + "lineno": 164, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_utils.normalize_newlines", + "name": "normalize_newlines", + "lineno": 169, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_utils.set_injected_prologue", + "name": "set_injected_prologue", + "lineno": 185, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_utils.get_results_filename", + "name": "get_results_filename", + "lineno": 190, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_utils.convert_device_shortcut_to_real_device", + "name": "convert_device_shortcut_to_real_device", + "lineno": 194, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_utils.get_test_instance", + "name": "get_test_instance", + "lineno": 207, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_utils.prepare_script_for_target", + "name": "prepare_script_for_target", + "lineno": 227, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_utils.run_script_on_remote_target", + "name": "run_script_on_remote_target", + "lineno": 263, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_utils.create_test_report", + "name": "create_test_report", + "lineno": 312, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_utils.create_test_report.to_json", + "name": "to_json", + "lineno": 366, + "scope": "create_test_report", + "is_async": false + } + ], + "tests.assets.frozentest": [], + "tests.basics.0prelim": [], + "tests.basics.andor": [], + "tests.basics.annotate_var": [ + { + "id": "tests.basics.annotate_var.f", + "name": "f", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.annotate_var.f", + "name": "f", + "lineno": 22, + "scope": null, + "is_async": false + } + ], + "tests.basics.array1": [], + "tests.basics.array_add": [], + "tests.basics.array_construct": [], + "tests.basics.array_construct2": [], + "tests.basics.array_construct_endian": [], + "tests.basics.array_intbig": [], + "tests.basics.array_micropython": [], + "tests.basics.assign1": [], + "tests.basics.assign_expr": [ + { + "id": "tests.basics.assign_expr.f", + "name": "f", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.assign_expr.foo", + "name": "foo", + "lineno": 27, + "scope": null, + "is_async": false + } + ], + "tests.basics.assign_expr_scope": [ + { + "id": "tests.basics.assign_expr_scope.scope0", + "name": "scope0", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.assign_expr_scope.scope1", + "name": "scope1", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.assign_expr_scope.scope2", + "name": "scope2", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.assign_expr_scope.scope3", + "name": "scope3", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.assign_expr_scope.scope3.inner3", + "name": "inner3", + "lineno": 41, + "scope": "scope3", + "is_async": false + }, + { + "id": "tests.basics.assign_expr_scope.scope4", + "name": "scope4", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.assign_expr_scope.scope4.inner4", + "name": "inner4", + "lineno": 56, + "scope": "scope4", + "is_async": false + }, + { + "id": "tests.basics.assign_expr_scope.scope5", + "name": "scope5", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.assign_expr_scope.scope5.inner5", + "name": "inner5", + "lineno": 70, + "scope": "scope5", + "is_async": false + } + ], + "tests.basics.assign_expr_syntaxerror": [ + { + "id": "tests.basics.assign_expr_syntaxerror.test", + "name": "test", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.basics.async_await": [ + { + "id": "tests.basics.async_await.abinary", + "name": "abinary", + "lineno": 4, + "scope": null, + "is_async": true + } + ], + "tests.basics.async_await2": [ + { + "id": "tests.basics.async_await2.wait", + "name": "wait", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.async_await2.f", + "name": "f", + "lineno": 18, + "scope": null, + "is_async": true + } + ], + "tests.basics.async_def": [ + { + "id": "tests.basics.async_def.dec", + "name": "dec", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.async_def.foo", + "name": "foo", + "lineno": 9, + "scope": null, + "is_async": true + } + ], + "tests.basics.async_for": [ + { + "id": "tests.basics.async_for.AsyncIteratorWrapper.__init__", + "name": "__init__", + "lineno": 6, + "scope": "AsyncIteratorWrapper", + "is_async": false + }, + { + "id": "tests.basics.async_for.AsyncIteratorWrapper.__repr__", + "name": "__repr__", + "lineno": 10, + "scope": "AsyncIteratorWrapper", + "is_async": false + }, + { + "id": "tests.basics.async_for.AsyncIteratorWrapper.__aiter__", + "name": "__aiter__", + "lineno": 13, + "scope": "AsyncIteratorWrapper", + "is_async": false + }, + { + "id": "tests.basics.async_for.AsyncIteratorWrapperIterator.__init__", + "name": "__init__", + "lineno": 19, + "scope": "AsyncIteratorWrapperIterator", + "is_async": false + }, + { + "id": "tests.basics.async_for.AsyncIteratorWrapperIterator.__anext__", + "name": "__anext__", + "lineno": 23, + "scope": "AsyncIteratorWrapperIterator", + "is_async": true + }, + { + "id": "tests.basics.async_for.run_coro", + "name": "run_coro", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.async_for.coro0", + "name": "coro0", + "lineno": 40, + "scope": null, + "is_async": true + }, + { + "id": "tests.basics.async_for.coro1", + "name": "coro1", + "lineno": 48, + "scope": null, + "is_async": true + }, + { + "id": "tests.basics.async_for.coro2", + "name": "coro2", + "lineno": 60, + "scope": null, + "is_async": true + }, + { + "id": "tests.basics.async_for.coro3", + "name": "coro3", + "lineno": 69, + "scope": null, + "is_async": true + } + ], + "tests.basics.async_for2": [ + { + "id": "tests.basics.async_for2.f", + "name": "f", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.async_for2.ARange.__init__", + "name": "__init__", + "lineno": 19, + "scope": "ARange", + "is_async": false + }, + { + "id": "tests.basics.async_for2.ARange.__aiter__", + "name": "__aiter__", + "lineno": 24, + "scope": "ARange", + "is_async": false + }, + { + "id": "tests.basics.async_for2.ARange.__anext__", + "name": "__anext__", + "lineno": 28, + "scope": "ARange", + "is_async": true + }, + { + "id": "tests.basics.async_for2.coro", + "name": "coro", + "lineno": 38, + "scope": null, + "is_async": true + } + ], + "tests.basics.async_syntaxerror": [ + { + "id": "tests.basics.async_syntaxerror.test_syntax", + "name": "test_syntax", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.basics.async_with": [ + { + "id": "tests.basics.async_with.AContext.__aenter__", + "name": "__aenter__", + "lineno": 4, + "scope": "AContext", + "is_async": true + }, + { + "id": "tests.basics.async_with.AContext.__aexit__", + "name": "__aexit__", + "lineno": 7, + "scope": "AContext", + "is_async": true + }, + { + "id": "tests.basics.async_with.f", + "name": "f", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.basics.async_with.g", + "name": "g", + "lineno": 20, + "scope": null, + "is_async": true + }, + { + "id": "tests.basics.async_with.h", + "name": "h", + "lineno": 32, + "scope": null, + "is_async": true + } + ], + "tests.basics.async_with2": [ + { + "id": "tests.basics.async_with2.f", + "name": "f", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.async_with2.AContext.__aenter__", + "name": "__aenter__", + "lineno": 19, + "scope": "AContext", + "is_async": true + }, + { + "id": "tests.basics.async_with2.AContext.__aexit__", + "name": "__aexit__", + "lineno": 22, + "scope": "AContext", + "is_async": true + }, + { + "id": "tests.basics.async_with2.coro", + "name": "coro", + "lineno": 26, + "scope": null, + "is_async": true + } + ], + "tests.basics.async_with_break": [ + { + "id": "tests.basics.async_with_break.AContext.__aenter__", + "name": "__aenter__", + "lineno": 4, + "scope": "AContext", + "is_async": true + }, + { + "id": "tests.basics.async_with_break.AContext.__aexit__", + "name": "__aexit__", + "lineno": 7, + "scope": "AContext", + "is_async": true + }, + { + "id": "tests.basics.async_with_break.f1", + "name": "f1", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.basics.async_with_break.f2", + "name": "f2", + "lineno": 24, + "scope": null, + "is_async": true + }, + { + "id": "tests.basics.async_with_break.f3", + "name": "f3", + "lineno": 41, + "scope": null, + "is_async": true + } + ], + "tests.basics.async_with_return": [ + { + "id": "tests.basics.async_with_return.AContext.__aenter__", + "name": "__aenter__", + "lineno": 4, + "scope": "AContext", + "is_async": true + }, + { + "id": "tests.basics.async_with_return.AContext.__aexit__", + "name": "__aexit__", + "lineno": 7, + "scope": "AContext", + "is_async": true + }, + { + "id": "tests.basics.async_with_return.f1", + "name": "f1", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.basics.async_with_return.f2", + "name": "f2", + "lineno": 21, + "scope": null, + "is_async": true + }, + { + "id": "tests.basics.async_with_return.f3", + "name": "f3", + "lineno": 35, + "scope": null, + "is_async": true + } + ], + "tests.basics.attrtuple1": [], + "tests.basics.attrtuple2": [], + "tests.basics.bool1": [], + "tests.basics.boundmeth1": [ + { + "id": "tests.basics.boundmeth1.A.f", + "name": "f", + "lineno": 8, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.boundmeth1.A.g", + "name": "g", + "lineno": 11, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.boundmeth1.A.h", + "name": "h", + "lineno": 14, + "scope": "A", + "is_async": false + } + ], + "tests.basics.break": [], + "tests.basics.builtin_abs": [], + "tests.basics.builtin_abs_intbig": [], + "tests.basics.builtin_allany": [], + "tests.basics.builtin_bin": [], + "tests.basics.builtin_bin_intbig": [], + "tests.basics.builtin_callable": [ + { + "id": "tests.basics.builtin_callable.f", + "name": "f", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.builtin_callable.B.__call__", + "name": "__call__", + "lineno": 32, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.builtin_callable.C.f", + "name": "f", + "lineno": 38, + "scope": "C", + "is_async": false + } + ], + "tests.basics.builtin_chr": [], + "tests.basics.builtin_compile": [ + { + "id": "tests.basics.builtin_compile.test", + "name": "test", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.basics.builtin_delattr": [], + "tests.basics.builtin_dir": [ + { + "id": "tests.basics.builtin_dir.Foo.__init__", + "name": "__init__", + "lineno": 21, + "scope": "Foo", + "is_async": false + }, + { + "id": "tests.basics.builtin_dir.A.a", + "name": "a", + "lineno": 29, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.builtin_dir.B.b", + "name": "b", + "lineno": 32, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.builtin_dir.C.c", + "name": "c", + "lineno": 39, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.builtin_dir.D.d", + "name": "d", + "lineno": 42, + "scope": "D", + "is_async": false + } + ], + "tests.basics.builtin_divmod": [], + "tests.basics.builtin_divmod_intbig": [], + "tests.basics.builtin_ellipsis": [], + "tests.basics.builtin_enumerate": [], + "tests.basics.builtin_eval": [], + "tests.basics.builtin_eval_buffer": [], + "tests.basics.builtin_eval_error": [], + "tests.basics.builtin_exec": [], + "tests.basics.builtin_exec_buffer": [], + "tests.basics.builtin_filter": [], + "tests.basics.builtin_getattr": [ + { + "id": "tests.basics.builtin_getattr.A.__init__", + "name": "__init__", + "lineno": 5, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.builtin_getattr.A.meth", + "name": "meth", + "lineno": 8, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.builtin_getattr.B.__getattr__", + "name": "__getattr__", + "lineno": 22, + "scope": "B", + "is_async": false + } + ], + "tests.basics.builtin_hasattr": [ + { + "id": "tests.basics.builtin_hasattr.A.__init__", + "name": "__init__", + "lineno": 5, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.builtin_hasattr.A.meth", + "name": "meth", + "lineno": 8, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.builtin_hasattr.C.__getattr__", + "name": "__getattr__", + "lineno": 21, + "scope": "C", + "is_async": false + } + ], + "tests.basics.builtin_hash": [ + { + "id": "tests.basics.builtin_hash.f", + "name": "f", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.builtin_hash.f.g", + "name": "g", + "lineno": 21, + "scope": "f", + "is_async": false + }, + { + "id": "tests.basics.builtin_hash.A.__hash__", + "name": "__hash__", + "lineno": 33, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.builtin_hash.A.__repr__", + "name": "__repr__", + "lineno": 35, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.builtin_hash.C.__eq__", + "name": "__eq__", + "lineno": 48, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.builtin_hash.D.__hash__", + "name": "__hash__", + "lineno": 57, + "scope": "D", + "is_async": false + }, + { + "id": "tests.basics.builtin_hash.E.__hash__", + "name": "__hash__", + "lineno": 66, + "scope": "E", + "is_async": false + } + ], + "tests.basics.builtin_hash_gen": [ + { + "id": "tests.basics.builtin_hash_gen.gen", + "name": "gen", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.basics.builtin_hash_intbig": [ + { + "id": "tests.basics.builtin_hash_intbig.F.__hash__", + "name": "__hash__", + "lineno": 8, + "scope": "F", + "is_async": false + } + ], + "tests.basics.builtin_help": [], + "tests.basics.builtin_hex": [], + "tests.basics.builtin_hex_intbig": [], + "tests.basics.builtin_id": [], + "tests.basics.builtin_issubclass": [], + "tests.basics.builtin_len1": [], + "tests.basics.builtin_locals": [ + { + "id": "tests.basics.builtin_locals.A.f", + "name": "f", + "lineno": 8, + "scope": "A", + "is_async": false + } + ], + "tests.basics.builtin_map": [], + "tests.basics.builtin_minmax": [], + "tests.basics.builtin_next_arg2": [ + { + "id": "tests.basics.builtin_next_arg2.gen", + "name": "gen", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.builtin_next_arg2.Gen.__init__", + "name": "__init__", + "lineno": 23, + "scope": "Gen", + "is_async": false + }, + { + "id": "tests.basics.builtin_next_arg2.Gen.__next__", + "name": "__next__", + "lineno": 26, + "scope": "Gen", + "is_async": false + } + ], + "tests.basics.builtin_oct": [], + "tests.basics.builtin_oct_intbig": [], + "tests.basics.builtin_ord": [], + "tests.basics.builtin_override": [ + { + "id": "tests.basics.builtin_override.custom_import", + "name": "custom_import", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "tests.basics.builtin_pow": [], + "tests.basics.builtin_pow3": [], + "tests.basics.builtin_pow3_intbig": [], + "tests.basics.builtin_print": [], + "tests.basics.builtin_property": [ + { + "id": "tests.basics.builtin_property.A.__init__", + "name": "__init__", + "lineno": 20, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.builtin_property.A.x", + "name": "x", + "lineno": 24, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.builtin_property.B.__init__", + "name": "__init__", + "lineno": 38, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.builtin_property.B.xget", + "name": "xget", + "lineno": 41, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.builtin_property.B.xset", + "name": "xset", + "lineno": 45, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.builtin_property.B.xdel", + "name": "xdel", + "lineno": 49, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.builtin_property.C.__init__", + "name": "__init__", + "lineno": 62, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.builtin_property.C.x", + "name": "x", + "lineno": 66, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.builtin_property.C.x", + "name": "x", + "lineno": 71, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.builtin_property.C.x", + "name": "x", + "lineno": 76, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.builtin_property.F.__init__", + "name": "__init__", + "lineno": 111, + "scope": "F", + "is_async": false + } + ], + "tests.basics.builtin_property_inherit": [ + { + "id": "tests.basics.builtin_property_inherit.A.x", + "name": "x", + "lineno": 11, + "scope": "A", + "is_async": false + } + ], + "tests.basics.builtin_range": [], + "tests.basics.builtin_range_attrs": [], + "tests.basics.builtin_range_binop": [], + "tests.basics.builtin_range_maxsize": [], + "tests.basics.builtin_reversed": [ + { + "id": "tests.basics.builtin_reversed.A.__init__", + "name": "__init__", + "lineno": 31, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.builtin_reversed.A.__len__", + "name": "__len__", + "lineno": 33, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.builtin_reversed.A.__getitem__", + "name": "__getitem__", + "lineno": 35, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.builtin_reversed.B.__reversed__", + "name": "__reversed__", + "lineno": 42, + "scope": "B", + "is_async": false + } + ], + "tests.basics.builtin_round": [], + "tests.basics.builtin_round_int": [], + "tests.basics.builtin_round_intbig": [], + "tests.basics.builtin_setattr": [ + { + "id": "tests.basics.builtin_setattr.A.__init__", + "name": "__init__", + "lineno": 5, + "scope": "A", + "is_async": false + } + ], + "tests.basics.builtin_slice": [ + { + "id": "tests.basics.builtin_slice.A.__getitem__", + "name": "__getitem__", + "lineno": 8, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.builtin_slice.A.__setitem__", + "name": "__setitem__", + "lineno": 14, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.builtin_slice.A.__delitem__", + "name": "__delitem__", + "lineno": 21, + "scope": "A", + "is_async": false + } + ], + "tests.basics.builtin_sorted": [], + "tests.basics.builtin_str_hex": [], + "tests.basics.builtin_sum": [], + "tests.basics.builtin_super": [], + "tests.basics.builtin_type": [], + "tests.basics.builtin_zip": [], + "tests.basics.bytearray1": [], + "tests.basics.bytearray_add": [], + "tests.basics.bytearray_add_self": [], + "tests.basics.bytearray_append": [], + "tests.basics.bytearray_byte_operations": [], + "tests.basics.bytearray_center": [], + "tests.basics.bytearray_construct": [], + "tests.basics.bytearray_construct_array": [], + "tests.basics.bytearray_construct_endian": [], + "tests.basics.bytearray_count": [], + "tests.basics.bytearray_decode": [], + "tests.basics.bytearray_intbig": [], + "tests.basics.bytearray_partition": [], + "tests.basics.bytearray_slice_assign": [], + "tests.basics.bytes": [], + "tests.basics.bytes_add": [], + "tests.basics.bytes_add_array": [], + "tests.basics.bytes_add_bytearray": [], + "tests.basics.bytes_add_endian": [], + "tests.basics.bytes_center": [], + "tests.basics.bytes_compare": [], + "tests.basics.bytes_compare2": [], + "tests.basics.bytes_compare3": [], + "tests.basics.bytes_compare_array": [], + "tests.basics.bytes_compare_bytearray": [], + "tests.basics.bytes_construct": [], + "tests.basics.bytes_construct_array": [], + "tests.basics.bytes_construct_bytearray": [], + "tests.basics.bytes_construct_endian": [], + "tests.basics.bytes_construct_intbig": [], + "tests.basics.bytes_count": [ + { + "id": "tests.basics.bytes_count.t", + "name": "t", + "lineno": 58, + "scope": null, + "is_async": false + } + ], + "tests.basics.bytes_escape_unicode": [], + "tests.basics.bytes_find": [], + "tests.basics.bytes_format_modulo": [], + "tests.basics.bytes_gen": [ + { + "id": "tests.basics.bytes_gen.gen", + "name": "gen", + "lineno": 2, + "scope": null, + "is_async": false + } + ], + "tests.basics.bytes_index": [], + "tests.basics.bytes_large": [], + "tests.basics.bytes_mult": [], + "tests.basics.bytes_partition": [], + "tests.basics.bytes_replace": [], + "tests.basics.bytes_split": [], + "tests.basics.bytes_strip": [], + "tests.basics.bytes_subscr": [], + "tests.basics.class1": [ + { + "id": "tests.basics.class1.go", + "name": "go", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.class1.go.C.f", + "name": "f", + "lineno": 5, + "scope": "go.C", + "is_async": false + }, + { + "id": "tests.basics.class1.go.C.g", + "name": "g", + "lineno": 8, + "scope": "go.C", + "is_async": false + }, + { + "id": "tests.basics.class1.go.C.set", + "name": "set", + "lineno": 11, + "scope": "go.C", + "is_async": false + }, + { + "id": "tests.basics.class1.go.C.print", + "name": "print", + "lineno": 14, + "scope": "go.C", + "is_async": false + } + ], + "tests.basics.class2": [ + { + "id": "tests.basics.class2.C1.__init__", + "name": "__init__", + "lineno": 4, + "scope": "C1", + "is_async": false + }, + { + "id": "tests.basics.class2.C2.__init__", + "name": "__init__", + "lineno": 12, + "scope": "C2", + "is_async": false + }, + { + "id": "tests.basics.class2.C3.__init__", + "name": "__init__", + "lineno": 21, + "scope": "C3", + "is_async": false + } + ], + "tests.basics.class3": [ + { + "id": "tests.basics.class3.A.a", + "name": "a", + "lineno": 4, + "scope": "A", + "is_async": false + } + ], + "tests.basics.class_bases": [], + "tests.basics.class_bind_self": [ + { + "id": "tests.basics.class_bind_self.A.__init__", + "name": "__init__", + "lineno": 4, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_bind_self.A.__str__", + "name": "__str__", + "lineno": 6, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_bind_self.A.__call__", + "name": "__call__", + "lineno": 8, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_bind_self.A.foo", + "name": "foo", + "lineno": 10, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_bind_self.make_closure", + "name": "make_closure", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.class_bind_self.make_closure.closure", + "name": "closure", + "lineno": 15, + "scope": "make_closure", + "is_async": false + }, + { + "id": "tests.basics.class_bind_self.C.f1", + "name": "f1", + "lineno": 22, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_bind_self.C.f4", + "name": "f4", + "lineno": 26, + "scope": "C", + "is_async": false + } + ], + "tests.basics.class_binop": [ + { + "id": "tests.basics.class_binop.foo.__init__", + "name": "__init__", + "lineno": 2, + "scope": "foo", + "is_async": false + }, + { + "id": "tests.basics.class_binop.foo.__eq__", + "name": "__eq__", + "lineno": 5, + "scope": "foo", + "is_async": false + }, + { + "id": "tests.basics.class_binop.foo.__lt__", + "name": "__lt__", + "lineno": 9, + "scope": "foo", + "is_async": false + }, + { + "id": "tests.basics.class_binop.foo.__gt__", + "name": "__gt__", + "lineno": 13, + "scope": "foo", + "is_async": false + }, + { + "id": "tests.basics.class_binop.foo.__le__", + "name": "__le__", + "lineno": 17, + "scope": "foo", + "is_async": false + }, + { + "id": "tests.basics.class_binop.foo.__ge__", + "name": "__ge__", + "lineno": 21, + "scope": "foo", + "is_async": false + } + ], + "tests.basics.class_call": [ + { + "id": "tests.basics.class_call.C1.__call__", + "name": "__call__", + "lineno": 2, + "scope": "C1", + "is_async": false + }, + { + "id": "tests.basics.class_call.C2.__getattr__", + "name": "__getattr__", + "lineno": 8, + "scope": "C2", + "is_async": false + } + ], + "tests.basics.class_contains": [ + { + "id": "tests.basics.class_contains.A.__contains__", + "name": "__contains__", + "lineno": 3, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_contains.B.__init__", + "name": "__init__", + "lineno": 13, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.class_contains.B.__contains__", + "name": "__contains__", + "lineno": 15, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.class_contains.C.__contains__", + "name": "__contains__", + "lineno": 27, + "scope": "C", + "is_async": false + } + ], + "tests.basics.class_delattr_setattr": [ + { + "id": "tests.basics.class_delattr_setattr.Test.__delattr__", + "name": "__delattr__", + "lineno": 6, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.basics.class_delattr_setattr.A.__getattr__", + "name": "__getattr__", + "lineno": 14, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_delattr_setattr.A.__setattr__", + "name": "__setattr__", + "lineno": 17, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_delattr_setattr.A.__delattr__", + "name": "__delattr__", + "lineno": 19, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_delattr_setattr.B.__init__", + "name": "__init__", + "lineno": 37, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.class_delattr_setattr.B.__getattr__", + "name": "__getattr__", + "lineno": 42, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.class_delattr_setattr.B.__setattr__", + "name": "__setattr__", + "lineno": 48, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.class_delattr_setattr.B.__delattr__", + "name": "__delattr__", + "lineno": 51, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.class_delattr_setattr.C.__init__", + "name": "__init__", + "lineno": 66, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_delattr_setattr.C.__setattr__", + "name": "__setattr__", + "lineno": 69, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_delattr_setattr.C.__delattr__", + "name": "__delattr__", + "lineno": 72, + "scope": "C", + "is_async": false + } + ], + "tests.basics.class_descriptor": [ + { + "id": "tests.basics.class_descriptor.Descriptor.__get__", + "name": "__get__", + "lineno": 2, + "scope": "Descriptor", + "is_async": false + }, + { + "id": "tests.basics.class_descriptor.Descriptor.__set__", + "name": "__set__", + "lineno": 8, + "scope": "Descriptor", + "is_async": false + }, + { + "id": "tests.basics.class_descriptor.Descriptor.__delete__", + "name": "__delete__", + "lineno": 13, + "scope": "Descriptor", + "is_async": false + }, + { + "id": "tests.basics.class_descriptor.Descriptor.__set_name__", + "name": "__set_name__", + "lineno": 17, + "scope": "Descriptor", + "is_async": false + }, + { + "id": "tests.basics.class_descriptor.NonDescriptor.__getattr__", + "name": "__getattr__", + "lineno": 50, + "scope": "NonDescriptor", + "is_async": false + } + ], + "tests.basics.class_dict": [], + "tests.basics.class_emptybases": [], + "tests.basics.class_getattr": [ + { + "id": "tests.basics.class_getattr.C.__init__", + "name": "__init__", + "lineno": 3, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_getattr.C.__add__", + "name": "__add__", + "lineno": 5, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_getattr.C.__getattr__", + "name": "__getattr__", + "lineno": 7, + "scope": "C", + "is_async": false + } + ], + "tests.basics.class_inherit1": [ + { + "id": "tests.basics.class_inherit1.A.__init__", + "name": "__init__", + "lineno": 2, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_inherit1.A.f", + "name": "f", + "lineno": 6, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_inherit1.B.__init__", + "name": "__init__", + "lineno": 10, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.class_inherit1.B.g", + "name": "g", + "lineno": 15, + "scope": "B", + "is_async": false + } + ], + "tests.basics.class_inherit_mul": [ + { + "id": "tests.basics.class_inherit_mul.A.__init__", + "name": "__init__", + "lineno": 4, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_inherit_mul.A.f", + "name": "f", + "lineno": 8, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_inherit_mul.A.f2", + "name": "f2", + "lineno": 11, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_inherit_mul.B.__init__", + "name": "__init__", + "lineno": 15, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.class_inherit_mul.B.f", + "name": "f", + "lineno": 19, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.class_inherit_mul.B.f3", + "name": "f3", + "lineno": 22, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.class_inherit_mul.Sub.__init__", + "name": "__init__", + "lineno": 27, + "scope": "Sub", + "is_async": false + }, + { + "id": "tests.basics.class_inherit_mul.Sub.g", + "name": "g", + "lineno": 32, + "scope": "Sub", + "is_async": false + } + ], + "tests.basics.class_inplace_op": [ + { + "id": "tests.basics.class_inplace_op.A.__init__", + "name": "__init__", + "lineno": 6, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_inplace_op.A.__add__", + "name": "__add__", + "lineno": 9, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_inplace_op.A.__repr__", + "name": "__repr__", + "lineno": 12, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_inplace_op.L.__init__", + "name": "__init__", + "lineno": 27, + "scope": "L", + "is_async": false + }, + { + "id": "tests.basics.class_inplace_op.L.__add__", + "name": "__add__", + "lineno": 30, + "scope": "L", + "is_async": false + }, + { + "id": "tests.basics.class_inplace_op.L.__iadd__", + "name": "__iadd__", + "lineno": 35, + "scope": "L", + "is_async": false + }, + { + "id": "tests.basics.class_inplace_op.L.__repr__", + "name": "__repr__", + "lineno": 39, + "scope": "L", + "is_async": false + } + ], + "tests.basics.class_inplace_op2": [ + { + "id": "tests.basics.class_inplace_op2.A.__imul__", + "name": "__imul__", + "lineno": 5, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_inplace_op2.A.__imatmul__", + "name": "__imatmul__", + "lineno": 9, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_inplace_op2.A.__ifloordiv__", + "name": "__ifloordiv__", + "lineno": 13, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_inplace_op2.A.__itruediv__", + "name": "__itruediv__", + "lineno": 17, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_inplace_op2.A.__imod__", + "name": "__imod__", + "lineno": 21, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_inplace_op2.A.__ipow__", + "name": "__ipow__", + "lineno": 25, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_inplace_op2.A.__ior__", + "name": "__ior__", + "lineno": 29, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_inplace_op2.A.__ixor__", + "name": "__ixor__", + "lineno": 33, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_inplace_op2.A.__iand__", + "name": "__iand__", + "lineno": 37, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_inplace_op2.A.__ilshift__", + "name": "__ilshift__", + "lineno": 41, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_inplace_op2.A.__irshift__", + "name": "__irshift__", + "lineno": 45, + "scope": "A", + "is_async": false + } + ], + "tests.basics.class_instance_override": [ + { + "id": "tests.basics.class_instance_override.A.foo", + "name": "foo", + "lineno": 4, + "scope": "A", + "is_async": false + } + ], + "tests.basics.class_item": [ + { + "id": "tests.basics.class_item.C.__getitem__", + "name": "__getitem__", + "lineno": 4, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_item.C.__setitem__", + "name": "__setitem__", + "lineno": 8, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_item.C.__delitem__", + "name": "__delitem__", + "lineno": 11, + "scope": "C", + "is_async": false + } + ], + "tests.basics.class_misc": [], + "tests.basics.class_new": [ + { + "id": "tests.basics.class_new.A.__new__", + "name": "__new__", + "lineno": 10, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_new.A.__init__", + "name": "__init__", + "lineno": 14, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_new.A.meth", + "name": "meth", + "lineno": 17, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_new.B.__new__", + "name": "__new__", + "lineno": 41, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.class_new.B.__init__", + "name": "__init__", + "lineno": 44, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.class_new.C.__new__", + "name": "__new__", + "lineno": 57, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_new.C.__init__", + "name": "__init__", + "lineno": 61, + "scope": "C", + "is_async": false + } + ], + "tests.basics.class_notimpl": [ + { + "id": "tests.basics.class_notimpl.C.__init__", + "name": "__init__", + "lineno": 10, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_notimpl.C.__str__", + "name": "__str__", + "lineno": 13, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_notimpl.C.__add__", + "name": "__add__", + "lineno": 16, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_notimpl.C.__sub__", + "name": "__sub__", + "lineno": 20, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_notimpl.C.__lt__", + "name": "__lt__", + "lineno": 24, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_notimpl.C.__neg__", + "name": "__neg__", + "lineno": 28, + "scope": "C", + "is_async": false + } + ], + "tests.basics.class_number": [ + { + "id": "tests.basics.class_number.C.__init__", + "name": "__init__", + "lineno": 4, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_number.C.__add__", + "name": "__add__", + "lineno": 7, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_number.C.__sub__", + "name": "__sub__", + "lineno": 10, + "scope": "C", + "is_async": false + } + ], + "tests.basics.class_ordereddict": [], + "tests.basics.class_reverse_op": [ + { + "id": "tests.basics.class_reverse_op.A.__init__", + "name": "__init__", + "lineno": 5, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_reverse_op.A.__add__", + "name": "__add__", + "lineno": 8, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_reverse_op.A.__radd__", + "name": "__radd__", + "lineno": 13, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_reverse_op.A.__repr__", + "name": "__repr__", + "lineno": 16, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_reverse_op.B.__init__", + "name": "__init__", + "lineno": 26, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.class_reverse_op.B.__repr__", + "name": "__repr__", + "lineno": 29, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.class_reverse_op.B.__ror__", + "name": "__ror__", + "lineno": 32, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.class_reverse_op.B.__radd__", + "name": "__radd__", + "lineno": 35, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.class_reverse_op.B.__rmul__", + "name": "__rmul__", + "lineno": 38, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.class_reverse_op.B.__rtruediv__", + "name": "__rtruediv__", + "lineno": 41, + "scope": "B", + "is_async": false + } + ], + "tests.basics.class_setname_hazard": [ + { + "id": "tests.basics.class_setname_hazard.skip_if_no_descriptors", + "name": "skip_if_no_descriptors", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.class_setname_hazard.skip_if_no_descriptors.Descriptor.__get__", + "name": "__get__", + "lineno": 6, + "scope": "skip_if_no_descriptors.Descriptor", + "is_async": false + }, + { + "id": "tests.basics.class_setname_hazard.GetSibling.__set_name__", + "name": "__set_name__", + "lineno": 34, + "scope": "GetSibling", + "is_async": false + }, + { + "id": "tests.basics.class_setname_hazard.SetSibling.__set_name__", + "name": "__set_name__", + "lineno": 47, + "scope": "SetSibling", + "is_async": false + }, + { + "id": "tests.basics.class_setname_hazard.DelSibling.__set_name__", + "name": "__set_name__", + "lineno": 61, + "scope": "DelSibling", + "is_async": false + }, + { + "id": "tests.basics.class_setname_hazard.GetSelf.__set_name__", + "name": "__set_name__", + "lineno": 81, + "scope": "GetSelf", + "is_async": false + }, + { + "id": "tests.basics.class_setname_hazard.SetSelf.__set_name__", + "name": "__set_name__", + "lineno": 93, + "scope": "SetSelf", + "is_async": false + }, + { + "id": "tests.basics.class_setname_hazard.DelSelf.__set_name__", + "name": "__set_name__", + "lineno": 107, + "scope": "DelSelf", + "is_async": false + }, + { + "id": "tests.basics.class_setname_hazard.Raise.__set_name__", + "name": "__set_name__", + "lineno": 127, + "scope": "Raise", + "is_async": false + }, + { + "id": "tests.basics.class_setname_hazard.SetSpecific.__init__", + "name": "__init__", + "lineno": 143, + "scope": "SetSpecific", + "is_async": false + }, + { + "id": "tests.basics.class_setname_hazard.SetSpecific.__set_name__", + "name": "__set_name__", + "lineno": 147, + "scope": "SetSpecific", + "is_async": false + }, + { + "id": "tests.basics.class_setname_hazard.DelSpecific.__init__", + "name": "__init__", + "lineno": 162, + "scope": "DelSpecific", + "is_async": false + }, + { + "id": "tests.basics.class_setname_hazard.DelSpecific.__set_name__", + "name": "__set_name__", + "lineno": 165, + "scope": "DelSpecific", + "is_async": false + } + ], + "tests.basics.class_setname_hazard_rand": [ + { + "id": "tests.basics.class_setname_hazard_rand.skip_if_no_descriptors", + "name": "skip_if_no_descriptors", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.class_setname_hazard_rand.skip_if_no_descriptors.Descriptor.__get__", + "name": "__get__", + "lineno": 16, + "scope": "skip_if_no_descriptors.Descriptor", + "is_async": false + }, + { + "id": "tests.basics.class_setname_hazard_rand.junk_fill", + "name": "junk_fill", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.class_setname_hazard_rand.junk_clear", + "name": "junk_clear", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.class_setname_hazard_rand.junk_sequencer", + "name": "junk_sequencer", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.class_setname_hazard_rand.JunkMaker.__set_name__", + "name": "__set_name__", + "lineno": 69, + "scope": "JunkMaker", + "is_async": false + } + ], + "tests.basics.class_staticclassmethod": [ + { + "id": "tests.basics.class_staticclassmethod.C.f", + "name": "f", + "lineno": 5, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_staticclassmethod.C.g", + "name": "g", + "lineno": 8, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_staticclassmethod.C.__sub__", + "name": "__sub__", + "lineno": 13, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_staticclassmethod.C.__add__", + "name": "__add__", + "lineno": 17, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_staticclassmethod.C.__getitem__", + "name": "__getitem__", + "lineno": 22, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_staticclassmethod.C.__setitem__", + "name": "__setitem__", + "lineno": 26, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.class_staticclassmethod.C.__delitem__", + "name": "__delitem__", + "lineno": 29, + "scope": "C", + "is_async": false + } + ], + "tests.basics.class_store": [], + "tests.basics.class_store_class": [ + { + "id": "tests.basics.class_store_class._ResultMixinStr.encode", + "name": "encode", + "lineno": 14, + "scope": "_ResultMixinStr", + "is_async": false + }, + { + "id": "tests.basics.class_store_class._ResultMixinBytes.decode", + "name": "decode", + "lineno": 18, + "scope": "_ResultMixinBytes", + "is_async": false + } + ], + "tests.basics.class_str": [ + { + "id": "tests.basics.class_str.C1.__init__", + "name": "__init__", + "lineno": 2, + "scope": "C1", + "is_async": false + }, + { + "id": "tests.basics.class_str.C1.__str__", + "name": "__str__", + "lineno": 5, + "scope": "C1", + "is_async": false + }, + { + "id": "tests.basics.class_str.C2.__init__", + "name": "__init__", + "lineno": 9, + "scope": "C2", + "is_async": false + }, + { + "id": "tests.basics.class_str.C2.__repr__", + "name": "__repr__", + "lineno": 12, + "scope": "C2", + "is_async": false + }, + { + "id": "tests.basics.class_str.C3.__init__", + "name": "__init__", + "lineno": 16, + "scope": "C3", + "is_async": false + }, + { + "id": "tests.basics.class_str.C3.__str__", + "name": "__str__", + "lineno": 19, + "scope": "C3", + "is_async": false + }, + { + "id": "tests.basics.class_str.C3.__repr__", + "name": "__repr__", + "lineno": 22, + "scope": "C3", + "is_async": false + } + ], + "tests.basics.class_super": [ + { + "id": "tests.basics.class_super.Base.__init__", + "name": "__init__", + "lineno": 3, + "scope": "Base", + "is_async": false + }, + { + "id": "tests.basics.class_super.Base.meth", + "name": "meth", + "lineno": 6, + "scope": "Base", + "is_async": false + }, + { + "id": "tests.basics.class_super.Sub.meth", + "name": "meth", + "lineno": 11, + "scope": "Sub", + "is_async": false + }, + { + "id": "tests.basics.class_super.A.p", + "name": "p", + "lineno": 20, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_super.A.foo", + "name": "foo", + "lineno": 28, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_super.B.foo", + "name": "foo", + "lineno": 32, + "scope": "B", + "is_async": false + } + ], + "tests.basics.class_super_aslocal": [ + { + "id": "tests.basics.class_super_aslocal.A.foo", + "name": "foo", + "lineno": 4, + "scope": "A", + "is_async": false + } + ], + "tests.basics.class_super_closure": [ + { + "id": "tests.basics.class_super_closure.A.__init__", + "name": "__init__", + "lineno": 4, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_super_closure.A.foo", + "name": "foo", + "lineno": 6, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_super_closure.B.foo", + "name": "foo", + "lineno": 10, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.class_super_closure.B.bar", + "name": "bar", + "lineno": 14, + "scope": "B", + "is_async": false + } + ], + "tests.basics.class_super_multinherit": [ + { + "id": "tests.basics.class_super_multinherit.A.foo", + "name": "foo", + "lineno": 4, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.class_super_multinherit.B.foo", + "name": "foo", + "lineno": 8, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.class_super_multinherit.C.foo", + "name": "foo", + "lineno": 12, + "scope": "C", + "is_async": false + } + ], + "tests.basics.class_super_object": [ + { + "id": "tests.basics.class_super_object.Test.__init__", + "name": "__init__", + "lineno": 11, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.basics.class_super_object.Test2.__init__", + "name": "__init__", + "lineno": 18, + "scope": "Test2", + "is_async": false + } + ], + "tests.basics.class_use_other": [ + { + "id": "tests.basics.class_use_other.A.store", + "name": "store", + "lineno": 4, + "scope": "A", + "is_async": false + } + ], + "tests.basics.closure1": [ + { + "id": "tests.basics.closure1.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.closure1.f.g", + "name": "g", + "lineno": 5, + "scope": "f", + "is_async": false + } + ], + "tests.basics.closure2": [ + { + "id": "tests.basics.closure2.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.closure2.f.g", + "name": "g", + "lineno": 5, + "scope": "f", + "is_async": false + } + ], + "tests.basics.closure_defargs": [ + { + "id": "tests.basics.closure_defargs.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.closure_defargs.f.bar", + "name": "bar", + "lineno": 5, + "scope": "f", + "is_async": false + } + ], + "tests.basics.closure_manyvars": [ + { + "id": "tests.basics.closure_manyvars.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.closure_manyvars.f.x", + "name": "x", + "lineno": 5, + "scope": "f", + "is_async": false + } + ], + "tests.basics.closure_namedarg": [ + { + "id": "tests.basics.closure_namedarg.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.closure_namedarg.f.g", + "name": "g", + "lineno": 5, + "scope": "f", + "is_async": false + } + ], + "tests.basics.compare_multi": [], + "tests.basics.comprehension1": [ + { + "id": "tests.basics.comprehension1.f", + "name": "f", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "tests.basics.containment": [], + "tests.basics.continue": [], + "tests.basics.decorator": [ + { + "id": "tests.basics.decorator.dec", + "name": "dec", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.decorator.dec_arg", + "name": "dec_arg", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.decorator.f", + "name": "f", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.decorator.g", + "name": "g", + "lineno": 18, + "scope": null, + "is_async": false + } + ], + "tests.basics.del_attr": [ + { + "id": "tests.basics.del_attr.C.f", + "name": "f", + "lineno": 2, + "scope": "C", + "is_async": false + } + ], + "tests.basics.del_deref": [ + { + "id": "tests.basics.del_deref.f", + "name": "f", + "lineno": 1, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.del_deref.f.g", + "name": "g", + "lineno": 4, + "scope": "f", + "is_async": false + }, + { + "id": "tests.basics.del_deref.f.h", + "name": "h", + "lineno": 11, + "scope": "f", + "is_async": false + } + ], + "tests.basics.del_global": [ + { + "id": "tests.basics.del_global.do_del", + "name": "do_del", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.basics.del_local": [ + { + "id": "tests.basics.del_local.f", + "name": "f", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.del_local.g", + "name": "g", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.basics.del_name": [ + { + "id": "tests.basics.del_name.C.f", + "name": "f", + "lineno": 17, + "scope": "C", + "is_async": false + } + ], + "tests.basics.del_subscr": [], + "tests.basics.deque1": [], + "tests.basics.deque2": [], + "tests.basics.deque_micropython": [], + "tests.basics.deque_slice": [], + "tests.basics.dict1": [], + "tests.basics.dict2": [], + "tests.basics.dict_clear": [], + "tests.basics.dict_construct": [], + "tests.basics.dict_copy": [], + "tests.basics.dict_del": [], + "tests.basics.dict_fixed": [], + "tests.basics.dict_fromkeys": [], + "tests.basics.dict_fromkeys2": [], + "tests.basics.dict_from_iter": [], + "tests.basics.dict_get": [], + "tests.basics.dict_intern": [], + "tests.basics.dict_iterator": [], + "tests.basics.dict_pop": [], + "tests.basics.dict_popitem": [], + "tests.basics.dict_setdefault": [], + "tests.basics.dict_specialmeth": [], + "tests.basics.dict_union": [ + { + "id": "tests.basics.dict_union.print_sorted_dict", + "name": "print_sorted_dict", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.dict_union.test_union", + "name": "test_union", + "lineno": 17, + "scope": null, + "is_async": false + } + ], + "tests.basics.dict_update": [], + "tests.basics.dict_views": [], + "tests.basics.equal": [], + "tests.basics.equal_class": [], + "tests.basics.errno1": [], + "tests.basics.exception1": [], + "tests.basics.exception_chain": [], + "tests.basics.exceptpoly": [], + "tests.basics.exceptpoly2": [], + "tests.basics.except_match_tuple": [], + "tests.basics.floordivide": [], + "tests.basics.floordivide_intbig": [], + "tests.basics.for1": [ + { + "id": "tests.basics.for1.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.basics.for2": [], + "tests.basics.for3": [], + "tests.basics.for_break": [ + { + "id": "tests.basics.for_break.foo", + "name": "foo", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.for_break.bar", + "name": "bar", + "lineno": 18, + "scope": null, + "is_async": false + } + ], + "tests.basics.for_else": [], + "tests.basics.for_range": [], + "tests.basics.for_return": [ + { + "id": "tests.basics.for_return.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.basics.frozenset1": [], + "tests.basics.frozenset_add": [], + "tests.basics.frozenset_binop": [], + "tests.basics.frozenset_copy": [], + "tests.basics.frozenset_difference": [], + "tests.basics.frozenset_set": [], + "tests.basics.fun1": [ + { + "id": "tests.basics.fun1.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.basics.fun2": [ + { + "id": "tests.basics.fun2.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun2.g", + "name": "g", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.basics.fun3": [ + { + "id": "tests.basics.fun3.fun", + "name": "fun", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.basics.fun_annotations": [ + { + "id": "tests.basics.fun_annotations.foo", + "name": "foo", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "tests.basics.fun_calldblstar": [ + { + "id": "tests.basics.fun_calldblstar.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_calldblstar.A.f", + "name": "f", + "lineno": 17, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.fun_calldblstar.f1", + "name": "f1", + "lineno": 26, + "scope": null, + "is_async": false + } + ], + "tests.basics.fun_calldblstar2": [], + "tests.basics.fun_calldblstar3": [ + { + "id": "tests.basics.fun_calldblstar3.foo", + "name": "foo", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_calldblstar3.Mapping.keys", + "name": "keys", + "lineno": 7, + "scope": "Mapping", + "is_async": false + }, + { + "id": "tests.basics.fun_calldblstar3.Mapping.__getitem__", + "name": "__getitem__", + "lineno": 11, + "scope": "Mapping", + "is_async": false + } + ], + "tests.basics.fun_calldblstar4": [ + { + "id": "tests.basics.fun_calldblstar4.f", + "name": "f", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_calldblstar4.A.f", + "name": "f", + "lineno": 21, + "scope": "A", + "is_async": false + } + ], + "tests.basics.fun_callstar": [ + { + "id": "tests.basics.fun_callstar.foo", + "name": "foo", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_callstar.foo", + "name": "foo", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_callstar.A.foo", + "name": "foo", + "lineno": 34, + "scope": "A", + "is_async": false + } + ], + "tests.basics.fun_callstardblstar": [ + { + "id": "tests.basics.fun_callstardblstar.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_callstardblstar.A.f", + "name": "f", + "lineno": 17, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.fun_callstardblstar.f2", + "name": "f2", + "lineno": 32, + "scope": null, + "is_async": false + } + ], + "tests.basics.fun_callstar_kwarg": [], + "tests.basics.fun_code": [ + { + "id": "tests.basics.fun_code.f", + "name": "f", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.basics.fun_code_colines": [ + { + "id": "tests.basics.fun_code_colines.f1", + "name": "f1", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_code_colines.f2", + "name": "f2", + "lineno": 62, + "scope": null, + "is_async": false + } + ], + "tests.basics.fun_code_full": [ + { + "id": "tests.basics.fun_code_full.f", + "name": "f", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.basics.fun_code_lnotab": [ + { + "id": "tests.basics.fun_code_lnotab.f", + "name": "f", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_code_lnotab.Test.test_co_lnotab_exists", + "name": "test_co_lnotab_exists", + "lineno": 24, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.basics.fun_code_lnotab.Test.test_co_lnotab_removed", + "name": "test_co_lnotab_removed", + "lineno": 28, + "scope": "Test", + "is_async": false + } + ], + "tests.basics.fun_defargs": [ + { + "id": "tests.basics.fun_defargs.fun1", + "name": "fun1", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_defargs.fun2", + "name": "fun2", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_defargs.f", + "name": "f", + "lineno": 25, + "scope": null, + "is_async": false + } + ], + "tests.basics.fun_defargs2": [ + { + "id": "tests.basics.fun_defargs2.foo", + "name": "foo", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_defargs2.foo2", + "name": "foo2", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.basics.fun_error": [ + { + "id": "tests.basics.fun_error.f", + "name": "f", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.basics.fun_error2": [], + "tests.basics.fun_globals": [ + { + "id": "tests.basics.fun_globals.foo", + "name": "foo", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_globals.outer", + "name": "outer", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_globals.outer.inner", + "name": "inner", + "lineno": 29, + "scope": "outer", + "is_async": false + } + ], + "tests.basics.fun_kwargs": [ + { + "id": "tests.basics.fun_kwargs.f1", + "name": "f1", + "lineno": 1, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_kwargs.f2", + "name": "f2", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_kwargs.f3", + "name": "f3", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "tests.basics.fun_kwonly": [ + { + "id": "tests.basics.fun_kwonly.f", + "name": "f", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_kwonly.f", + "name": "f", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_kwonly.f", + "name": "f", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_kwonly.f", + "name": "f", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_kwonly.f", + "name": "f", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_kwonly.f", + "name": "f", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_kwonly.f", + "name": "f", + "lineno": 62, + "scope": null, + "is_async": false + } + ], + "tests.basics.fun_kwonlydef": [ + { + "id": "tests.basics.fun_kwonlydef.f1", + "name": "f1", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_kwonlydef.f2", + "name": "f2", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_kwonlydef.f3", + "name": "f3", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_kwonlydef.f4", + "name": "f4", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_kwonlydef.f5", + "name": "f5", + "lineno": 32, + "scope": null, + "is_async": false + } + ], + "tests.basics.fun_kwvarargs": [ + { + "id": "tests.basics.fun_kwvarargs.f1", + "name": "f1", + "lineno": 1, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_kwvarargs.f2", + "name": "f2", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_kwvarargs.f3", + "name": "f3", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_kwvarargs.f4", + "name": "f4", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_kwvarargs.f5", + "name": "f5", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_kwvarargs.print_ret", + "name": "print_ret", + "lineno": 33, + "scope": null, + "is_async": false + } + ], + "tests.basics.fun_largestate": [ + { + "id": "tests.basics.fun_largestate.f", + "name": "f", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_largestate.g", + "name": "g", + "lineno": 135, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_largestate.h", + "name": "h", + "lineno": 140, + "scope": null, + "is_async": false + } + ], + "tests.basics.fun_name": [ + { + "id": "tests.basics.fun_name.Fun", + "name": "Fun", + "lineno": 1, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_name.A.__init__", + "name": "__init__", + "lineno": 5, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.fun_name.A.Fun", + "name": "Fun", + "lineno": 7, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.fun_name.outer", + "name": "outer", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_name.outer.inner", + "name": "inner", + "lineno": 30, + "scope": "outer", + "is_async": false + } + ], + "tests.basics.fun_str": [ + { + "id": "tests.basics.fun_str.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.basics.fun_varargs": [ + { + "id": "tests.basics.fun_varargs.f1", + "name": "f1", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_varargs.f2", + "name": "f2", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_varargs.f3", + "name": "f3", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_varargs.f4", + "name": "f4", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.fun_varargs.f5", + "name": "f5", + "lineno": 35, + "scope": null, + "is_async": false + } + ], + "tests.basics.gc1": [], + "tests.basics.generator1": [ + { + "id": "tests.basics.generator1.f", + "name": "f", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "tests.basics.generator2": [], + "tests.basics.generator_args": [ + { + "id": "tests.basics.generator_args.gen", + "name": "gen", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.generator_args.g", + "name": "g", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tests.basics.generator_close": [ + { + "id": "tests.basics.generator_close.gen1", + "name": "gen1", + "lineno": 1, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.generator_close.gen2", + "name": "gen2", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.generator_close.gen3", + "name": "gen3", + "lineno": 48, + "scope": null, + "is_async": false + } + ], + "tests.basics.generator_closure": [ + { + "id": "tests.basics.generator_closure.f", + "name": "f", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.generator_closure.f.g", + "name": "g", + "lineno": 4, + "scope": "f", + "is_async": false + }, + { + "id": "tests.basics.generator_closure.f", + "name": "f", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.generator_closure.f.g", + "name": "g", + "lineno": 14, + "scope": "f", + "is_async": false + }, + { + "id": "tests.basics.generator_closure.genc", + "name": "genc", + "lineno": 29, + "scope": null, + "is_async": false + } + ], + "tests.basics.generator_exc": [ + { + "id": "tests.basics.generator_exc.gen", + "name": "gen", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.generator_exc.gen2", + "name": "gen2", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.generator_exc.gen3", + "name": "gen3", + "lineno": 35, + "scope": null, + "is_async": false + } + ], + "tests.basics.generator_name": [ + { + "id": "tests.basics.generator_name.Fun", + "name": "Fun", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.generator_name.A.Fun", + "name": "Fun", + "lineno": 7, + "scope": "A", + "is_async": false + } + ], + "tests.basics.generator_pend_throw": [ + { + "id": "tests.basics.generator_pend_throw.gen", + "name": "gen", + "lineno": 1, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.generator_pend_throw.gen_next", + "name": "gen_next", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.generator_pend_throw.gen_pend_throw", + "name": "gen_pend_throw", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.generator_pend_throw.gen_cancelled", + "name": "gen_cancelled", + "lineno": 69, + "scope": null, + "is_async": false + } + ], + "tests.basics.generator_pep479": [ + { + "id": "tests.basics.generator_pep479.gen", + "name": "gen", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.generator_pep479.gen", + "name": "gen", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.generator_pep479.gen", + "name": "gen", + "lineno": 32, + "scope": null, + "is_async": false + } + ], + "tests.basics.generator_return": [ + { + "id": "tests.basics.generator_return.gen", + "name": "gen", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "tests.basics.generator_send": [ + { + "id": "tests.basics.generator_send.f", + "name": "f", + "lineno": 1, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.generator_send.f2", + "name": "f2", + "lineno": 18, + "scope": null, + "is_async": false + } + ], + "tests.basics.generator_throw": [ + { + "id": "tests.basics.generator_throw.gen", + "name": "gen", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.generator_throw.gen", + "name": "gen", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.generator_throw.gen", + "name": "gen", + "lineno": 28, + "scope": null, + "is_async": false + } + ], + "tests.basics.generator_throw_multi_arg": [ + { + "id": "tests.basics.generator_throw_multi_arg.gen", + "name": "gen", + "lineno": 5, + "scope": null, + "is_async": false + } + ], + "tests.basics.generator_throw_nested": [ + { + "id": "tests.basics.generator_throw_nested.gen", + "name": "gen", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.basics.generator_throw_repeat": [ + { + "id": "tests.basics.generator_throw_repeat.gen", + "name": "gen", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.basics.gen_yield_from": [ + { + "id": "tests.basics.gen_yield_from.gen", + "name": "gen", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from.gen2", + "name": "gen2", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from.gen7", + "name": "gen7", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from.gen8", + "name": "gen8", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "tests.basics.gen_yield_from_close": [ + { + "id": "tests.basics.gen_yield_from_close.gen", + "name": "gen", + "lineno": 1, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_close.gen2", + "name": "gen2", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_close.gen3", + "name": "gen3", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_close.gen4", + "name": "gen4", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_close.gen5", + "name": "gen5", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_close.gen6", + "name": "gen6", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_close.gen7", + "name": "gen7", + "lineno": 90, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_close.gen8", + "name": "gen8", + "lineno": 104, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_close.Iter.__iter__", + "name": "__iter__", + "lineno": 113, + "scope": "Iter", + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_close.Iter.__next__", + "name": "__next__", + "lineno": 115, + "scope": "Iter", + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_close.Iter.close", + "name": "close", + "lineno": 117, + "scope": "Iter", + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_close.gen9", + "name": "gen9", + "lineno": 119, + "scope": null, + "is_async": false + } + ], + "tests.basics.gen_yield_from_ducktype": [ + { + "id": "tests.basics.gen_yield_from_ducktype.MyGen.__init__", + "name": "__init__", + "lineno": 3, + "scope": "MyGen", + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_ducktype.MyGen.__iter__", + "name": "__iter__", + "lineno": 6, + "scope": "MyGen", + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_ducktype.MyGen.__next__", + "name": "__next__", + "lineno": 9, + "scope": "MyGen", + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_ducktype.gen", + "name": "gen", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_ducktype.gen2", + "name": "gen2", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_ducktype.Incrementer.__iter__", + "name": "__iter__", + "lineno": 27, + "scope": "Incrementer", + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_ducktype.Incrementer.__next__", + "name": "__next__", + "lineno": 30, + "scope": "Incrementer", + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_ducktype.Incrementer.send", + "name": "send", + "lineno": 33, + "scope": "Incrementer", + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_ducktype.gen3", + "name": "gen3", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_ducktype.MyIter.__iter__", + "name": "__iter__", + "lineno": 51, + "scope": "MyIter", + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_ducktype.MyIter.__next__", + "name": "__next__", + "lineno": 53, + "scope": "MyIter", + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_ducktype.gen4", + "name": "gen4", + "lineno": 56, + "scope": null, + "is_async": false + } + ], + "tests.basics.gen_yield_from_exc": [ + { + "id": "tests.basics.gen_yield_from_exc.gen", + "name": "gen", + "lineno": 1, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_exc.gen2", + "name": "gen2", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.basics.gen_yield_from_executing": [ + { + "id": "tests.basics.gen_yield_from_executing.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.basics.gen_yield_from_iter": [ + { + "id": "tests.basics.gen_yield_from_iter.gen", + "name": "gen", + "lineno": 1, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_iter.gen2", + "name": "gen2", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_iter.gen3", + "name": "gen3", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "tests.basics.gen_yield_from_pending": [ + { + "id": "tests.basics.gen_yield_from_pending.noop_task", + "name": "noop_task", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_pending.raise_task", + "name": "raise_task", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_pending.main", + "name": "main", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "tests.basics.gen_yield_from_send": [ + { + "id": "tests.basics.gen_yield_from_send.gen", + "name": "gen", + "lineno": 1, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_send.gen2", + "name": "gen2", + "lineno": 5, + "scope": null, + "is_async": false + } + ], + "tests.basics.gen_yield_from_stopped": [ + { + "id": "tests.basics.gen_yield_from_stopped.gen", + "name": "gen", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_stopped.run", + "name": "run", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_stopped.run", + "name": "run", + "lineno": 22, + "scope": null, + "is_async": false + } + ], + "tests.basics.gen_yield_from_throw": [ + { + "id": "tests.basics.gen_yield_from_throw.gen", + "name": "gen", + "lineno": 1, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_throw.gen2", + "name": "gen2", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_throw.gen", + "name": "gen", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_throw.gen2", + "name": "gen2", + "lineno": 27, + "scope": null, + "is_async": false + } + ], + "tests.basics.gen_yield_from_throw2": [ + { + "id": "tests.basics.gen_yield_from_throw2.gen", + "name": "gen", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_throw2.gen2", + "name": "gen2", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.basics.gen_yield_from_throw3": [ + { + "id": "tests.basics.gen_yield_from_throw3.Iter.__iter__", + "name": "__iter__", + "lineno": 4, + "scope": "Iter", + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_throw3.Iter.__next__", + "name": "__next__", + "lineno": 7, + "scope": "Iter", + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_throw3.Iter.throw", + "name": "throw", + "lineno": 10, + "scope": "Iter", + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_throw3.gen", + "name": "gen", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_throw3.Iter2.__iter__", + "name": "__iter__", + "lineno": 34, + "scope": "Iter2", + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_throw3.Iter2.__next__", + "name": "__next__", + "lineno": 37, + "scope": "Iter2", + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_throw3.gen2", + "name": "gen2", + "lineno": 40, + "scope": null, + "is_async": false + } + ], + "tests.basics.gen_yield_from_throw_multi_arg": [ + { + "id": "tests.basics.gen_yield_from_throw_multi_arg.gen", + "name": "gen", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_throw_multi_arg.gen2", + "name": "gen2", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "tests.basics.gen_yield_from_throw_repeat": [ + { + "id": "tests.basics.gen_yield_from_throw_repeat.yielder", + "name": "yielder", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.gen_yield_from_throw_repeat.gen", + "name": "gen", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.basics.getattr": [ + { + "id": "tests.basics.getattr.A.__init__", + "name": "__init__", + "lineno": 4, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.getattr.A.__getattr__", + "name": "__getattr__", + "lineno": 7, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.getattr.A.__getattr__", + "name": "__getattr__", + "lineno": 15, + "scope": "A", + "is_async": false + } + ], + "tests.basics.getitem": [ + { + "id": "tests.basics.getitem.A.__getitem__", + "name": "__getitem__", + "lineno": 3, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.getitem.A.__getitem__", + "name": "__getitem__", + "lineno": 26, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.getitem.A.__getitem__", + "name": "__getitem__", + "lineno": 32, + "scope": "A", + "is_async": false + } + ], + "tests.basics.globals_del": [ + { + "id": "tests.basics.globals_del._f", + "name": "_f", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.globals_del._g", + "name": "_g", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.globals_del._C._m", + "name": "_m", + "lineno": 17, + "scope": "_C", + "is_async": false + } + ], + "tests.basics.ifcond": [ + { + "id": "tests.basics.ifcond.f", + "name": "f", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.ifcond.f", + "name": "f", + "lineno": 76, + "scope": null, + "is_async": false + } + ], + "tests.basics.ifexpr": [ + { + "id": "tests.basics.ifexpr.f", + "name": "f", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.basics.import_instance_method": [ + { + "id": "tests.basics.import_instance_method.A.__init__", + "name": "__init__", + "lineno": 12, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.import_instance_method.A.meth", + "name": "meth", + "lineno": 15, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.import_instance_method.A.meth_with_arg", + "name": "meth_with_arg", + "lineno": 18, + "scope": "A", + "is_async": false + } + ], + "tests.basics.import_star_nonmodule": [ + { + "id": "tests.basics.import_star_nonmodule.M.__init__", + "name": "__init__", + "lineno": 19, + "scope": "M", + "is_async": false + }, + { + "id": "tests.basics.import_star_nonmodule.M.__init__", + "name": "__init__", + "lineno": 41, + "scope": "M", + "is_async": false + } + ], + "tests.basics.int1": [ + { + "id": "tests.basics.int1.test", + "name": "test", + "lineno": 70, + "scope": null, + "is_async": false + } + ], + "tests.basics.int2": [], + "tests.basics.int_64_basics": [], + "tests.basics.int_big1": [], + "tests.basics.int_big_add": [], + "tests.basics.int_big_and": [], + "tests.basics.int_big_and2": [], + "tests.basics.int_big_and3": [], + "tests.basics.int_big_cmp": [], + "tests.basics.int_big_div": [], + "tests.basics.int_big_error": [], + "tests.basics.int_big_lshift": [], + "tests.basics.int_big_mod": [], + "tests.basics.int_big_mul": [], + "tests.basics.int_big_or": [], + "tests.basics.int_big_or2": [], + "tests.basics.int_big_or3": [], + "tests.basics.int_big_pow": [], + "tests.basics.int_big_rshift": [], + "tests.basics.int_big_to_small": [], + "tests.basics.int_big_to_small_int29": [], + "tests.basics.int_big_unary": [], + "tests.basics.int_big_xor": [], + "tests.basics.int_big_xor2": [], + "tests.basics.int_big_xor3": [], + "tests.basics.int_big_zeroone": [], + "tests.basics.int_bytes": [ + { + "id": "tests.basics.int_bytes.to_bytes_compat", + "name": "to_bytes_compat", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.int_bytes.to_bytes_compat", + "name": "to_bytes_compat", + "lineno": 70, + "scope": null, + "is_async": false + } + ], + "tests.basics.int_bytes_int64": [ + { + "id": "tests.basics.int_bytes_int64.to_bytes_compat", + "name": "to_bytes_compat", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.int_bytes_int64.to_bytes_compat", + "name": "to_bytes_compat", + "lineno": 46, + "scope": null, + "is_async": false + } + ], + "tests.basics.int_bytes_intbig": [ + { + "id": "tests.basics.int_bytes_intbig.to_bytes_compat", + "name": "to_bytes_compat", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.int_bytes_intbig.to_bytes_compat", + "name": "to_bytes_compat", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "tests.basics.int_bytes_optional_args_cp311": [], + "tests.basics.int_constfolding": [], + "tests.basics.int_constfolding_intbig": [], + "tests.basics.int_divmod": [], + "tests.basics.int_divmod_intbig": [], + "tests.basics.int_divzero": [], + "tests.basics.int_intbig": [], + "tests.basics.int_parse": [], + "tests.basics.int_small": [], + "tests.basics.io_buffered_writer": [ + { + "id": "tests.basics.io_buffered_writer.MyIO.__init__", + "name": "__init__", + "lineno": 34, + "scope": "MyIO", + "is_async": false + }, + { + "id": "tests.basics.io_buffered_writer.MyIO.write", + "name": "write", + "lineno": 37, + "scope": "MyIO", + "is_async": false + } + ], + "tests.basics.io_bytesio_cow": [], + "tests.basics.io_bytesio_ext": [], + "tests.basics.io_bytesio_ext2": [], + "tests.basics.io_iobase": [ + { + "id": "tests.basics.io_iobase.MyIO.write", + "name": "write", + "lineno": 11, + "scope": "MyIO", + "is_async": false + } + ], + "tests.basics.io_stringio1": [], + "tests.basics.io_stringio_base": [], + "tests.basics.io_stringio_with": [], + "tests.basics.io_write_ext": [], + "tests.basics.is_isnot": [], + "tests.basics.is_isnot_literal": [], + "tests.basics.iter0": [], + "tests.basics.iter1": [ + { + "id": "tests.basics.iter1.NotIterable.__iter__", + "name": "__iter__", + "lineno": 14, + "scope": "NotIterable", + "is_async": false + }, + { + "id": "tests.basics.iter1.myiter.__init__", + "name": "__init__", + "lineno": 25, + "scope": "myiter", + "is_async": false + }, + { + "id": "tests.basics.iter1.myiter.__iter__", + "name": "__iter__", + "lineno": 28, + "scope": "myiter", + "is_async": false + }, + { + "id": "tests.basics.iter1.myiter.__next__", + "name": "__next__", + "lineno": 31, + "scope": "myiter", + "is_async": false + } + ], + "tests.basics.iter2": [ + { + "id": "tests.basics.iter2.myiter.__init__", + "name": "__init__", + "lineno": 7, + "scope": "myiter", + "is_async": false + }, + { + "id": "tests.basics.iter2.myiter.__iter__", + "name": "__iter__", + "lineno": 10, + "scope": "myiter", + "is_async": false + }, + { + "id": "tests.basics.iter2.myiter.__next__", + "name": "__next__", + "lineno": 13, + "scope": "myiter", + "is_async": false + } + ], + "tests.basics.iter_of_iter": [], + "tests.basics.lambda1": [], + "tests.basics.lambda_defargs": [], + "tests.basics.lexer": [ + { + "id": "tests.basics.lexer.a", + "name": "a", + "lineno": 50, + "scope": null, + "is_async": false + } + ], + "tests.basics.list1": [], + "tests.basics.list_clear": [], + "tests.basics.list_compare": [], + "tests.basics.list_copy": [], + "tests.basics.list_count": [], + "tests.basics.list_extend": [], + "tests.basics.list_index": [], + "tests.basics.list_insert": [], + "tests.basics.list_mult": [], + "tests.basics.list_pop": [], + "tests.basics.list_remove": [], + "tests.basics.list_reverse": [], + "tests.basics.list_slice": [], + "tests.basics.list_slice_3arg": [], + "tests.basics.list_slice_assign": [], + "tests.basics.list_slice_assign_grow": [], + "tests.basics.list_sort": [ + { + "id": "tests.basics.list_sort.A.__init__", + "name": "__init__", + "lineno": 38, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.list_sort.A.__lt__", + "name": "__lt__", + "lineno": 40, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.list_sort.A.__repr__", + "name": "__repr__", + "lineno": 42, + "scope": "A", + "is_async": false + } + ], + "tests.basics.list_sum": [], + "tests.basics.logic_constfolding": [ + { + "id": "tests.basics.logic_constfolding.f_true", + "name": "f_true", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.logic_constfolding.f_false", + "name": "f_false", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "tests.basics.memoryerror": [], + "tests.basics.memoryview1": [], + "tests.basics.memoryview2": [], + "tests.basics.memoryview_gc": [], + "tests.basics.memoryview_intbig": [], + "tests.basics.memoryview_itemsize": [], + "tests.basics.memoryview_slice_assign": [], + "tests.basics.memoryview_slice_size": [], + "tests.basics.module1": [], + "tests.basics.module2": [], + "tests.basics.module_dict": [], + "tests.basics.namedtuple1": [], + "tests.basics.namedtuple_asdict": [], + "tests.basics.nanbox_smallint": [], + "tests.basics.object1": [], + "tests.basics.object_dict": [ + { + "id": "tests.basics.object_dict.Foo.__init__", + "name": "__init__", + "lineno": 4, + "scope": "Foo", + "is_async": false + } + ], + "tests.basics.object_new": [ + { + "id": "tests.basics.object_new.Foo.__new__", + "name": "__new__", + "lineno": 15, + "scope": "Foo", + "is_async": false + }, + { + "id": "tests.basics.object_new.Foo.__init__", + "name": "__init__", + "lineno": 20, + "scope": "Foo", + "is_async": false + } + ], + "tests.basics.op_error": [], + "tests.basics.op_error_bytearray": [], + "tests.basics.op_error_intbig": [ + { + "id": "tests.basics.op_error_intbig.test_exc", + "name": "test_exc", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.basics.op_error_literal": [], + "tests.basics.op_error_memoryview": [], + "tests.basics.op_precedence": [], + "tests.basics.ordereddict1": [], + "tests.basics.ordereddict_eq": [], + "tests.basics.parser": [], + "tests.basics.python34": [ + { + "id": "tests.basics.python34.print_ret", + "name": "print_ret", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.python34.test_syntax", + "name": "test_syntax", + "lineno": 19, + "scope": null, + "is_async": false + } + ], + "tests.basics.python36": [], + "tests.basics.return1": [ + { + "id": "tests.basics.return1.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.return1.g", + "name": "g", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.return1.f", + "name": "f", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tests.basics.scope": [ + { + "id": "tests.basics.scope.f", + "name": "f", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.scope.f", + "name": "f", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.scope.f.g", + "name": "g", + "lineno": 15, + "scope": "f", + "is_async": false + }, + { + "id": "tests.basics.scope.f", + "name": "f", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.scope.f.g", + "name": "g", + "lineno": 26, + "scope": "f", + "is_async": false + }, + { + "id": "tests.basics.scope.f.g.h", + "name": "h", + "lineno": 27, + "scope": "f.g", + "is_async": false + }, + { + "id": "tests.basics.scope.f", + "name": "f", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.scope.f.g", + "name": "g", + "lineno": 37, + "scope": "f", + "is_async": false + }, + { + "id": "tests.basics.scope.f.g.h", + "name": "h", + "lineno": 39, + "scope": "f.g", + "is_async": false + } + ], + "tests.basics.scope_class": [ + { + "id": "tests.basics.scope_class.test1", + "name": "test1", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.scope_class.test1.method", + "name": "method", + "lineno": 5, + "scope": "test1", + "is_async": false + }, + { + "id": "tests.basics.scope_class.test1.A.method", + "name": "method", + "lineno": 9, + "scope": "test1.A", + "is_async": false + }, + { + "id": "tests.basics.scope_class.test2", + "name": "test2", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.scope_class.test2.method", + "name": "method", + "lineno": 21, + "scope": "test2", + "is_async": false + }, + { + "id": "tests.basics.scope_class.test2.A.method", + "name": "method", + "lineno": 27, + "scope": "test2.A", + "is_async": false + }, + { + "id": "tests.basics.scope_class.test3", + "name": "test3", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.scope_class.test4", + "name": "test4", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.scope_class.test5", + "name": "test5", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.scope_class.test5.closure", + "name": "closure", + "lineno": 66, + "scope": "test5", + "is_async": false + }, + { + "id": "tests.basics.scope_class.test5.A.method", + "name": "method", + "lineno": 70, + "scope": "test5.A", + "is_async": false + } + ], + "tests.basics.scope_implicit": [ + { + "id": "tests.basics.scope_implicit.f", + "name": "f", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.scope_implicit.f.g", + "name": "g", + "lineno": 5, + "scope": "f", + "is_async": false + }, + { + "id": "tests.basics.scope_implicit.f", + "name": "f", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.scope_implicit.f.g", + "name": "g", + "lineno": 13, + "scope": "f", + "is_async": false + }, + { + "id": "tests.basics.scope_implicit.f.g.h", + "name": "h", + "lineno": 14, + "scope": "f.g", + "is_async": false + }, + { + "id": "tests.basics.scope_implicit.f", + "name": "f", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.scope_implicit.f.g", + "name": "g", + "lineno": 24, + "scope": "f", + "is_async": false + } + ], + "tests.basics.self_type_check": [], + "tests.basics.seq_unpack": [], + "tests.basics.set_add": [], + "tests.basics.set_basic": [], + "tests.basics.set_binop": [], + "tests.basics.set_clear": [], + "tests.basics.set_comprehension": [], + "tests.basics.set_containment": [], + "tests.basics.set_copy": [], + "tests.basics.set_difference": [], + "tests.basics.set_discard": [], + "tests.basics.set_intersection": [], + "tests.basics.set_isdisjoint": [], + "tests.basics.set_isfooset": [], + "tests.basics.set_iter": [], + "tests.basics.set_iter_of_iter": [], + "tests.basics.set_pop": [], + "tests.basics.set_remove": [], + "tests.basics.set_specialmeth": [], + "tests.basics.set_symmetric_difference": [], + "tests.basics.set_type": [], + "tests.basics.set_union": [], + "tests.basics.set_unop": [], + "tests.basics.set_update": [], + "tests.basics.slice_attrs": [ + { + "id": "tests.basics.slice_attrs.A.__getitem__", + "name": "__getitem__", + "lineno": 5, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.slice_attrs.B.__getitem__", + "name": "__getitem__", + "lineno": 19, + "scope": "B", + "is_async": false + } + ], + "tests.basics.slice_indices": [ + { + "id": "tests.basics.slice_indices.A.__getitem__", + "name": "__getitem__", + "lineno": 5, + "scope": "A", + "is_async": false + } + ], + "tests.basics.slice_intbig": [], + "tests.basics.slice_op": [], + "tests.basics.slice_optimise": [], + "tests.basics.slots_bool_len": [ + { + "id": "tests.basics.slots_bool_len.A.__bool__", + "name": "__bool__", + "lineno": 2, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.slots_bool_len.A.__len__", + "name": "__len__", + "lineno": 5, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.slots_bool_len.B.__len__", + "name": "__len__", + "lineno": 10, + "scope": "B", + "is_async": false + } + ], + "tests.basics.special_comparisons": [ + { + "id": "tests.basics.special_comparisons.A.__eq__", + "name": "__eq__", + "lineno": 2, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.special_comparisons.B.__ne__", + "name": "__ne__", + "lineno": 7, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.special_comparisons.C.__eq__", + "name": "__eq__", + "lineno": 12, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.special_comparisons.D.__ne__", + "name": "__ne__", + "lineno": 17, + "scope": "D", + "is_async": false + }, + { + "id": "tests.basics.special_comparisons.test", + "name": "test", + "lineno": 26, + "scope": null, + "is_async": false + } + ], + "tests.basics.special_comparisons2": [ + { + "id": "tests.basics.special_comparisons2.E.__repr__", + "name": "__repr__", + "lineno": 2, + "scope": "E", + "is_async": false + }, + { + "id": "tests.basics.special_comparisons2.E.__eq__", + "name": "__eq__", + "lineno": 5, + "scope": "E", + "is_async": false + }, + { + "id": "tests.basics.special_comparisons2.F.__repr__", + "name": "__repr__", + "lineno": 10, + "scope": "F", + "is_async": false + }, + { + "id": "tests.basics.special_comparisons2.F.__ne__", + "name": "__ne__", + "lineno": 13, + "scope": "F", + "is_async": false + } + ], + "tests.basics.special_methods": [ + { + "id": "tests.basics.special_methods.Cud.__init__", + "name": "__init__", + "lineno": 3, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__repr__", + "name": "__repr__", + "lineno": 6, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__lt__", + "name": "__lt__", + "lineno": 10, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__le__", + "name": "__le__", + "lineno": 13, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__eq__", + "name": "__eq__", + "lineno": 16, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__ne__", + "name": "__ne__", + "lineno": 19, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__ge__", + "name": "__ge__", + "lineno": 22, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__gt__", + "name": "__gt__", + "lineno": 25, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__abs__", + "name": "__abs__", + "lineno": 28, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__add__", + "name": "__add__", + "lineno": 31, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__and__", + "name": "__and__", + "lineno": 34, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__floordiv__", + "name": "__floordiv__", + "lineno": 37, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__invert__", + "name": "__invert__", + "lineno": 40, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__lshift__", + "name": "__lshift__", + "lineno": 43, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__mod__", + "name": "__mod__", + "lineno": 46, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__mul__", + "name": "__mul__", + "lineno": 49, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__matmul__", + "name": "__matmul__", + "lineno": 52, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__neg__", + "name": "__neg__", + "lineno": 55, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__or__", + "name": "__or__", + "lineno": 58, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__pos__", + "name": "__pos__", + "lineno": 61, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__pow__", + "name": "__pow__", + "lineno": 64, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__rshift__", + "name": "__rshift__", + "lineno": 67, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__sub__", + "name": "__sub__", + "lineno": 70, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__truediv__", + "name": "__truediv__", + "lineno": 73, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__div__", + "name": "__div__", + "lineno": 76, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__xor__", + "name": "__xor__", + "lineno": 79, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__iadd__", + "name": "__iadd__", + "lineno": 82, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__isub__", + "name": "__isub__", + "lineno": 86, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.Cud.__int__", + "name": "__int__", + "lineno": 90, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods.BadInt.__int__", + "name": "__int__", + "lineno": 111, + "scope": "BadInt", + "is_async": false + } + ], + "tests.basics.special_methods2": [ + { + "id": "tests.basics.special_methods2.Cud.__init__", + "name": "__init__", + "lineno": 3, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__repr__", + "name": "__repr__", + "lineno": 7, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__lt__", + "name": "__lt__", + "lineno": 11, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__le__", + "name": "__le__", + "lineno": 14, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__eq__", + "name": "__eq__", + "lineno": 17, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__ne__", + "name": "__ne__", + "lineno": 20, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__ge__", + "name": "__ge__", + "lineno": 23, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__gt__", + "name": "__gt__", + "lineno": 26, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__abs__", + "name": "__abs__", + "lineno": 29, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__add__", + "name": "__add__", + "lineno": 32, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__and__", + "name": "__and__", + "lineno": 35, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__floordiv__", + "name": "__floordiv__", + "lineno": 38, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__invert__", + "name": "__invert__", + "lineno": 41, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__lshift__", + "name": "__lshift__", + "lineno": 44, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__mod__", + "name": "__mod__", + "lineno": 47, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__mul__", + "name": "__mul__", + "lineno": 50, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__matmul__", + "name": "__matmul__", + "lineno": 53, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__neg__", + "name": "__neg__", + "lineno": 56, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__or__", + "name": "__or__", + "lineno": 59, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__pos__", + "name": "__pos__", + "lineno": 62, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__pow__", + "name": "__pow__", + "lineno": 65, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__rshift__", + "name": "__rshift__", + "lineno": 68, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__sub__", + "name": "__sub__", + "lineno": 71, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__truediv__", + "name": "__truediv__", + "lineno": 74, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__div__", + "name": "__div__", + "lineno": 77, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__xor__", + "name": "__xor__", + "lineno": 80, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__iadd__", + "name": "__iadd__", + "lineno": 83, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__isub__", + "name": "__isub__", + "lineno": 87, + "scope": "Cud", + "is_async": false + }, + { + "id": "tests.basics.special_methods2.Cud.__dir__", + "name": "__dir__", + "lineno": 91, + "scope": "Cud", + "is_async": false + } + ], + "tests.basics.special_methods_intbig": [ + { + "id": "tests.basics.special_methods_intbig.A.__int__", + "name": "__int__", + "lineno": 4, + "scope": "A", + "is_async": false + } + ], + "tests.basics.stopiteration": [ + { + "id": "tests.basics.stopiteration.get_stop_iter_arg", + "name": "get_stop_iter_arg", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.stopiteration.A.__iter__", + "name": "__iter__", + "lineno": 19, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.stopiteration.A.__next__", + "name": "__next__", + "lineno": 22, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.stopiteration.B.__getitem__", + "name": "__getitem__", + "lineno": 27, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.stopiteration.gen", + "name": "gen", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.stopiteration.gen2", + "name": "gen2", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "tests.basics.string1": [], + "tests.basics.string_center": [], + "tests.basics.string_compare": [], + "tests.basics.string_count": [ + { + "id": "tests.basics.string_count.t", + "name": "t", + "lineno": 51, + "scope": null, + "is_async": false + } + ], + "tests.basics.string_crlf_conversion": [], + "tests.basics.string_cr_conversion": [], + "tests.basics.string_endswith": [], + "tests.basics.string_escape": [], + "tests.basics.string_escape_invalid": [], + "tests.basics.string_find": [], + "tests.basics.string_format": [ + { + "id": "tests.basics.string_format.test", + "name": "test", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.basics.string_format2": [ + { + "id": "tests.basics.string_format2.test", + "name": "test", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.string_format2.test_fmt", + "name": "test_fmt", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.basics.string_format_cp310": [ + { + "id": "tests.basics.string_format_cp310.test", + "name": "test", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.basics.string_format_error": [], + "tests.basics.string_format_intbig": [ + { + "id": "tests.basics.string_format_intbig.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.basics.string_format_modulo": [ + { + "id": "tests.basics.string_format_modulo.A.__int__", + "name": "__int__", + "lineno": 18, + "scope": "A", + "is_async": false + } + ], + "tests.basics.string_format_modulo_int": [], + "tests.basics.string_format_sep": [], + "tests.basics.string_fstring": [ + { + "id": "tests.basics.string_fstring.f", + "name": "f", + "lineno": 1, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.string_fstring.g", + "name": "g", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.string_fstring.h", + "name": "h", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.string_fstring.foo", + "name": "foo", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.basics.string_fstring_debug": [ + { + "id": "tests.basics.string_fstring_debug.f", + "name": "f", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.string_fstring_debug.g", + "name": "g", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.string_fstring_debug.h", + "name": "h", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "tests.basics.string_fstring_invalid": [], + "tests.basics.string_fstring_nested": [], + "tests.basics.string_fstring_nested_py312": [], + "tests.basics.string_index": [], + "tests.basics.string_istest": [], + "tests.basics.string_join": [], + "tests.basics.string_large": [], + "tests.basics.string_mult": [], + "tests.basics.string_partition": [], + "tests.basics.string_replace": [], + "tests.basics.string_repr": [], + "tests.basics.string_rfind": [], + "tests.basics.string_rindex": [], + "tests.basics.string_rpartition": [], + "tests.basics.string_rsplit": [], + "tests.basics.string_slice": [], + "tests.basics.string_split": [], + "tests.basics.string_splitlines": [], + "tests.basics.string_startswith": [], + "tests.basics.string_strip": [], + "tests.basics.string_tstring_constructor1": [], + "tests.basics.string_tstring_whitespace": [], + "tests.basics.string_upperlow": [], + "tests.basics.struct1": [], + "tests.basics.struct1_intbig": [], + "tests.basics.struct2": [], + "tests.basics.struct_endian": [], + "tests.basics.struct_micropython": [], + "tests.basics.subclass_classmethod": [ + { + "id": "tests.basics.subclass_classmethod.Base.foo", + "name": "foo", + "lineno": 5, + "scope": "Base", + "is_async": false + }, + { + "id": "tests.basics.subclass_classmethod.A.bar", + "name": "bar", + "lineno": 26, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.subclass_classmethod.A.baz", + "name": "baz", + "lineno": 29, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.subclass_classmethod.C.f", + "name": "f", + "lineno": 45, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.subclass_classmethod.C.g", + "name": "g", + "lineno": 49, + "scope": "C", + "is_async": false + }, + { + "id": "tests.basics.subclass_classmethod.D.f", + "name": "f", + "lineno": 55, + "scope": "D", + "is_async": false + }, + { + "id": "tests.basics.subclass_classmethod.D.g", + "name": "g", + "lineno": 60, + "scope": "D", + "is_async": false + } + ], + "tests.basics.subclass_native1": [], + "tests.basics.subclass_native2_list": [ + { + "id": "tests.basics.subclass_native2_list.Base1.__init__", + "name": "__init__", + "lineno": 2, + "scope": "Base1", + "is_async": false + } + ], + "tests.basics.subclass_native2_tuple": [ + { + "id": "tests.basics.subclass_native2_tuple.Base1.__init__", + "name": "__init__", + "lineno": 2, + "scope": "Base1", + "is_async": false + } + ], + "tests.basics.subclass_native3": [ + { + "id": "tests.basics.subclass_native3.Iter.__iter__", + "name": "__iter__", + "lineno": 38, + "scope": "Iter", + "is_async": false + }, + { + "id": "tests.basics.subclass_native3.Iter.__next__", + "name": "__next__", + "lineno": 41, + "scope": "Iter", + "is_async": false + }, + { + "id": "tests.basics.subclass_native3.gen", + "name": "gen", + "lineno": 46, + "scope": null, + "is_async": false + } + ], + "tests.basics.subclass_native4": [], + "tests.basics.subclass_native5": [], + "tests.basics.subclass_native_buffer": [], + "tests.basics.subclass_native_call": [ + { + "id": "tests.basics.subclass_native_call.Pin.value", + "name": "value", + "lineno": 18, + "scope": "Pin", + "is_async": false + } + ], + "tests.basics.subclass_native_cmp": [], + "tests.basics.subclass_native_containment": [], + "tests.basics.subclass_native_exc_new": [ + { + "id": "tests.basics.subclass_native_exc_new.GoodException.__new__", + "name": "__new__", + "lineno": 9, + "scope": "GoodException", + "is_async": false + }, + { + "id": "tests.basics.subclass_native_exc_new.BadException.__new__", + "name": "__new__", + "lineno": 15, + "scope": "BadException", + "is_async": false + }, + { + "id": "tests.basics.subclass_native_exc_new.gen", + "name": "gen", + "lineno": 32, + "scope": null, + "is_async": false + } + ], + "tests.basics.subclass_native_init": [ + { + "id": "tests.basics.subclass_native_init.L.__init__", + "name": "__init__", + "lineno": 9, + "scope": "L", + "is_async": false + }, + { + "id": "tests.basics.subclass_native_init.D.__init__", + "name": "__init__", + "lineno": 15, + "scope": "D", + "is_async": false + }, + { + "id": "tests.basics.subclass_native_init.D.__init__", + "name": "__init__", + "lineno": 23, + "scope": "D", + "is_async": false + }, + { + "id": "tests.basics.subclass_native_init.D.__init__", + "name": "__init__", + "lineno": 28, + "scope": "D", + "is_async": false + }, + { + "id": "tests.basics.subclass_native_init.D.__init__", + "name": "__init__", + "lineno": 33, + "scope": "D", + "is_async": false + }, + { + "id": "tests.basics.subclass_native_init.D.__init__", + "name": "__init__", + "lineno": 38, + "scope": "D", + "is_async": false + }, + { + "id": "tests.basics.subclass_native_init.A.__init__", + "name": "__init__", + "lineno": 44, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.subclass_native_init.B.__init__", + "name": "__init__", + "lineno": 51, + "scope": "B", + "is_async": false + }, + { + "id": "tests.basics.subclass_native_init.D.__init__", + "name": "__init__", + "lineno": 60, + "scope": "D", + "is_async": false + }, + { + "id": "tests.basics.subclass_native_init.D.reinit", + "name": "reinit", + "lineno": 63, + "scope": "D", + "is_async": false + }, + { + "id": "tests.basics.subclass_native_init.L.reinit", + "name": "reinit", + "lineno": 72, + "scope": "L", + "is_async": false + } + ], + "tests.basics.subclass_native_iter": [], + "tests.basics.subclass_native_specmeth": [ + { + "id": "tests.basics.subclass_native_specmeth.mylist2.__iter__", + "name": "__iter__", + "lineno": 13, + "scope": "mylist2", + "is_async": false + } + ], + "tests.basics.subclass_native_str": [], + "tests.basics.syntaxerror": [ + { + "id": "tests.basics.syntaxerror.test_syntax", + "name": "test_syntax", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.basics.syntaxerror_return": [], + "tests.basics.sys1": [], + "tests.basics.sys_exit": [], + "tests.basics.sys_getsizeof": [], + "tests.basics.sys_path": [], + "tests.basics.sys_stdio": [], + "tests.basics.sys_stdio_buffer": [], + "tests.basics.sys_tracebacklimit": [ + { + "id": "tests.basics.sys_tracebacklimit.print_exc", + "name": "print_exc", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.sys_tracebacklimit.f0", + "name": "f0", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.sys_tracebacklimit.f1", + "name": "f1", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.sys_tracebacklimit.f2", + "name": "f2", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.sys_tracebacklimit.f3", + "name": "f3", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.sys_tracebacklimit.ftop", + "name": "ftop", + "lineno": 56, + "scope": null, + "is_async": false + } + ], + "tests.basics.true_value": [], + "tests.basics.try1": [], + "tests.basics.try2": [ + { + "id": "tests.basics.try2.func1", + "name": "func1", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try2.func2", + "name": "func2", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.basics.try3": [ + { + "id": "tests.basics.try3.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.basics.try4": [ + { + "id": "tests.basics.try4.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.basics.try_as_var": [], + "tests.basics.try_continue": [ + { + "id": "tests.basics.try_continue.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.basics.try_else": [], + "tests.basics.try_else_finally": [], + "tests.basics.try_error": [], + "tests.basics.try_except_break": [], + "tests.basics.try_finally1": [ + { + "id": "tests.basics.try_finally1.func2", + "name": "func2", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally1.func", + "name": "func", + "lineno": 87, + "scope": null, + "is_async": false + } + ], + "tests.basics.try_finally2": [ + { + "id": "tests.basics.try_finally2.f1", + "name": "f1", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally2.test1", + "name": "test1", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally2.f2", + "name": "f2", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally2.test2", + "name": "test2", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "tests.basics.try_finally_break": [ + { + "id": "tests.basics.try_finally_break.f", + "name": "f", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_break.f", + "name": "f", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_break.f", + "name": "f", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_break.f", + "name": "f", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_break.f", + "name": "f", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_break.f", + "name": "f", + "lineno": 79, + "scope": null, + "is_async": false + } + ], + "tests.basics.try_finally_break2": [ + { + "id": "tests.basics.try_finally_break2.foo", + "name": "foo", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "tests.basics.try_finally_continue": [ + { + "id": "tests.basics.try_finally_continue.foo", + "name": "foo", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "tests.basics.try_finally_loops": [ + { + "id": "tests.basics.try_finally_loops.f", + "name": "f", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_loops.g", + "name": "g", + "lineno": 63, + "scope": null, + "is_async": false + } + ], + "tests.basics.try_finally_return": [ + { + "id": "tests.basics.try_finally_return.func1", + "name": "func1", + "lineno": 1, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return.func2", + "name": "func2", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return.func3", + "name": "func3", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return.f", + "name": "f", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return.f", + "name": "f", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return.f", + "name": "f", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return.f", + "name": "f", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return.f", + "name": "f", + "lineno": 76, + "scope": null, + "is_async": false + } + ], + "tests.basics.try_finally_return2": [ + { + "id": "tests.basics.try_finally_return2.f", + "name": "f", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return2.f", + "name": "f", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return2.f", + "name": "f", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return2.f", + "name": "f", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return2.f", + "name": "f", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return2.f", + "name": "f", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return2.f", + "name": "f", + "lineno": 87, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return2.f", + "name": "f", + "lineno": 98, + "scope": null, + "is_async": false + } + ], + "tests.basics.try_finally_return3": [ + { + "id": "tests.basics.try_finally_return3.f", + "name": "f", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return3.f", + "name": "f", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return3.f", + "name": "f", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return3.f", + "name": "f", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return3.f", + "name": "f", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return3.f", + "name": "f", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return3.f", + "name": "f", + "lineno": 90, + "scope": null, + "is_async": false + } + ], + "tests.basics.try_finally_return4": [ + { + "id": "tests.basics.try_finally_return4.f", + "name": "f", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return4.f", + "name": "f", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return4.f", + "name": "f", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_finally_return4.f", + "name": "f", + "lineno": 67, + "scope": null, + "is_async": false + } + ], + "tests.basics.try_finally_return5": [ + { + "id": "tests.basics.try_finally_return5.foo", + "name": "foo", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "tests.basics.try_reraise": [ + { + "id": "tests.basics.try_reraise.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.basics.try_reraise2": [ + { + "id": "tests.basics.try_reraise2.f", + "name": "f", + "lineno": 2, + "scope": null, + "is_async": false + } + ], + "tests.basics.try_return": [ + { + "id": "tests.basics.try_return.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.try_return.f", + "name": "f", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "tests.basics.tuple1": [], + "tests.basics.tuple_compare": [], + "tests.basics.tuple_count": [], + "tests.basics.tuple_index": [], + "tests.basics.tuple_mult": [], + "tests.basics.tuple_slice": [], + "tests.basics.tuple_subclass": [], + "tests.basics.types1": [], + "tests.basics.types2": [], + "tests.basics.unary_op": [], + "tests.basics.unboundlocal": [ + { + "id": "tests.basics.unboundlocal.f1", + "name": "f1", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.unboundlocal.f2", + "name": "f2", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.unboundlocal.check", + "name": "check", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "tests.basics.unpack1": [], + "tests.basics.weakref_callback_exception": [ + { + "id": "tests.basics.weakref_callback_exception.A.__str__", + "name": "__str__", + "lineno": 16, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.weakref_callback_exception.callback", + "name": "callback", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.weakref_callback_exception.test", + "name": "test", + "lineno": 24, + "scope": null, + "is_async": false + } + ], + "tests.basics.weakref_finalize_basic": [ + { + "id": "tests.basics.weakref_finalize_basic.convert_4_tuple", + "name": "convert_4_tuple", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.weakref_finalize_basic.A.__str__", + "name": "__str__", + "lineno": 25, + "scope": "A", + "is_async": false + } + ], + "tests.basics.weakref_finalize_collect": [ + { + "id": "tests.basics.weakref_finalize_collect.A.__str__", + "name": "__str__", + "lineno": 15, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.weakref_finalize_collect.callback", + "name": "callback", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.weakref_finalize_collect.test", + "name": "test", + "lineno": 24, + "scope": null, + "is_async": false + } + ], + "tests.basics.weakref_multiple_refs": [ + { + "id": "tests.basics.weakref_multiple_refs.A.__str__", + "name": "__str__", + "lineno": 17, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.weakref_multiple_refs.test", + "name": "test", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.basics.weakref_ref_basic": [], + "tests.basics.weakref_ref_collect": [ + { + "id": "tests.basics.weakref_ref_collect.A.__str__", + "name": "__str__", + "lineno": 22, + "scope": "A", + "is_async": false + }, + { + "id": "tests.basics.weakref_ref_collect.callback", + "name": "callback", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.weakref_ref_collect.test", + "name": "test", + "lineno": 30, + "scope": null, + "is_async": false + } + ], + "tests.basics.while1": [], + "tests.basics.while_cond": [], + "tests.basics.while_nest_exc": [], + "tests.basics.with1": [ + { + "id": "tests.basics.with1.CtxMgr.__enter__", + "name": "__enter__", + "lineno": 3, + "scope": "CtxMgr", + "is_async": false + }, + { + "id": "tests.basics.with1.CtxMgr.__exit__", + "name": "__exit__", + "lineno": 7, + "scope": "CtxMgr", + "is_async": false + }, + { + "id": "tests.basics.with1.CtxMgr2.__enter__", + "name": "__enter__", + "lineno": 23, + "scope": "CtxMgr2", + "is_async": false + }, + { + "id": "tests.basics.with1.CtxMgr2.__exit__", + "name": "__exit__", + "lineno": 27, + "scope": "CtxMgr2", + "is_async": false + } + ], + "tests.basics.with_break": [ + { + "id": "tests.basics.with_break.CtxMgr.__enter__", + "name": "__enter__", + "lineno": 3, + "scope": "CtxMgr", + "is_async": false + }, + { + "id": "tests.basics.with_break.CtxMgr.__exit__", + "name": "__exit__", + "lineno": 7, + "scope": "CtxMgr", + "is_async": false + } + ], + "tests.basics.with_continue": [ + { + "id": "tests.basics.with_continue.CtxMgr.__enter__", + "name": "__enter__", + "lineno": 3, + "scope": "CtxMgr", + "is_async": false + }, + { + "id": "tests.basics.with_continue.CtxMgr.__exit__", + "name": "__exit__", + "lineno": 7, + "scope": "CtxMgr", + "is_async": false + } + ], + "tests.basics.with_raise": [ + { + "id": "tests.basics.with_raise.CtxMgr.__init__", + "name": "__init__", + "lineno": 4, + "scope": "CtxMgr", + "is_async": false + }, + { + "id": "tests.basics.with_raise.CtxMgr.__enter__", + "name": "__enter__", + "lineno": 7, + "scope": "CtxMgr", + "is_async": false + }, + { + "id": "tests.basics.with_raise.CtxMgr.__exit__", + "name": "__exit__", + "lineno": 13, + "scope": "CtxMgr", + "is_async": false + } + ], + "tests.basics.with_return": [ + { + "id": "tests.basics.with_return.CtxMgr.__init__", + "name": "__init__", + "lineno": 2, + "scope": "CtxMgr", + "is_async": false + }, + { + "id": "tests.basics.with_return.CtxMgr.__enter__", + "name": "__enter__", + "lineno": 5, + "scope": "CtxMgr", + "is_async": false + }, + { + "id": "tests.basics.with_return.CtxMgr.__exit__", + "name": "__exit__", + "lineno": 9, + "scope": "CtxMgr", + "is_async": false + }, + { + "id": "tests.basics.with_return.foo", + "name": "foo", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.with_return.f", + "name": "f", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.with_return.f", + "name": "f", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.with_return.f", + "name": "f", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.basics.with_return.f", + "name": "f", + "lineno": 45, + "scope": null, + "is_async": false + } + ], + "tests.cmdline.cmd_compile_only": [ + { + "id": "tests.cmdline.cmd_compile_only.hello", + "name": "hello", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.cmdline.cmd_compile_only.TestClass.__init__", + "name": "__init__", + "lineno": 12, + "scope": "TestClass", + "is_async": false + } + ], + "tests.cmdline.cmd_file_variable": [], + "tests.cmdline.cmd_module_atexit": [], + "tests.cmdline.cmd_module_atexit_exc": [], + "tests.cmdline.cmd_optimise": [], + "tests.cmdline.cmd_parsetree": [], + "tests.cmdline.cmd_showbc": [ + { + "id": "tests.cmdline.cmd_showbc.f", + "name": "f", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.cmdline.cmd_showbc.f.closure", + "name": "closure", + "lineno": 111, + "scope": "f", + "is_async": false + }, + { + "id": "tests.cmdline.cmd_showbc.f", + "name": "f", + "lineno": 130, + "scope": null, + "is_async": false + }, + { + "id": "tests.cmdline.cmd_showbc.f", + "name": "f", + "lineno": 136, + "scope": null, + "is_async": false + }, + { + "id": "tests.cmdline.cmd_showbc.f.f", + "name": "f", + "lineno": 139, + "scope": "f", + "is_async": false + }, + { + "id": "tests.cmdline.cmd_showbc.f", + "name": "f", + "lineno": 143, + "scope": null, + "is_async": false + }, + { + "id": "tests.cmdline.cmd_showbc.f", + "name": "f", + "lineno": 156, + "scope": null, + "is_async": false + } + ], + "tests.cmdline.cmd_showbc_const": [], + "tests.cmdline.cmd_showbc_opt": [ + { + "id": "tests.cmdline.cmd_showbc_opt.f0", + "name": "f0", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.cmdline.cmd_showbc_opt.f1", + "name": "f1", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.cmdline.cmd_showbc_opt.f2", + "name": "f2", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.cmdline.cmd_showbc_opt.f3", + "name": "f3", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.cmdline.cmd_showbc_opt.f4", + "name": "f4", + "lineno": 29, + "scope": null, + "is_async": false + } + ], + "tests.cmdline.cmd_sys_exit_0": [], + "tests.cmdline.cmd_sys_exit_error": [], + "tests.cmdline.cmd_sys_exit_none": [], + "tests.cmdline.cmd_verbose": [], + "tests.cmdline.repl_inspect": [], + "tests.cmdline.repl_lock": [], + "tests.cmdline.repl_micropyinspect": [], + "tests.cmdline.repl_sys_ps1_ps2": [], + "tests.cpydiff.core_class_delnotimpl": [ + { + "id": "tests.cpydiff.core_class_delnotimpl.Foo.__del__", + "name": "__del__", + "lineno": 12, + "scope": "Foo", + "is_async": false + } + ], + "tests.cpydiff.core_class_dir": [ + { + "id": "tests.cpydiff.core_class_dir.C.__dir__", + "name": "__dir__", + "lineno": 10, + "scope": "C", + "is_async": false + } + ], + "tests.cpydiff.core_class_initsubclass": [ + { + "id": "tests.cpydiff.core_class_initsubclass.Base.__init_subclass__", + "name": "__init_subclass__", + "lineno": 16, + "scope": "Base", + "is_async": false + } + ], + "tests.cpydiff.core_class_initsubclass_autoclassmethod": [ + { + "id": "tests.cpydiff.core_class_initsubclass_autoclassmethod.regularize_spelling", + "name": "regularize_spelling", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.cpydiff.core_class_initsubclass_autoclassmethod.A.__init_subclass__", + "name": "__init_subclass__", + "lineno": 17, + "scope": "A", + "is_async": false + }, + { + "id": "tests.cpydiff.core_class_initsubclass_autoclassmethod.A.manual_decorated", + "name": "manual_decorated", + "lineno": 21, + "scope": "A", + "is_async": false + } + ], + "tests.cpydiff.core_class_initsubclass_kwargs": [ + { + "id": "tests.cpydiff.core_class_initsubclass_kwargs.Base.__init_subclass__", + "name": "__init_subclass__", + "lineno": 11, + "scope": "Base", + "is_async": false + } + ], + "tests.cpydiff.core_class_initsubclass_super": [ + { + "id": "tests.cpydiff.core_class_initsubclass_super.Base.__init_subclass__", + "name": "__init_subclass__", + "lineno": 11, + "scope": "Base", + "is_async": false + } + ], + "tests.cpydiff.core_class_mro": [ + { + "id": "tests.cpydiff.core_class_mro.Foo.__str__", + "name": "__str__", + "lineno": 10, + "scope": "Foo", + "is_async": false + } + ], + "tests.cpydiff.core_class_name_mangling": [ + { + "id": "tests.cpydiff.core_class_name_mangling.__print_string", + "name": "__print_string", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.cpydiff.core_class_name_mangling.Foo.__init__", + "name": "__init__", + "lineno": 14, + "scope": "Foo", + "is_async": false + }, + { + "id": "tests.cpydiff.core_class_name_mangling.Foo.do_print", + "name": "do_print", + "lineno": 17, + "scope": "Foo", + "is_async": false + } + ], + "tests.cpydiff.core_class_strrettype": [ + { + "id": "tests.cpydiff.core_class_strrettype.Foo.__str__", + "name": "__str__", + "lineno": 10, + "scope": "Foo", + "is_async": false + } + ], + "tests.cpydiff.core_class_subclassret": [ + { + "id": "tests.cpydiff.core_class_subclassret.Foo.__str__", + "name": "__str__", + "lineno": 14, + "scope": "Foo", + "is_async": false + } + ], + "tests.cpydiff.core_class_supermultiple": [ + { + "id": "tests.cpydiff.core_class_supermultiple.A.__init__", + "name": "__init__", + "lineno": 10, + "scope": "A", + "is_async": false + }, + { + "id": "tests.cpydiff.core_class_supermultiple.B.__init__", + "name": "__init__", + "lineno": 15, + "scope": "B", + "is_async": false + }, + { + "id": "tests.cpydiff.core_class_supermultiple.C.__init__", + "name": "__init__", + "lineno": 21, + "scope": "C", + "is_async": false + }, + { + "id": "tests.cpydiff.core_class_supermultiple.D.__init__", + "name": "__init__", + "lineno": 27, + "scope": "D", + "is_async": false + } + ], + "tests.cpydiff.core_class_superproperty": [ + { + "id": "tests.cpydiff.core_class_superproperty.A.p", + "name": "p", + "lineno": 11, + "scope": "A", + "is_async": false + }, + { + "id": "tests.cpydiff.core_class_superproperty.AA.p", + "name": "p", + "lineno": 17, + "scope": "AA", + "is_async": false + } + ], + "tests.cpydiff.core_class_super_init": [ + { + "id": "tests.cpydiff.core_class_super_init.L1.__init__", + "name": "__init__", + "lineno": 10, + "scope": "L1", + "is_async": false + }, + { + "id": "tests.cpydiff.core_class_super_init.L2.__init__", + "name": "__init__", + "lineno": 22, + "scope": "L2", + "is_async": false + } + ], + "tests.cpydiff.core_exception_construction": [ + { + "id": "tests.cpydiff.core_exception_construction.C.__init__", + "name": "__init__", + "lineno": 10, + "scope": "C", + "is_async": false + }, + { + "id": "tests.cpydiff.core_exception_construction.C1.__init__", + "name": "__init__", + "lineno": 15, + "scope": "C1", + "is_async": false + } + ], + "tests.cpydiff.core_fstring_concat": [], + "tests.cpydiff.core_fstring_parser": [], + "tests.cpydiff.core_fstring_repr": [], + "tests.cpydiff.core_function_argcount": [], + "tests.cpydiff.core_function_moduleattr": [ + { + "id": "tests.cpydiff.core_function_moduleattr.f", + "name": "f", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.cpydiff.core_function_star": [ + { + "id": "tests.cpydiff.core_function_star.f", + "name": "f", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.cpydiff.core_function_userattr": [ + { + "id": "tests.cpydiff.core_function_userattr.f", + "name": "f", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.cpydiff.core_generator_noexit": [ + { + "id": "tests.cpydiff.core_generator_noexit.foo.__enter__", + "name": "__enter__", + "lineno": 10, + "scope": "foo", + "is_async": false + }, + { + "id": "tests.cpydiff.core_generator_noexit.foo.__exit__", + "name": "__exit__", + "lineno": 13, + "scope": "foo", + "is_async": false + }, + { + "id": "tests.cpydiff.core_generator_noexit.bar", + "name": "bar", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.cpydiff.core_generator_noexit.func", + "name": "func", + "lineno": 24, + "scope": null, + "is_async": false + } + ], + "tests.cpydiff.core_import_path": [], + "tests.cpydiff.core_import_split_ns_pkgs": [], + "tests.cpydiff.core_locals": [ + { + "id": "tests.cpydiff.core_locals.test", + "name": "test", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.cpydiff.core_locals_eval": [ + { + "id": "tests.cpydiff.core_locals_eval.test", + "name": "test", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tests.cpydiff.modules_array_containment": [], + "tests.cpydiff.modules_array_deletion": [], + "tests.cpydiff.modules_array_subscrstep": [], + "tests.cpydiff.modules_errno_enotsup": [], + "tests.cpydiff.modules_json_nonserializable": [], + "tests.cpydiff.modules_os_environ": [], + "tests.cpydiff.modules_os_getenv": [], + "tests.cpydiff.modules_random_getrandbits": [], + "tests.cpydiff.modules_random_randint": [], + "tests.cpydiff.modules_struct_fewargs": [], + "tests.cpydiff.modules_struct_manyargs": [], + "tests.cpydiff.modules_struct_whitespace_in_format": [], + "tests.cpydiff.modules_sys_stdassign": [], + "tests.cpydiff.module_array_comparison": [], + "tests.cpydiff.module_array_constructor": [], + "tests.cpydiff.syntax_annotation_expression": [ + { + "id": "tests.cpydiff.syntax_annotation_expression.test", + "name": "test", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tests.cpydiff.syntax_arg_unpacking": [ + { + "id": "tests.cpydiff.syntax_arg_unpacking.example", + "name": "example", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.cpydiff.syntax_assign_expr": [], + "tests.cpydiff.syntax_literal_underscore": [], + "tests.cpydiff.syntax_spaces": [], + "tests.cpydiff.syntax_unicode_nameesc": [], + "tests.cpydiff.types_bytearray_sliceassign": [], + "tests.cpydiff.types_bytes_format": [], + "tests.cpydiff.types_bytes_keywords": [], + "tests.cpydiff.types_bytes_subscrstep": [], + "tests.cpydiff.types_complex_parser": [], + "tests.cpydiff.types_dict_keys_set": [], + "tests.cpydiff.types_exception_attrs": [], + "tests.cpydiff.types_exception_chaining": [], + "tests.cpydiff.types_exception_instancevar": [], + "tests.cpydiff.types_exception_loops": [], + "tests.cpydiff.types_exception_subclassinit": [ + { + "id": "tests.cpydiff.types_exception_subclassinit.A.__init__", + "name": "__init__", + "lineno": 14, + "scope": "A", + "is_async": false + } + ], + "tests.cpydiff.types_float_implicit_conversion": [ + { + "id": "tests.cpydiff.types_float_implicit_conversion.Test.__float__", + "name": "__float__", + "lineno": 10, + "scope": "Test", + "is_async": false + } + ], + "tests.cpydiff.types_int_bit_length": [], + "tests.cpydiff.types_int_subclassconv": [], + "tests.cpydiff.types_int_to_bytes": [], + "tests.cpydiff.types_list_delete_subscrstep": [], + "tests.cpydiff.types_list_store_noniter": [], + "tests.cpydiff.types_list_store_subscrstep": [], + "tests.cpydiff.types_memoryview_invalid": [], + "tests.cpydiff.types_oserror_errnomap": [ + { + "id": "tests.cpydiff.types_oserror_errnomap.errno_output_type", + "name": "errno_output_type", + "lineno": 36, + "scope": null, + "is_async": false + } + ], + "tests.cpydiff.types_range_limits": [], + "tests.cpydiff.types_str_formatsep": [], + "tests.cpydiff.types_str_formatsep_float": [], + "tests.cpydiff.types_str_formatsubscr": [], + "tests.cpydiff.types_str_keywords": [], + "tests.cpydiff.types_str_ljust_rjust": [], + "tests.cpydiff.types_str_rsplitnone": [], + "tests.cpydiff.types_str_subscrstep": [], + "tests.cpydiff.types_tuple_subscrstep": [], + "tests.cpydiff.modules.foo": [], + "tests.cpydiff.modules": [], + "tests.cpydiff.modules.subpkg.foo": [], + "tests.cpydiff.modules2.subpkg.bar": [], + "tests.extmod.asyncio_as_uasyncio": [], + "tests.extmod.asyncio_await_return": [ + { + "id": "tests.extmod.asyncio_await_return.foo", + "name": "foo", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_await_return.main", + "name": "main", + "lineno": 14, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_basic": [ + { + "id": "tests.extmod.asyncio_basic.delay_print", + "name": "delay_print", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_basic.main", + "name": "main", + "lineno": 22, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_basic2": [ + { + "id": "tests.extmod.asyncio_basic2.forever", + "name": "forever", + "lineno": 8, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_basic2.main", + "name": "main", + "lineno": 13, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_cancel_fair": [ + { + "id": "tests.extmod.asyncio_cancel_fair.task", + "name": "task", + "lineno": 11, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_cancel_fair.main", + "name": "main", + "lineno": 24, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_cancel_fair2": [ + { + "id": "tests.extmod.asyncio_cancel_fair2.task_a", + "name": "task_a", + "lineno": 11, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_cancel_fair2.task_b", + "name": "task_b", + "lineno": 20, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_cancel_fair2.main", + "name": "main", + "lineno": 27, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_cancel_self": [ + { + "id": "tests.extmod.asyncio_cancel_self.task", + "name": "task", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_cancel_self.main", + "name": "main", + "lineno": 15, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_cancel_task": [ + { + "id": "tests.extmod.asyncio_cancel_task.task", + "name": "task", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_cancel_task.task2", + "name": "task2", + "lineno": 21, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_cancel_task.main", + "name": "main", + "lineno": 31, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_cancel_wait_on_finished": [ + { + "id": "tests.extmod.asyncio_cancel_wait_on_finished.sleep_task", + "name": "sleep_task", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_cancel_wait_on_finished.wait_task", + "name": "wait_task", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_cancel_wait_on_finished.main", + "name": "main", + "lineno": 22, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_current_task": [ + { + "id": "tests.extmod.asyncio_current_task.task", + "name": "task", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_current_task.main", + "name": "main", + "lineno": 14, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_event": [ + { + "id": "tests.extmod.asyncio_event.task", + "name": "task", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_event.task_delay_set", + "name": "task_delay_set", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_event.main", + "name": "main", + "lineno": 22, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_event_fair": [ + { + "id": "tests.extmod.asyncio_event_fair.task1", + "name": "task1", + "lineno": 11, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_event_fair.task2", + "name": "task2", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_event_fair.main", + "name": "main", + "lineno": 25, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_event_queue": [ + { + "id": "tests.extmod.asyncio_event_queue.schedule_watchdog", + "name": "schedule_watchdog", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.asyncio_event_queue.foo", + "name": "foo", + "lineno": 51, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_event_queue.main", + "name": "main", + "lineno": 58, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_exception": [ + { + "id": "tests.extmod.asyncio_exception.main", + "name": "main", + "lineno": 11, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_exception.task", + "name": "task", + "lineno": 24, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_exception.main", + "name": "main", + "lineno": 30, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_exception.task", + "name": "task", + "lineno": 45, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_exception.main", + "name": "main", + "lineno": 50, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_fair": [ + { + "id": "tests.extmod.asyncio_fair.task", + "name": "task", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_fair.main", + "name": "main", + "lineno": 18, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_gather": [ + { + "id": "tests.extmod.asyncio_gather.factorial", + "name": "factorial", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_gather.task", + "name": "task", + "lineno": 20, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_gather.task_loop", + "name": "task_loop", + "lineno": 27, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_gather.task_raise", + "name": "task_raise", + "lineno": 34, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_gather.gather_task", + "name": "gather_task", + "lineno": 41, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_gather.main", + "name": "main", + "lineno": 47, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_gather_finished_early": [ + { + "id": "tests.extmod.asyncio_gather_finished_early.custom_handler", + "name": "custom_handler", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.asyncio_gather_finished_early.task_that_finishes_early", + "name": "task_that_finishes_early", + "lineno": 16, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_gather_finished_early.task_that_runs", + "name": "task_that_runs", + "lineno": 23, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_gather_finished_early.main", + "name": "main", + "lineno": 29, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_gather_notimpl": [ + { + "id": "tests.extmod.asyncio_gather_notimpl.custom_handler", + "name": "custom_handler", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.asyncio_gather_notimpl.task", + "name": "task", + "lineno": 14, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_gather_notimpl.gather_task", + "name": "gather_task", + "lineno": 21, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_gather_notimpl.main", + "name": "main", + "lineno": 27, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_get_event_loop": [ + { + "id": "tests.extmod.asyncio_get_event_loop.main", + "name": "main", + "lineno": 15, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_heaplock": [ + { + "id": "tests.extmod.asyncio_heaplock.f", + "name": "f", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.asyncio_heaplock.TestStream.__init__", + "name": "__init__", + "lineno": 33, + "scope": "TestStream", + "is_async": false + }, + { + "id": "tests.extmod.asyncio_heaplock.TestStream.write", + "name": "write", + "lineno": 36, + "scope": "TestStream", + "is_async": false + }, + { + "id": "tests.extmod.asyncio_heaplock.task", + "name": "task", + "lineno": 43, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_heaplock.main", + "name": "main", + "lineno": 49, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_iterator_event": [ + { + "id": "tests.extmod.asyncio_iterator_event.schedule_watchdog", + "name": "schedule_watchdog", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.asyncio_iterator_event.test", + "name": "test", + "lineno": 50, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_iterator_event.AsyncIterable.__init__", + "name": "__init__", + "lineno": 57, + "scope": "AsyncIterable", + "is_async": false + }, + { + "id": "tests.extmod.asyncio_iterator_event.AsyncIterable.__aiter__", + "name": "__aiter__", + "lineno": 61, + "scope": "AsyncIterable", + "is_async": false + }, + { + "id": "tests.extmod.asyncio_iterator_event.AsyncIterable.__anext__", + "name": "__anext__", + "lineno": 64, + "scope": "AsyncIterable", + "is_async": true + }, + { + "id": "tests.extmod.asyncio_iterator_event.AsyncIterable.fetch_data", + "name": "fetch_data", + "lineno": 71, + "scope": "AsyncIterable", + "is_async": false + }, + { + "id": "tests.extmod.asyncio_iterator_event.main", + "name": "main", + "lineno": 76, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_lock": [ + { + "id": "tests.extmod.asyncio_lock.task_loop", + "name": "task_loop", + "lineno": 14, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_lock.task_sleep", + "name": "task_sleep", + "lineno": 22, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_lock.task_cancel", + "name": "task_cancel", + "lineno": 32, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_lock.main", + "name": "main", + "lineno": 44, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_lock_cancel": [ + { + "id": "tests.extmod.asyncio_lock_cancel.task", + "name": "task", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_lock_cancel.main", + "name": "main", + "lineno": 25, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_loop_stop": [ + { + "id": "tests.extmod.asyncio_loop_stop.task", + "name": "task", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_loop_stop.main", + "name": "main", + "lineno": 14, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_micropython": [ + { + "id": "tests.extmod.asyncio_micropython.task", + "name": "task", + "lineno": 12, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_micropython.main", + "name": "main", + "lineno": 19, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_new_event_loop": [ + { + "id": "tests.extmod.asyncio_new_event_loop.exception_handler", + "name": "exception_handler", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.asyncio_new_event_loop.task", + "name": "task", + "lineno": 25, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_new_event_loop.main", + "name": "main", + "lineno": 32, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_set_exception_handler": [ + { + "id": "tests.extmod.asyncio_set_exception_handler.custom_handler", + "name": "custom_handler", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.asyncio_set_exception_handler.task", + "name": "task", + "lineno": 14, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_set_exception_handler.main", + "name": "main", + "lineno": 19, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_task_done": [ + { + "id": "tests.extmod.asyncio_task_done.task", + "name": "task", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_task_done.main", + "name": "main", + "lineno": 19, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_threadsafeflag": [ + { + "id": "tests.extmod.asyncio_threadsafeflag.task", + "name": "task", + "lineno": 19, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_threadsafeflag.set_from_schedule", + "name": "set_from_schedule", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.asyncio_threadsafeflag.main", + "name": "main", + "lineno": 29, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_wait_for": [ + { + "id": "tests.extmod.asyncio_wait_for.task", + "name": "task", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_wait_for.task_catch", + "name": "task_catch", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_wait_for.task_raise", + "name": "task_raise", + "lineno": 26, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_wait_for.task_cancel_other", + "name": "task_cancel_other", + "lineno": 31, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_wait_for.task_wait_for_cancel", + "name": "task_wait_for_cancel", + "lineno": 38, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_wait_for.task_wait_for_cancel_ignore", + "name": "task_wait_for_cancel_ignore", + "lineno": 47, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_wait_for.main", + "name": "main", + "lineno": 56, + "scope": null, + "is_async": true + } + ], + "tests.extmod.asyncio_wait_for_fwd": [ + { + "id": "tests.extmod.asyncio_wait_for_fwd.awaiting", + "name": "awaiting", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_wait_for_fwd.test_cancellation_forwarded", + "name": "test_cancellation_forwarded", + "lineno": 26, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_wait_for_fwd.test_cancellation_forwarded.wait", + "name": "wait", + "lineno": 29, + "scope": "test_cancellation_forwarded", + "is_async": true + }, + { + "id": "tests.extmod.asyncio_wait_for_fwd.test_cancellation_forwarded.cancel", + "name": "cancel", + "lineno": 40, + "scope": "test_cancellation_forwarded", + "is_async": true + } + ], + "tests.extmod.asyncio_wait_for_linked_task": [ + { + "id": "tests.extmod.asyncio_wait_for_linked_task.Worker.__init__", + "name": "__init__", + "lineno": 18, + "scope": "Worker", + "is_async": false + }, + { + "id": "tests.extmod.asyncio_wait_for_linked_task.Worker.launchTask", + "name": "launchTask", + "lineno": 22, + "scope": "Worker", + "is_async": false + }, + { + "id": "tests.extmod.asyncio_wait_for_linked_task.Worker.job", + "name": "job", + "lineno": 27, + "scope": "Worker", + "is_async": true + }, + { + "id": "tests.extmod.asyncio_wait_for_linked_task.Worker.planTasks", + "name": "planTasks", + "lineno": 33, + "scope": "Worker", + "is_async": false + }, + { + "id": "tests.extmod.asyncio_wait_for_linked_task.Worker.waitForTask", + "name": "waitForTask", + "lineno": 38, + "scope": "Worker", + "is_async": true + }, + { + "id": "tests.extmod.asyncio_wait_for_linked_task.Worker.syncWaitForTask", + "name": "syncWaitForTask", + "lineno": 41, + "scope": "Worker", + "is_async": false + }, + { + "id": "tests.extmod.asyncio_wait_for_linked_task.async_test", + "name": "async_test", + "lineno": 45, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_wait_for_linked_task.sync_test", + "name": "sync_test", + "lineno": 55, + "scope": null, + "is_async": false + } + ], + "tests.extmod.asyncio_wait_task": [ + { + "id": "tests.extmod.asyncio_wait_task.task", + "name": "task", + "lineno": 20, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_wait_task.delay_print", + "name": "delay_print", + "lineno": 24, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_wait_task.task_raise", + "name": "task_raise", + "lineno": 29, + "scope": null, + "is_async": true + }, + { + "id": "tests.extmod.asyncio_wait_task.main", + "name": "main", + "lineno": 34, + "scope": null, + "is_async": true + } + ], + "tests.extmod.binascii_a2b_base64": [], + "tests.extmod.binascii_b2a_base64": [], + "tests.extmod.binascii_crc32": [], + "tests.extmod.binascii_hexlify": [], + "tests.extmod.binascii_unhexlify": [], + "tests.extmod.btree1": [], + "tests.extmod.btree_closed": [], + "tests.extmod.btree_error": [ + { + "id": "tests.extmod.btree_error.Device.__init__", + "name": "__init__", + "lineno": 13, + "scope": "Device", + "is_async": false + }, + { + "id": "tests.extmod.btree_error.Device.readinto", + "name": "readinto", + "lineno": 17, + "scope": "Device", + "is_async": false + }, + { + "id": "tests.extmod.btree_error.Device.ioctl", + "name": "ioctl", + "lineno": 21, + "scope": "Device", + "is_async": false + } + ], + "tests.extmod.btree_gc": [], + "tests.extmod.cryptolib_aes128_cbc": [], + "tests.extmod.cryptolib_aes128_ctr": [ + { + "id": "tests.extmod.cryptolib_aes128_ctr._new", + "name": "_new", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.extmod.cryptolib_aes128_ecb": [], + "tests.extmod.cryptolib_aes128_ecb_enc": [], + "tests.extmod.cryptolib_aes128_ecb_inpl": [], + "tests.extmod.cryptolib_aes128_ecb_into": [], + "tests.extmod.cryptolib_aes256_cbc": [], + "tests.extmod.cryptolib_aes256_ecb": [], + "tests.extmod.deflate_compress": [ + { + "id": "tests.extmod.deflate_compress.decompress", + "name": "decompress", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.deflate_compress.compress", + "name": "compress", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.deflate_compress.compress_error", + "name": "compress_error", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.deflate_compress.check_header", + "name": "check_header", + "lineno": 101, + "scope": null, + "is_async": false + } + ], + "tests.extmod.deflate_compress_memory_error": [], + "tests.extmod.deflate_decompress": [ + { + "id": "tests.extmod.deflate_decompress.decompress", + "name": "decompress", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.deflate_decompress.decompress_error", + "name": "decompress_error", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "tests.extmod.deflate_stream_error": [ + { + "id": "tests.extmod.deflate_stream_error.Stream.readinto", + "name": "readinto", + "lineno": 23, + "scope": "Stream", + "is_async": false + }, + { + "id": "tests.extmod.deflate_stream_error.Stream.write", + "name": "write", + "lineno": 37, + "scope": "Stream", + "is_async": false + }, + { + "id": "tests.extmod.deflate_stream_error.Stream.write", + "name": "write", + "lineno": 52, + "scope": "Stream", + "is_async": false + }, + { + "id": "tests.extmod.deflate_stream_error.Stream.ioctl", + "name": "ioctl", + "lineno": 56, + "scope": "Stream", + "is_async": false + }, + { + "id": "tests.extmod.deflate_stream_error.Stream.__init__", + "name": "__init__", + "lineno": 72, + "scope": "Stream", + "is_async": false + }, + { + "id": "tests.extmod.deflate_stream_error.Stream.write", + "name": "write", + "lineno": 75, + "scope": "Stream", + "is_async": false + } + ], + "tests.extmod.framebuf1": [], + "tests.extmod.framebuf16": [ + { + "id": "tests.extmod.framebuf16.printbuf", + "name": "printbuf", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tests.extmod.framebuf2": [ + { + "id": "tests.extmod.framebuf2.printbuf", + "name": "printbuf", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.extmod.framebuf4": [ + { + "id": "tests.extmod.framebuf4.printbuf", + "name": "printbuf", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.extmod.framebuf8": [ + { + "id": "tests.extmod.framebuf8.printbuf", + "name": "printbuf", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.extmod.framebuf_blit": [ + { + "id": "tests.extmod.framebuf_blit.printbuf", + "name": "printbuf", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.extmod.framebuf_bounds": [ + { + "id": "tests.extmod.framebuf_bounds.test_constructor", + "name": "test_constructor", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.extmod.framebuf_ellipse": [ + { + "id": "tests.extmod.framebuf_ellipse.printbuf", + "name": "printbuf", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.extmod.framebuf_palette": [], + "tests.extmod.framebuf_polygon": [ + { + "id": "tests.extmod.framebuf_polygon.print_buffer", + "name": "print_buffer", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.extmod.framebuf_scroll": [ + { + "id": "tests.extmod.framebuf_scroll.printbuf", + "name": "printbuf", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.framebuf_scroll.prepare_buffer", + "name": "prepare_buffer", + "lineno": 24, + "scope": null, + "is_async": false + } + ], + "tests.extmod.framebuf_subclass": [ + { + "id": "tests.extmod.framebuf_subclass.FB.__init__", + "name": "__init__", + "lineno": 16, + "scope": "FB", + "is_async": false + }, + { + "id": "tests.extmod.framebuf_subclass.FB.foo", + "name": "foo", + "lineno": 20, + "scope": "FB", + "is_async": false + } + ], + "tests.extmod.hashlib_final": [], + "tests.extmod.hashlib_md5": [], + "tests.extmod.hashlib_sha1": [], + "tests.extmod.hashlib_sha256": [], + "tests.extmod.heapq1": [ + { + "id": "tests.extmod.heapq1.pop_and_print", + "name": "pop_and_print", + "lineno": 18, + "scope": null, + "is_async": false + } + ], + "tests.extmod.json_dump": [], + "tests.extmod.json_dumps": [], + "tests.extmod.json_dumps_extra": [], + "tests.extmod.json_dumps_float": [], + "tests.extmod.json_dumps_ordereddict": [], + "tests.extmod.json_dumps_separators": [], + "tests.extmod.json_dump_iobase": [ + { + "id": "tests.extmod.json_dump_iobase.S.__init__", + "name": "__init__", + "lineno": 16, + "scope": "S", + "is_async": false + }, + { + "id": "tests.extmod.json_dump_iobase.S.write", + "name": "write", + "lineno": 19, + "scope": "S", + "is_async": false + } + ], + "tests.extmod.json_dump_separators": [], + "tests.extmod.json_load": [], + "tests.extmod.json_loads": [ + { + "id": "tests.extmod.json_loads.my_print", + "name": "my_print", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.extmod.json_loads_bytes": [], + "tests.extmod.json_loads_float": [ + { + "id": "tests.extmod.json_loads_float.my_print", + "name": "my_print", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.extmod.json_loads_int_64": [], + "tests.extmod.machine1": [ + { + "id": "tests.extmod.machine1.Test.test_mem8_print", + "name": "test_mem8_print", + "lineno": 15, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.extmod.machine1.Test.test_alignment", + "name": "test_alignment", + "lineno": 18, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.extmod.machine1.Test.test_operations", + "name": "test_operations", + "lineno": 25, + "scope": "Test", + "is_async": false + } + ], + "tests.extmod.machine_disable_irq": [ + { + "id": "tests.extmod.machine_disable_irq.f", + "name": "f", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tests.extmod.machine_hard_timer": [ + { + "id": "tests.extmod.machine_hard_timer.callback", + "name": "callback", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "tests.extmod.machine_i2s_rate": [ + { + "id": "tests.extmod.machine_i2s_rate.test", + "name": "test", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.extmod.machine_pinbase": [ + { + "id": "tests.extmod.machine_pinbase.MyPin.__init__", + "name": "__init__", + "lineno": 11, + "scope": "MyPin", + "is_async": false + }, + { + "id": "tests.extmod.machine_pinbase.MyPin.value", + "name": "value", + "lineno": 15, + "scope": "MyPin", + "is_async": false + } + ], + "tests.extmod.machine_pulse": [ + { + "id": "tests.extmod.machine_pulse.ConstPin.__init__", + "name": "__init__", + "lineno": 12, + "scope": "ConstPin", + "is_async": false + }, + { + "id": "tests.extmod.machine_pulse.ConstPin.value", + "name": "value", + "lineno": 15, + "scope": "ConstPin", + "is_async": false + }, + { + "id": "tests.extmod.machine_pulse.TogglePin.__init__", + "name": "__init__", + "lineno": 23, + "scope": "TogglePin", + "is_async": false + }, + { + "id": "tests.extmod.machine_pulse.TogglePin.value", + "name": "value", + "lineno": 26, + "scope": "TogglePin", + "is_async": false + } + ], + "tests.extmod.machine_rtc": [], + "tests.extmod.machine_signal": [ + { + "id": "tests.extmod.machine_signal.Pin.__init__", + "name": "__init__", + "lineno": 14, + "scope": "Pin", + "is_async": false + }, + { + "id": "tests.extmod.machine_signal.Pin.value", + "name": "value", + "lineno": 17, + "scope": "Pin", + "is_async": false + } + ], + "tests.extmod.machine_soft_timer": [], + "tests.extmod.machine_spi_rate": [ + { + "id": "tests.extmod.machine_spi_rate.get_real_baudrate", + "name": "get_real_baudrate", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.machine_spi_rate.test_instances", + "name": "test_instances", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.machine_spi_rate.test_spi", + "name": "test_spi", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.machine_spi_rate.test_spi.test_write_readinto", + "name": "test_write_readinto", + "lineno": 79, + "scope": "test_spi", + "is_async": false + }, + { + "id": "tests.extmod.machine_spi_rate.test_spi.test_write", + "name": "test_write", + "lineno": 82, + "scope": "test_spi", + "is_async": false + }, + { + "id": "tests.extmod.machine_spi_rate.test_spi.test_readinto", + "name": "test_readinto", + "lineno": 85, + "scope": "test_spi", + "is_async": false + } + ], + "tests.extmod.machine_timer": [ + { + "id": "tests.extmod.machine_timer.callback", + "name": "callback", + "lineno": 25, + "scope": null, + "is_async": false + } + ], + "tests.extmod.machine_uart_irq_txidle": [ + { + "id": "tests.extmod.machine_uart_irq_txidle.irq", + "name": "irq", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "tests.extmod.machine_uart_tx": [], + "tests.extmod.marshal_basic": [], + "tests.extmod.marshal_fun_nested": [ + { + "id": "tests.extmod.marshal_fun_nested.f_with_child", + "name": "f_with_child", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.marshal_fun_nested.f_with_child.child", + "name": "child", + "lineno": 13, + "scope": "f_with_child", + "is_async": false + }, + { + "id": "tests.extmod.marshal_fun_nested.f_with_child_defargs", + "name": "f_with_child_defargs", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.marshal_fun_nested.f_with_child_defargs.child", + "name": "child", + "lineno": 20, + "scope": "f_with_child_defargs", + "is_async": false + }, + { + "id": "tests.extmod.marshal_fun_nested.f_with_child_closure", + "name": "f_with_child_closure", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.marshal_fun_nested.f_with_child_closure.child", + "name": "child", + "lineno": 29, + "scope": "f_with_child_closure", + "is_async": false + }, + { + "id": "tests.extmod.marshal_fun_nested.f_with_child_closure_defargs", + "name": "f_with_child_closure_defargs", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.marshal_fun_nested.f_with_child_closure_defargs.child", + "name": "child", + "lineno": 39, + "scope": "f_with_child_closure_defargs", + "is_async": false + }, + { + "id": "tests.extmod.marshal_fun_nested.f_with_list_comprehension", + "name": "f_with_list_comprehension", + "lineno": 46, + "scope": null, + "is_async": false + } + ], + "tests.extmod.marshal_stress": [ + { + "id": "tests.extmod.marshal_stress.large_function", + "name": "large_function", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "tests.extmod.os_urandom": [], + "tests.extmod.platform_basic": [], + "tests.extmod.random_basic": [], + "tests.extmod.random_extra": [], + "tests.extmod.random_extra_float": [], + "tests.extmod.random_seed_default": [ + { + "id": "tests.extmod.random_seed_default.rng_seq", + "name": "rng_seq", + "lineno": 17, + "scope": null, + "is_async": false + } + ], + "tests.extmod.re1": [], + "tests.extmod.re_debug": [], + "tests.extmod.re_error": [ + { + "id": "tests.extmod.re_error.test_re", + "name": "test_re", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.extmod.re_group": [ + { + "id": "tests.extmod.re_group.print_groups", + "name": "print_groups", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.extmod.re_groups": [], + "tests.extmod.re_limit": [ + { + "id": "tests.extmod.re_limit.test_re", + "name": "test_re", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.extmod.re_namedclass": [ + { + "id": "tests.extmod.re_namedclass.print_groups", + "name": "print_groups", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.extmod.re_span": [ + { + "id": "tests.extmod.re_span.print_spans", + "name": "print_spans", + "lineno": 17, + "scope": null, + "is_async": false + } + ], + "tests.extmod.re_split": [], + "tests.extmod.re_split_empty": [], + "tests.extmod.re_split_notimpl": [], + "tests.extmod.re_stack_overflow": [], + "tests.extmod.re_stack_overflow2": [ + { + "id": "tests.extmod.re_stack_overflow2.test_re", + "name": "test_re", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.extmod.re_start_end_pos": [ + { + "id": "tests.extmod.re_start_end_pos.print_groups", + "name": "print_groups", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.extmod.re_sub": [ + { + "id": "tests.extmod.re_sub.multiply", + "name": "multiply", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.re_sub.A", + "name": "A", + "lineno": 25, + "scope": null, + "is_async": false + } + ], + "tests.extmod.re_sub_unmatched": [], + "tests.extmod.select_ipoll": [ + { + "id": "tests.extmod.select_ipoll.print_poll_output", + "name": "print_poll_output", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.extmod.select_poll_basic": [], + "tests.extmod.select_poll_custom": [ + { + "id": "tests.extmod.select_poll_custom.print_poll_output", + "name": "print_poll_output", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.select_poll_custom.CustomPollable.__init__", + "name": "__init__", + "lineno": 23, + "scope": "CustomPollable", + "is_async": false + }, + { + "id": "tests.extmod.select_poll_custom.CustomPollable.ioctl", + "name": "ioctl", + "lineno": 26, + "scope": "CustomPollable", + "is_async": false + } + ], + "tests.extmod.select_poll_eintr": [ + { + "id": "tests.extmod.select_poll_eintr.thread_main", + "name": "thread_main", + "lineno": 26, + "scope": null, + "is_async": false + } + ], + "tests.extmod.select_poll_fd": [], + "tests.extmod.select_poll_udp": [], + "tests.extmod.socket_badconstructor": [], + "tests.extmod.socket_fileno": [], + "tests.extmod.socket_tcp_basic": [], + "tests.extmod.socket_udp_nonblock": [], + "tests.extmod.ssl_basic": [ + { + "id": "tests.extmod.ssl_basic.TestSocket.write", + "name": "write", + "lineno": 12, + "scope": "TestSocket", + "is_async": false + }, + { + "id": "tests.extmod.ssl_basic.TestSocket.readinto", + "name": "readinto", + "lineno": 15, + "scope": "TestSocket", + "is_async": false + }, + { + "id": "tests.extmod.ssl_basic.TestSocket.ioctl", + "name": "ioctl", + "lineno": 18, + "scope": "TestSocket", + "is_async": false + }, + { + "id": "tests.extmod.ssl_basic.TestSocket.setblocking", + "name": "setblocking", + "lineno": 22, + "scope": "TestSocket", + "is_async": false + } + ], + "tests.extmod.ssl_cadata": [], + "tests.extmod.ssl_ioctl": [], + "tests.extmod.ssl_keycert": [], + "tests.extmod.ssl_keycert_pkcs8": [], + "tests.extmod.ssl_poll": [ + { + "id": "tests.extmod.ssl_poll._Pipe.__init__", + "name": "__init__", + "lineno": 65, + "scope": "_Pipe", + "is_async": false + }, + { + "id": "tests.extmod.ssl_poll._Pipe.readinto", + "name": "readinto", + "lineno": 73, + "scope": "_Pipe", + "is_async": false + }, + { + "id": "tests.extmod.ssl_poll._Pipe.write", + "name": "write", + "lineno": 86, + "scope": "_Pipe", + "is_async": false + }, + { + "id": "tests.extmod.ssl_poll._Pipe.ioctl", + "name": "ioctl", + "lineno": 93, + "scope": "_Pipe", + "is_async": false + }, + { + "id": "tests.extmod.ssl_poll._Pipe.new_pair", + "name": "new_pair", + "lineno": 111, + "scope": "_Pipe", + "is_async": false + }, + { + "id": "tests.extmod.ssl_poll.assert_poll", + "name": "assert_poll", + "lineno": 119, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.ssl_poll.assert_raises", + "name": "assert_raises", + "lineno": 126, + "scope": null, + "is_async": false + } + ], + "tests.extmod.ssl_sslcontext": [], + "tests.extmod.ssl_sslcontext_verify_mode": [], + "tests.extmod.ssl_sslcontext_verify_mode2": [], + "tests.extmod.ticks_add": [], + "tests.extmod.ticks_diff": [], + "tests.extmod.time_mktime": [ + { + "id": "tests.extmod.time_mktime.safe_mktime", + "name": "safe_mktime", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.time_mktime.safe_localtime", + "name": "safe_localtime", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.time_mktime.test_bwd", + "name": "test_bwd", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.time_mktime.test_fwd", + "name": "test_fwd", + "lineno": 74, + "scope": null, + "is_async": false + } + ], + "tests.extmod.time_ms_us": [], + "tests.extmod.time_res": [ + { + "id": "tests.extmod.time_res.gmtime_time", + "name": "gmtime_time", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.time_res.localtime_time", + "name": "localtime_time", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.time_res.test", + "name": "test", + "lineno": 18, + "scope": null, + "is_async": false + } + ], + "tests.extmod.time_time_ns": [], + "tests.extmod.tls_dtls": [ + { + "id": "tests.extmod.tls_dtls.DummySocket.__init__", + "name": "__init__", + "lineno": 12, + "scope": "DummySocket", + "is_async": false + }, + { + "id": "tests.extmod.tls_dtls.DummySocket.write", + "name": "write", + "lineno": 16, + "scope": "DummySocket", + "is_async": false + }, + { + "id": "tests.extmod.tls_dtls.DummySocket.readinto", + "name": "readinto", + "lineno": 19, + "scope": "DummySocket", + "is_async": false + }, + { + "id": "tests.extmod.tls_dtls.DummySocket.ioctl", + "name": "ioctl", + "lineno": 24, + "scope": "DummySocket", + "is_async": false + } + ], + "tests.extmod.tls_noleak": [ + { + "id": "tests.extmod.tls_noleak.TestSocket.write", + "name": "write", + "lineno": 14, + "scope": "TestSocket", + "is_async": false + }, + { + "id": "tests.extmod.tls_noleak.TestSocket.readinto", + "name": "readinto", + "lineno": 17, + "scope": "TestSocket", + "is_async": false + }, + { + "id": "tests.extmod.tls_noleak.TestSocket.ioctl", + "name": "ioctl", + "lineno": 20, + "scope": "TestSocket", + "is_async": false + }, + { + "id": "tests.extmod.tls_noleak.TestSocket.setblocking", + "name": "setblocking", + "lineno": 23, + "scope": "TestSocket", + "is_async": false + }, + { + "id": "tests.extmod.tls_noleak.TLSNoLeaks.test_unique_context", + "name": "test_unique_context", + "lineno": 31, + "scope": "TLSNoLeaks", + "is_async": false + }, + { + "id": "tests.extmod.tls_noleak.TLSNoLeaks.test_shared_context", + "name": "test_shared_context", + "lineno": 39, + "scope": "TLSNoLeaks", + "is_async": false + } + ], + "tests.extmod.tls_psk": [], + "tests.extmod.tls_sslcontext_ciphers": [], + "tests.extmod.tls_sslcontext_micropython": [], + "tests.extmod.tls_threads": [ + { + "id": "tests.extmod.tls_threads.TestSocket.write", + "name": "write", + "lineno": 17, + "scope": "TestSocket", + "is_async": false + }, + { + "id": "tests.extmod.tls_threads.TestSocket.readinto", + "name": "readinto", + "lineno": 20, + "scope": "TestSocket", + "is_async": false + }, + { + "id": "tests.extmod.tls_threads.TestSocket.ioctl", + "name": "ioctl", + "lineno": 23, + "scope": "TestSocket", + "is_async": false + }, + { + "id": "tests.extmod.tls_threads.TestSocket.setblocking", + "name": "setblocking", + "lineno": 26, + "scope": "TestSocket", + "is_async": false + }, + { + "id": "tests.extmod.tls_threads.TLSThreads.test_sslsocket_threaded", + "name": "test_sslsocket_threaded", + "lineno": 34, + "scope": "TLSThreads", + "is_async": false + }, + { + "id": "tests.extmod.tls_threads.TLSThreads._alloc_many_sockets", + "name": "_alloc_many_sockets", + "lineno": 44, + "scope": "TLSThreads", + "is_async": false + } + ], + "tests.extmod.uctypes_32bit_intbig": [], + "tests.extmod.uctypes_addressof": [], + "tests.extmod.uctypes_array_assign_le": [], + "tests.extmod.uctypes_array_assign_native_le": [], + "tests.extmod.uctypes_array_assign_native_le_intbig": [], + "tests.extmod.uctypes_array_load_store": [], + "tests.extmod.uctypes_bytearray": [], + "tests.extmod.uctypes_byteat": [], + "tests.extmod.uctypes_error": [], + "tests.extmod.uctypes_le": [], + "tests.extmod.uctypes_le_float": [], + "tests.extmod.uctypes_native_float": [], + "tests.extmod.uctypes_native_le": [], + "tests.extmod.uctypes_print": [], + "tests.extmod.uctypes_ptr_le": [], + "tests.extmod.uctypes_ptr_native_le": [], + "tests.extmod.uctypes_sizeof": [], + "tests.extmod.uctypes_sizeof_float": [], + "tests.extmod.uctypes_sizeof_layout": [], + "tests.extmod.uctypes_sizeof_native": [], + "tests.extmod.uctypes_sizeof_od": [], + "tests.extmod.vfs_basic": [ + { + "id": "tests.extmod.vfs_basic.Filesystem.__init__", + "name": "__init__", + "lineno": 11, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.extmod.vfs_basic.Filesystem.mount", + "name": "mount", + "lineno": 15, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.extmod.vfs_basic.Filesystem.umount", + "name": "umount", + "lineno": 18, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.extmod.vfs_basic.Filesystem.ilistdir", + "name": "ilistdir", + "lineno": 21, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.extmod.vfs_basic.Filesystem.chdir", + "name": "chdir", + "lineno": 25, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.extmod.vfs_basic.Filesystem.getcwd", + "name": "getcwd", + "lineno": 30, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.extmod.vfs_basic.Filesystem.mkdir", + "name": "mkdir", + "lineno": 34, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.extmod.vfs_basic.Filesystem.remove", + "name": "remove", + "lineno": 37, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.extmod.vfs_basic.Filesystem.rename", + "name": "rename", + "lineno": 40, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.extmod.vfs_basic.Filesystem.rmdir", + "name": "rmdir", + "lineno": 43, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.extmod.vfs_basic.Filesystem.stat", + "name": "stat", + "lineno": 46, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.extmod.vfs_basic.Filesystem.statvfs", + "name": "statvfs", + "lineno": 50, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.extmod.vfs_basic.Filesystem.open", + "name": "open", + "lineno": 54, + "scope": "Filesystem", + "is_async": false + } + ], + "tests.extmod.vfs_blockdev": [ + { + "id": "tests.extmod.vfs_blockdev.RAMBlockDevice.__init__", + "name": "__init__", + "lineno": 16, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_blockdev.RAMBlockDevice.readblocks", + "name": "readblocks", + "lineno": 19, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_blockdev.RAMBlockDevice.writeblocks", + "name": "writeblocks", + "lineno": 24, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_blockdev.RAMBlockDevice.ioctl", + "name": "ioctl", + "lineno": 32, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_blockdev.test", + "name": "test", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.extmod.vfs_blockdev_invalid": [ + { + "id": "tests.extmod.vfs_blockdev_invalid.RAMBlockDevice.__init__", + "name": "__init__", + "lineno": 16, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_blockdev_invalid.RAMBlockDevice.readblocks", + "name": "readblocks", + "lineno": 21, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_blockdev_invalid.RAMBlockDevice.writeblocks", + "name": "writeblocks", + "lineno": 28, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_blockdev_invalid.RAMBlockDevice.ioctl", + "name": "ioctl", + "lineno": 37, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_blockdev_invalid.test", + "name": "test", + "lineno": 58, + "scope": null, + "is_async": false + } + ], + "tests.extmod.vfs_blockdev_invalid2": [ + { + "id": "tests.extmod.vfs_blockdev_invalid2.BadDev.__init__", + "name": "__init__", + "lineno": 16, + "scope": "BadDev", + "is_async": false + }, + { + "id": "tests.extmod.vfs_blockdev_invalid2.BadDev.readblocks", + "name": "readblocks", + "lineno": 19, + "scope": "BadDev", + "is_async": false + }, + { + "id": "tests.extmod.vfs_blockdev_invalid2.BadDev.writeblocks", + "name": "writeblocks", + "lineno": 23, + "scope": "BadDev", + "is_async": false + }, + { + "id": "tests.extmod.vfs_blockdev_invalid2.BadDev.ioctl", + "name": "ioctl", + "lineno": 26, + "scope": "BadDev", + "is_async": false + } + ], + "tests.extmod.vfs_fat_fileio1": [ + { + "id": "tests.extmod.vfs_fat_fileio1.RAMFS.__init__", + "name": "__init__", + "lineno": 13, + "scope": "RAMFS", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_fileio1.RAMFS.readblocks", + "name": "readblocks", + "lineno": 16, + "scope": "RAMFS", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_fileio1.RAMFS.writeblocks", + "name": "writeblocks", + "lineno": 21, + "scope": "RAMFS", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_fileio1.RAMFS.ioctl", + "name": "ioctl", + "lineno": 26, + "scope": "RAMFS", + "is_async": false + } + ], + "tests.extmod.vfs_fat_fileio2": [ + { + "id": "tests.extmod.vfs_fat_fileio2.RAMFS.__init__", + "name": "__init__", + "lineno": 13, + "scope": "RAMFS", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_fileio2.RAMFS.readblocks", + "name": "readblocks", + "lineno": 16, + "scope": "RAMFS", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_fileio2.RAMFS.writeblocks", + "name": "writeblocks", + "lineno": 21, + "scope": "RAMFS", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_fileio2.RAMFS.ioctl", + "name": "ioctl", + "lineno": 26, + "scope": "RAMFS", + "is_async": false + } + ], + "tests.extmod.vfs_fat_finaliser": [ + { + "id": "tests.extmod.vfs_fat_finaliser.RAMBlockDevice.__init__", + "name": "__init__", + "lineno": 13, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_finaliser.RAMBlockDevice.readblocks", + "name": "readblocks", + "lineno": 17, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_finaliser.RAMBlockDevice.writeblocks", + "name": "writeblocks", + "lineno": 21, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_finaliser.RAMBlockDevice.ioctl", + "name": "ioctl", + "lineno": 25, + "scope": "RAMBlockDevice", + "is_async": false + } + ], + "tests.extmod.vfs_fat_ilistdir_del": [ + { + "id": "tests.extmod.vfs_fat_ilistdir_del.RAMBlockDevice.__init__", + "name": "__init__", + "lineno": 15, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_ilistdir_del.RAMBlockDevice.readblocks", + "name": "readblocks", + "lineno": 18, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_ilistdir_del.RAMBlockDevice.writeblocks", + "name": "writeblocks", + "lineno": 23, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_ilistdir_del.RAMBlockDevice.ioctl", + "name": "ioctl", + "lineno": 28, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_ilistdir_del.test", + "name": "test", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "tests.extmod.vfs_fat_more": [ + { + "id": "tests.extmod.vfs_fat_more.RAMFS.__init__", + "name": "__init__", + "lineno": 13, + "scope": "RAMFS", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_more.RAMFS.readblocks", + "name": "readblocks", + "lineno": 16, + "scope": "RAMFS", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_more.RAMFS.writeblocks", + "name": "writeblocks", + "lineno": 21, + "scope": "RAMFS", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_more.RAMFS.ioctl", + "name": "ioctl", + "lineno": 26, + "scope": "RAMFS", + "is_async": false + } + ], + "tests.extmod.vfs_fat_mtime": [ + { + "id": "tests.extmod.vfs_fat_mtime.RAMBlockDevice.__init__", + "name": "__init__", + "lineno": 17, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_mtime.RAMBlockDevice.readblocks", + "name": "readblocks", + "lineno": 20, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_mtime.RAMBlockDevice.writeblocks", + "name": "writeblocks", + "lineno": 25, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_mtime.RAMBlockDevice.ioctl", + "name": "ioctl", + "lineno": 30, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_mtime.test", + "name": "test", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "tests.extmod.vfs_fat_oldproto": [ + { + "id": "tests.extmod.vfs_fat_oldproto.RAMFS_OLD.__init__", + "name": "__init__", + "lineno": 13, + "scope": "RAMFS_OLD", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_oldproto.RAMFS_OLD.readblocks", + "name": "readblocks", + "lineno": 16, + "scope": "RAMFS_OLD", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_oldproto.RAMFS_OLD.writeblocks", + "name": "writeblocks", + "lineno": 21, + "scope": "RAMFS_OLD", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_oldproto.RAMFS_OLD.sync", + "name": "sync", + "lineno": 26, + "scope": "RAMFS_OLD", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_oldproto.RAMFS_OLD.count", + "name": "count", + "lineno": 29, + "scope": "RAMFS_OLD", + "is_async": false + } + ], + "tests.extmod.vfs_fat_ramdisk": [ + { + "id": "tests.extmod.vfs_fat_ramdisk.RAMFS.__init__", + "name": "__init__", + "lineno": 13, + "scope": "RAMFS", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_ramdisk.RAMFS.readblocks", + "name": "readblocks", + "lineno": 16, + "scope": "RAMFS", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_ramdisk.RAMFS.writeblocks", + "name": "writeblocks", + "lineno": 21, + "scope": "RAMFS", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_ramdisk.RAMFS.ioctl", + "name": "ioctl", + "lineno": 26, + "scope": "RAMFS", + "is_async": false + } + ], + "tests.extmod.vfs_fat_ramdisklarge": [ + { + "id": "tests.extmod.vfs_fat_ramdisklarge.RAMBDevSparse.__init__", + "name": "__init__", + "lineno": 15, + "scope": "RAMBDevSparse", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_ramdisklarge.RAMBDevSparse.readblocks", + "name": "readblocks", + "lineno": 19, + "scope": "RAMBDevSparse", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_ramdisklarge.RAMBDevSparse.writeblocks", + "name": "writeblocks", + "lineno": 26, + "scope": "RAMBDevSparse", + "is_async": false + }, + { + "id": "tests.extmod.vfs_fat_ramdisklarge.RAMBDevSparse.ioctl", + "name": "ioctl", + "lineno": 35, + "scope": "RAMBDevSparse", + "is_async": false + } + ], + "tests.extmod.vfs_lfs": [ + { + "id": "tests.extmod.vfs_lfs.RAMBlockDevice.__init__", + "name": "__init__", + "lineno": 16, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs.RAMBlockDevice.readblocks", + "name": "readblocks", + "lineno": 19, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs.RAMBlockDevice.writeblocks", + "name": "writeblocks", + "lineno": 24, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs.RAMBlockDevice.ioctl", + "name": "ioctl", + "lineno": 29, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs.print_stat", + "name": "print_stat", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs.test", + "name": "test", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "tests.extmod.vfs_lfs_corrupt": [ + { + "id": "tests.extmod.vfs_lfs_corrupt.RAMBlockDevice.__init__", + "name": "__init__", + "lineno": 16, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_corrupt.RAMBlockDevice.readblocks", + "name": "readblocks", + "lineno": 20, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_corrupt.RAMBlockDevice.writeblocks", + "name": "writeblocks", + "lineno": 26, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_corrupt.RAMBlockDevice.ioctl", + "name": "ioctl", + "lineno": 32, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_corrupt.corrupt", + "name": "corrupt", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_corrupt.create_vfs", + "name": "create_vfs", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_corrupt.test", + "name": "test", + "lineno": 57, + "scope": null, + "is_async": false + } + ], + "tests.extmod.vfs_lfs_error": [ + { + "id": "tests.extmod.vfs_lfs_error.RAMBlockDevice.__init__", + "name": "__init__", + "lineno": 16, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_error.RAMBlockDevice.readblocks", + "name": "readblocks", + "lineno": 19, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_error.RAMBlockDevice.writeblocks", + "name": "writeblocks", + "lineno": 24, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_error.RAMBlockDevice.ioctl", + "name": "ioctl", + "lineno": 29, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_error.test", + "name": "test", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.extmod.vfs_lfs_file": [ + { + "id": "tests.extmod.vfs_lfs_file.RAMBlockDevice.__init__", + "name": "__init__", + "lineno": 16, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_file.RAMBlockDevice.readblocks", + "name": "readblocks", + "lineno": 19, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_file.RAMBlockDevice.writeblocks", + "name": "writeblocks", + "lineno": 24, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_file.RAMBlockDevice.ioctl", + "name": "ioctl", + "lineno": 29, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_file.test", + "name": "test", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.extmod.vfs_lfs_ilistdir_del": [ + { + "id": "tests.extmod.vfs_lfs_ilistdir_del.RAMBlockDevice.__init__", + "name": "__init__", + "lineno": 15, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_ilistdir_del.RAMBlockDevice.readblocks", + "name": "readblocks", + "lineno": 18, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_ilistdir_del.RAMBlockDevice.writeblocks", + "name": "writeblocks", + "lineno": 23, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_ilistdir_del.RAMBlockDevice.ioctl", + "name": "ioctl", + "lineno": 28, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_ilistdir_del.test", + "name": "test", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "tests.extmod.vfs_lfs_mount": [ + { + "id": "tests.extmod.vfs_lfs_mount.RAMBlockDevice.__init__", + "name": "__init__", + "lineno": 16, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_mount.RAMBlockDevice.readblocks", + "name": "readblocks", + "lineno": 19, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_mount.RAMBlockDevice.writeblocks", + "name": "writeblocks", + "lineno": 24, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_mount.RAMBlockDevice.ioctl", + "name": "ioctl", + "lineno": 29, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_mount.test", + "name": "test", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.extmod.vfs_lfs_mtime": [ + { + "id": "tests.extmod.vfs_lfs_mtime.RAMBlockDevice.__init__", + "name": "__init__", + "lineno": 17, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_mtime.RAMBlockDevice.readblocks", + "name": "readblocks", + "lineno": 20, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_mtime.RAMBlockDevice.writeblocks", + "name": "writeblocks", + "lineno": 25, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_mtime.RAMBlockDevice.ioctl", + "name": "ioctl", + "lineno": 30, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_mtime.test", + "name": "test", + "lineno": 39, + "scope": null, + "is_async": false + } + ], + "tests.extmod.vfs_lfs_superblock": [ + { + "id": "tests.extmod.vfs_lfs_superblock.RAMBlockDevice.__init__", + "name": "__init__", + "lineno": 13, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_superblock.RAMBlockDevice.readblocks", + "name": "readblocks", + "lineno": 17, + "scope": "RAMBlockDevice", + "is_async": false + }, + { + "id": "tests.extmod.vfs_lfs_superblock.RAMBlockDevice.ioctl", + "name": "ioctl", + "lineno": 22, + "scope": "RAMBlockDevice", + "is_async": false + } + ], + "tests.extmod.vfs_mountinfo": [ + { + "id": "tests.extmod.vfs_mountinfo.Filesystem.__init__", + "name": "__init__", + "lineno": 11, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.extmod.vfs_mountinfo.Filesystem.mount", + "name": "mount", + "lineno": 15, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.extmod.vfs_mountinfo.Filesystem.umount", + "name": "umount", + "lineno": 18, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.extmod.vfs_mountinfo.Filesystem.stat", + "name": "stat", + "lineno": 21, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.extmod.vfs_mountinfo.Filesystem.open", + "name": "open", + "lineno": 29, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.extmod.vfs_mountinfo.Filesystem.__repr__", + "name": "__repr__", + "lineno": 32, + "scope": "Filesystem", + "is_async": false + } + ], + "tests.extmod.vfs_posix": [ + { + "id": "tests.extmod.vfs_posix.write_files_without_closing", + "name": "write_files_without_closing", + "lineno": 80, + "scope": null, + "is_async": false + } + ], + "tests.extmod.vfs_posix_enoent": [], + "tests.extmod.vfs_posix_ilistdir_del": [ + { + "id": "tests.extmod.vfs_posix_ilistdir_del.test", + "name": "test", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "tests.extmod.vfs_posix_ilistdir_filter": [ + { + "id": "tests.extmod.vfs_posix_ilistdir_filter.test", + "name": "test", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "tests.extmod.vfs_posix_paths": [], + "tests.extmod.vfs_posix_readonly": [], + "tests.extmod.vfs_rom": [ + { + "id": "tests.extmod.vfs_rom.VfsRomWriter.__init__", + "name": "__init__", + "lineno": 71, + "scope": "VfsRomWriter", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.VfsRomWriter._encode_uint", + "name": "_encode_uint", + "lineno": 74, + "scope": "VfsRomWriter", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.VfsRomWriter._pack", + "name": "_pack", + "lineno": 82, + "scope": "VfsRomWriter", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.VfsRomWriter._extend", + "name": "_extend", + "lineno": 85, + "scope": "VfsRomWriter", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.VfsRomWriter.finalise", + "name": "finalise", + "lineno": 90, + "scope": "VfsRomWriter", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.VfsRomWriter.opendir", + "name": "opendir", + "lineno": 99, + "scope": "VfsRomWriter", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.VfsRomWriter.closedir", + "name": "closedir", + "lineno": 102, + "scope": "VfsRomWriter", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.VfsRomWriter.mkdata", + "name": "mkdata", + "lineno": 107, + "scope": "VfsRomWriter", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.VfsRomWriter.mkfile", + "name": "mkfile", + "lineno": 113, + "scope": "VfsRomWriter", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom._make_romfs", + "name": "_make_romfs", + "lineno": 127, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.make_romfs", + "name": "make_romfs", + "lineno": 139, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.Range.__init__", + "name": "__init__", + "lineno": 152, + "scope": "Range", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.Range.__repr__", + "name": "__repr__", + "lineno": 156, + "scope": "Range", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.Range.__contains__", + "name": "__contains__", + "lineno": 159, + "scope": "Range", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestBase.setUpClass", + "name": "setUpClass", + "lineno": 165, + "scope": "TestBase", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestEdgeCases.test_empty_romfs", + "name": "test_empty_romfs", + "lineno": 195, + "scope": "TestEdgeCases", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestEdgeCases.test_error", + "name": "test_error", + "lineno": 205, + "scope": "TestEdgeCases", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestEdgeCases.test_unknown_record", + "name": "test_unknown_record", + "lineno": 211, + "scope": "TestEdgeCases", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestCorrupt.test_corrupt_filesystem", + "name": "test_corrupt_filesystem", + "lineno": 227, + "scope": "TestCorrupt", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestCorrupt.test_corrupt_file_entry", + "name": "test_corrupt_file_entry", + "lineno": 249, + "scope": "TestCorrupt", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestStandalone.test_constructor", + "name": "test_constructor", + "lineno": 300, + "scope": "TestStandalone", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestStandalone.test_mount", + "name": "test_mount", + "lineno": 305, + "scope": "TestStandalone", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestStandalone.test_ilistdir", + "name": "test_ilistdir", + "lineno": 310, + "scope": "TestStandalone", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestStandalone.test_stat", + "name": "test_stat", + "lineno": 317, + "scope": "TestStandalone", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestStandalone.test_statvfs", + "name": "test_statvfs", + "lineno": 326, + "scope": "TestStandalone", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestStandalone.test_open", + "name": "test_open", + "lineno": 330, + "scope": "TestStandalone", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestStandalone.test_file_seek", + "name": "test_file_seek", + "lineno": 355, + "scope": "TestStandalone", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestStandalone.test_file_ioctl_invalid", + "name": "test_file_ioctl_invalid", + "lineno": 375, + "scope": "TestStandalone", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestStandalone.test_memory_mapping", + "name": "test_memory_mapping", + "lineno": 383, + "scope": "TestStandalone", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestMounted.setUp", + "name": "setUp", + "lineno": 394, + "scope": "TestMounted", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestMounted.tearDown", + "name": "tearDown", + "lineno": 400, + "scope": "TestMounted", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestMounted.test_listdir", + "name": "test_listdir", + "lineno": 405, + "scope": "TestMounted", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestMounted.test_chdir", + "name": "test_chdir", + "lineno": 410, + "scope": "TestMounted", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestMounted.test_stat", + "name": "test_stat", + "lineno": 423, + "scope": "TestMounted", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestMounted.test_open", + "name": "test_open", + "lineno": 431, + "scope": "TestMounted", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestMounted.test_import_py", + "name": "test_import_py", + "lineno": 445, + "scope": "TestMounted", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestMounted.test_import_mpy", + "name": "test_import_mpy", + "lineno": 454, + "scope": "TestMounted", + "is_async": false + }, + { + "id": "tests.extmod.vfs_rom.TestMounted.test_romfs_inner", + "name": "test_romfs_inner", + "lineno": 465, + "scope": "TestMounted", + "is_async": false + } + ], + "tests.extmod.vfs_userfs": [ + { + "id": "tests.extmod.vfs_userfs.UserFile.__init__", + "name": "__init__", + "lineno": 18, + "scope": "UserFile", + "is_async": false + }, + { + "id": "tests.extmod.vfs_userfs.UserFile.read", + "name": "read", + "lineno": 24, + "scope": "UserFile", + "is_async": false + }, + { + "id": "tests.extmod.vfs_userfs.UserFile.readinto", + "name": "readinto", + "lineno": 30, + "scope": "UserFile", + "is_async": false + }, + { + "id": "tests.extmod.vfs_userfs.UserFile.ioctl", + "name": "ioctl", + "lineno": 39, + "scope": "UserFile", + "is_async": false + }, + { + "id": "tests.extmod.vfs_userfs.UserFS.__init__", + "name": "__init__", + "lineno": 49, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.extmod.vfs_userfs.UserFS.mount", + "name": "mount", + "lineno": 52, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.extmod.vfs_userfs.UserFS.umount", + "name": "umount", + "lineno": 55, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.extmod.vfs_userfs.UserFS.stat", + "name": "stat", + "lineno": 58, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.extmod.vfs_userfs.UserFS.open", + "name": "open", + "lineno": 64, + "scope": "UserFS", + "is_async": false + } + ], + "tests.extmod.websocket_basic": [ + { + "id": "tests.extmod.websocket_basic.ws_read", + "name": "ws_read", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.websocket_basic.ws_readn", + "name": "ws_readn", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod.websocket_basic.ws_write", + "name": "ws_write", + "lineno": 24, + "scope": null, + "is_async": false + } + ], + "tests.extmod.websocket_toobig": [ + { + "id": "tests.extmod.websocket_toobig.ws_write", + "name": "ws_write", + "lineno": 17, + "scope": null, + "is_async": false + } + ], + "tests.extmod_hardware.machine_can_instances": [ + { + "id": "tests.extmod_hardware.machine_can_instances.Test.test_can12", + "name": "test_can12", + "lineno": 26, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_can_instances.Test.test_can3", + "name": "test_can3", + "lineno": 30, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_can_instances.Test._test_pairs", + "name": "_test_pairs", + "lineno": 33, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_can_instances.Test._test_controller_pair", + "name": "_test_controller_pair", + "lineno": 38, + "scope": "Test", + "is_async": false + } + ], + "tests.extmod_hardware.machine_can_timings": [ + { + "id": "tests.extmod_hardware.machine_can_timings.TestTimings.test_bitrate", + "name": "test_bitrate", + "lineno": 17, + "scope": "TestTimings", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_can_timings.TestTimings.test_sample_point", + "name": "test_sample_point", + "lineno": 27, + "scope": "TestTimings", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_can_timings.TestTimings.test_tseg_args", + "name": "test_tseg_args", + "lineno": 36, + "scope": "TestTimings", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_can_timings.TestTimings.test_invalid_timing_args", + "name": "test_invalid_timing_args", + "lineno": 47, + "scope": "TestTimings", + "is_async": false + } + ], + "tests.extmod_hardware.machine_counter": [ + { + "id": "tests.extmod_hardware.machine_counter.toggle", + "name": "toggle", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_counter.TestConnections.setUp", + "name": "setUp", + "lineno": 41, + "scope": "TestConnections", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_counter.TestConnections.test_connections", + "name": "test_connections", + "lineno": 44, + "scope": "TestConnections", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_counter.TestCounter.setUp", + "name": "setUp", + "lineno": 53, + "scope": "TestCounter", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_counter.TestCounter.tearDown", + "name": "tearDown", + "lineno": 57, + "scope": "TestCounter", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_counter.TestCounter.assertCounter", + "name": "assertCounter", + "lineno": 60, + "scope": "TestCounter", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_counter.TestCounter.test_count_rising", + "name": "test_count_rising", + "lineno": 63, + "scope": "TestCounter", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_counter.TestCounter.test_change_directions", + "name": "test_change_directions", + "lineno": 75, + "scope": "TestCounter", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_counter.TestCounter.test_count_falling", + "name": "test_count_falling", + "lineno": 87, + "scope": "TestCounter", + "is_async": false + } + ], + "tests.extmod_hardware.machine_encoder": [ + { + "id": "tests.extmod_hardware.machine_encoder.TestConnections.setUp", + "name": "setUp", + "lineno": 32, + "scope": "TestConnections", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_encoder.TestConnections.test_connections", + "name": "test_connections", + "lineno": 36, + "scope": "TestConnections", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_encoder.TestEncoder.setUp", + "name": "setUp", + "lineno": 47, + "scope": "TestEncoder", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_encoder.TestEncoder.tearDown", + "name": "tearDown", + "lineno": 65, + "scope": "TestEncoder", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "name": "rotate", + "lineno": 76, + "scope": "TestEncoder", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "name": "assertPosition", + "lineno": 103, + "scope": "TestEncoder", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_encoder.TestEncoder.test_basics", + "name": "test_basics", + "lineno": 111, + "scope": "TestEncoder", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "name": "test_partial", + "lineno": 118, + "scope": "TestEncoder", + "is_async": false + } + ], + "tests.extmod_hardware.machine_i2c_target": [ + { + "id": "tests.extmod_hardware.machine_i2c_target.config_pull_up", + "name": "config_pull_up", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestMemory.setUpClass", + "name": "setUpClass", + "lineno": 67, + "scope": "TestMemory", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestMemory.tearDownClass", + "name": "tearDownClass", + "lineno": 74, + "scope": "TestMemory", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_scan", + "name": "test_scan", + "lineno": 77, + "scope": "TestMemory", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_write", + "name": "test_write", + "lineno": 80, + "scope": "TestMemory", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_write_wrap", + "name": "test_write_wrap", + "lineno": 87, + "scope": "TestMemory", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_write_wrap_large", + "name": "test_write_wrap_large", + "lineno": 93, + "scope": "TestMemory", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_read", + "name": "test_read", + "lineno": 98, + "scope": "TestMemory", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_read_wrap", + "name": "test_read_wrap", + "lineno": 103, + "scope": "TestMemory", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_read_wrap_large", + "name": "test_read_wrap_large", + "lineno": 110, + "scope": "TestMemory", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_write_read", + "name": "test_write_read", + "lineno": 114, + "scope": "TestMemory", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_write_read_read", + "name": "test_write_read_read", + "lineno": 120, + "scope": "TestMemory", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestMemoryIRQ.irq_handler", + "name": "irq_handler", + "lineno": 130, + "scope": "TestMemoryIRQ", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestMemoryIRQ.setUpClass", + "name": "setUpClass", + "lineno": 137, + "scope": "TestMemoryIRQ", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestMemoryIRQ.tearDownClass", + "name": "tearDownClass", + "lineno": 147, + "scope": "TestMemoryIRQ", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestMemoryIRQ.test_scan", + "name": "test_scan", + "lineno": 151, + "scope": "TestMemoryIRQ", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestMemoryIRQ.test_write", + "name": "test_write", + "lineno": 156, + "scope": "TestMemoryIRQ", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestMemoryIRQ.test_read", + "name": "test_read", + "lineno": 163, + "scope": "TestMemoryIRQ", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestPolling.irq_handler", + "name": "irq_handler", + "lineno": 177, + "scope": "TestPolling", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestPolling.setUpClass", + "name": "setUpClass", + "lineno": 183, + "scope": "TestPolling", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestPolling.tearDownClass", + "name": "tearDownClass", + "lineno": 194, + "scope": "TestPolling", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestPolling.test_read", + "name": "test_read", + "lineno": 197, + "scope": "TestPolling", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestPolling.test_write", + "name": "test_write", + "lineno": 202, + "scope": "TestPolling", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestIRQ.irq_handler", + "name": "irq_handler", + "lineno": 213, + "scope": "TestIRQ", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestIRQ.setUpClass", + "name": "setUpClass", + "lineno": 225, + "scope": "TestIRQ", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestIRQ.tearDownClass", + "name": "tearDownClass", + "lineno": 243, + "scope": "TestIRQ", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestIRQ.test_scan", + "name": "test_scan", + "lineno": 246, + "scope": "TestIRQ", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestIRQ.test_write", + "name": "test_write", + "lineno": 257, + "scope": "TestIRQ", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestIRQ.test_read", + "name": "test_read", + "lineno": 274, + "scope": "TestIRQ", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestIRQ.test_write_read", + "name": "test_write_read", + "lineno": 287, + "scope": "TestIRQ", + "is_async": false + } + ], + "tests.extmod_hardware.machine_pwm": [ + { + "id": "tests.extmod_hardware.machine_pwm._test_freq_duty", + "name": "_test_freq_duty", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_pwm._test_freq", + "name": "_test_freq", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_pwm.TestBase.setUpClass", + "name": "setUpClass", + "lineno": 111, + "scope": "TestBase", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_pwm.TestBase.tearDownClass", + "name": "tearDownClass", + "lineno": 117, + "scope": "TestBase", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_pwm.TestBase.test_freq_50", + "name": "test_freq_50", + "lineno": 120, + "scope": "TestBase", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_pwm.TestBase.test_freq_100", + "name": "test_freq_100", + "lineno": 123, + "scope": "TestBase", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_pwm.TestBase.test_freq_500", + "name": "test_freq_500", + "lineno": 126, + "scope": "TestBase", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_pwm.TestBase.test_freq_1000", + "name": "test_freq_1000", + "lineno": 129, + "scope": "TestBase", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_pwm.TestBase.test_freq_2000", + "name": "test_freq_2000", + "lineno": 133, + "scope": "TestBase", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_pwm.TestBase.test_freq_5000", + "name": "test_freq_5000", + "lineno": 137, + "scope": "TestBase", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_pwm.TestBase.test_freq_10000", + "name": "test_freq_10000", + "lineno": 141, + "scope": "TestBase", + "is_async": false + } + ], + "tests.extmod_hardware.machine_sdcard_dma_align": [ + { + "id": "tests.extmod_hardware.machine_sdcard_dma_align.make_timer", + "name": "make_timer", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_sdcard_dma_align.make_timer", + "name": "make_timer", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_sdcard_dma_align.verify_contents", + "name": "verify_contents", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign.setUpClass", + "name": "setUpClass", + "lineno": 93, + "scope": "TestSDAlign", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign.tearDownClass", + "name": "tearDownClass", + "lineno": 129, + "scope": "TestSDAlign", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign.setUp", + "name": "setUp", + "lineno": 141, + "scope": "TestSDAlign", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign._test_reads_inner", + "name": "_test_reads_inner", + "lineno": 145, + "scope": "TestSDAlign", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign.test_reads", + "name": "test_reads", + "lineno": 166, + "scope": "TestSDAlign", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign.test_interrupted_reads", + "name": "test_interrupted_reads", + "lineno": 176, + "scope": "TestSDAlign", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign.test_interrupted_reads.timer_cb", + "name": "timer_cb", + "lineno": 186, + "scope": "TestSDAlign.test_interrupted_reads", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign.test_interrupted_read_write", + "name": "test_interrupted_read_write", + "lineno": 198, + "scope": "TestSDAlign", + "is_async": false + }, + { + "id": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign.test_interrupted_read_write.timer_cb", + "name": "timer_cb", + "lineno": 206, + "scope": "TestSDAlign.test_interrupted_read_write", + "is_async": false + } + ], + "tests.extmod_hardware.machine_uart_irq_break": [ + { + "id": "tests.extmod_hardware.machine_uart_irq_break.irq", + "name": "irq", + "lineno": 18, + "scope": null, + "is_async": false + } + ], + "tests.extmod_hardware.machine_uart_irq_rx": [ + { + "id": "tests.extmod_hardware.machine_uart_irq_rx.irq", + "name": "irq", + "lineno": 26, + "scope": null, + "is_async": false + } + ], + "tests.extmod_hardware.machine_uart_irq_rxidle": [ + { + "id": "tests.extmod_hardware.machine_uart_irq_rxidle.irq", + "name": "irq", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.feature_check.async_check": [ + { + "id": "tests.feature_check.async_check.foo", + "name": "foo", + "lineno": 2, + "scope": null, + "is_async": true + } + ], + "tests.feature_check.bytearray": [], + "tests.feature_check.byteorder": [], + "tests.feature_check.complex": [], + "tests.feature_check.const": [], + "tests.feature_check.coverage": [], + "tests.feature_check.fstring": [], + "tests.feature_check.inlineasm": [], + "tests.feature_check.int_64": [], + "tests.feature_check.int_big": [], + "tests.feature_check.native_check": [ + { + "id": "tests.feature_check.native_check.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.feature_check.reverse_ops": [ + { + "id": "tests.feature_check.reverse_ops.Foo.__radd__", + "name": "__radd__", + "lineno": 2, + "scope": "Foo", + "is_async": false + } + ], + "tests.feature_check.set_check": [], + "tests.feature_check.slice": [], + "tests.feature_check.target_info": [], + "tests.float.array_construct": [], + "tests.float.builtin_float_abs": [], + "tests.float.builtin_float_hash": [], + "tests.float.builtin_float_minmax": [], + "tests.float.builtin_float_pow": [], + "tests.float.builtin_float_round": [], + "tests.float.builtin_float_round_intbig": [], + "tests.float.bytearray_construct_endian": [], + "tests.float.bytes_construct_endian": [], + "tests.float.cmath_dunder": [ + { + "id": "tests.float.cmath_dunder.TestFloat.__float__", + "name": "__float__", + "lineno": 11, + "scope": "TestFloat", + "is_async": false + }, + { + "id": "tests.float.cmath_dunder.TestComplex.__complex__", + "name": "__complex__", + "lineno": 16, + "scope": "TestComplex", + "is_async": false + } + ], + "tests.float.cmath_fun": [], + "tests.float.cmath_fun_special": [], + "tests.float.complex1": [], + "tests.float.complex1_intbig": [], + "tests.float.complex1_micropython": [], + "tests.float.complex_dunder": [ + { + "id": "tests.float.complex_dunder.TestFloat.__float__", + "name": "__float__", + "lineno": 5, + "scope": "TestFloat", + "is_async": false + }, + { + "id": "tests.float.complex_dunder.TestComplex.__complex__", + "name": "__complex__", + "lineno": 10, + "scope": "TestComplex", + "is_async": false + }, + { + "id": "tests.float.complex_dunder.TestStrComplex.__complex__", + "name": "__complex__", + "lineno": 15, + "scope": "TestStrComplex", + "is_async": false + }, + { + "id": "tests.float.complex_dunder.TestNonComplex.__complex__", + "name": "__complex__", + "lineno": 20, + "scope": "TestNonComplex", + "is_async": false + } + ], + "tests.float.complex_reverse_op": [ + { + "id": "tests.float.complex_reverse_op.A.__radd__", + "name": "__radd__", + "lineno": 5, + "scope": "A", + "is_async": false + } + ], + "tests.float.complex_special_methods": [ + { + "id": "tests.float.complex_special_methods.A.__add__", + "name": "__add__", + "lineno": 5, + "scope": "A", + "is_async": false + } + ], + "tests.float.float1": [], + "tests.float.float2int_doubleprec_intbig": [ + { + "id": "tests.float.float2int_doubleprec_intbig.fp2int_test", + "name": "fp2int_test", + "lineno": 59, + "scope": null, + "is_async": false + } + ], + "tests.float.float2int_fp30_intbig": [ + { + "id": "tests.float.float2int_fp30_intbig.fp2int_test", + "name": "fp2int_test", + "lineno": 56, + "scope": null, + "is_async": false + } + ], + "tests.float.float2int_intbig": [ + { + "id": "tests.float.float2int_intbig.fp2int_test", + "name": "fp2int_test", + "lineno": 59, + "scope": null, + "is_async": false + } + ], + "tests.float.float_array": [ + { + "id": "tests.float.float_array.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.float.float_compare": [], + "tests.float.float_divmod": [ + { + "id": "tests.float.float_divmod.test", + "name": "test", + "lineno": 5, + "scope": null, + "is_async": false + } + ], + "tests.float.float_divmod_relaxed": [ + { + "id": "tests.float.float_divmod_relaxed.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.float.float_dunder": [ + { + "id": "tests.float.float_dunder.TestFloat.__float__", + "name": "__float__", + "lineno": 5, + "scope": "TestFloat", + "is_async": false + }, + { + "id": "tests.float.float_dunder.TestStrFloat.__float__", + "name": "__float__", + "lineno": 10, + "scope": "TestStrFloat", + "is_async": false + }, + { + "id": "tests.float.float_dunder.TestNonFloat.__float__", + "name": "__float__", + "lineno": 15, + "scope": "TestNonFloat", + "is_async": false + } + ], + "tests.float.float_format": [], + "tests.float.float_format_accuracy": [ + { + "id": "tests.float.float_format_accuracy.pseudo_randfloat", + "name": "pseudo_randfloat", + "lineno": 44, + "scope": null, + "is_async": false + } + ], + "tests.float.float_format_ftoe": [], + "tests.float.float_format_ints": [], + "tests.float.float_format_ints_doubleprec": [], + "tests.float.float_format_ints_power10": [], + "tests.float.float_parse": [], + "tests.float.float_parse_doubleprec": [], + "tests.float.float_struct": [], + "tests.float.float_struct_e": [], + "tests.float.float_struct_e_doubleprec": [], + "tests.float.float_struct_e_fp30": [], + "tests.float.inf_nan_arith": [], + "tests.float.int_64_float": [], + "tests.float.int_big_float": [], + "tests.float.int_divzero": [], + "tests.float.int_power": [], + "tests.float.lexer": [], + "tests.float.list_index": [], + "tests.float.math_constants": [], + "tests.float.math_constants_extra": [], + "tests.float.math_domain": [], + "tests.float.math_domain_python311": [], + "tests.float.math_domain_special": [], + "tests.float.math_dunder": [ + { + "id": "tests.float.math_dunder.TestFloat.__float__", + "name": "__float__", + "lineno": 11, + "scope": "TestFloat", + "is_async": false + } + ], + "tests.float.math_factorial_intbig": [], + "tests.float.math_fun": [], + "tests.float.math_fun_bool": [], + "tests.float.math_fun_int": [], + "tests.float.math_fun_intbig": [], + "tests.float.math_fun_special": [], + "tests.float.math_isclose": [ + { + "id": "tests.float.math_isclose.test", + "name": "test", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.float.math_isclose.test_combinations", + "name": "test_combinations", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "tests.float.python36": [], + "tests.float.string_format": [ + { + "id": "tests.float.string_format.test", + "name": "test", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "tests.float.string_format2": [ + { + "id": "tests.float.string_format2.test", + "name": "test", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.float.string_format2.test_fmt", + "name": "test_fmt", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tests.float.string_format_modulo": [], + "tests.float.string_format_modulo2": [ + { + "id": "tests.float.string_format_modulo2.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.float.string_format_modulo2_intbig": [ + { + "id": "tests.float.string_format_modulo2_intbig.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.float.string_format_modulo3": [], + "tests.float.true_value": [], + "tests.float.types": [], + "tests.import.builtin_ext": [], + "tests.import.builtin_import": [], + "tests.import.gen_context": [ + { + "id": "tests.import.gen_context.gen", + "name": "gen", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.import.gen_context2": [ + { + "id": "tests.import.gen_context2.call", + "name": "call", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "tests.import.import1a": [], + "tests.import.import1b": [ + { + "id": "tests.import.import1b.throw", + "name": "throw", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.import.import2a": [], + "tests.import.import3a": [], + "tests.import.import_broken": [], + "tests.import.import_circular": [], + "tests.import.import_file": [], + "tests.import.import_long_dyn": [], + "tests.import.import_long_dyn2": [], + "tests.import.import_override": [ + { + "id": "tests.import.import_override.custom_import", + "name": "custom_import", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.import.import_override2": [ + { + "id": "tests.import.import_override2.custom_import", + "name": "custom_import", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.import.import_pkg1": [], + "tests.import.import_pkg2": [], + "tests.import.import_pkg3": [], + "tests.import.import_pkg4": [], + "tests.import.import_pkg5": [], + "tests.import.import_pkg6": [], + "tests.import.import_pkg7": [], + "tests.import.import_pkg8": [], + "tests.import.import_pkg9": [], + "tests.import.import_star": [], + "tests.import.import_star_error": [], + "tests.import.module_dict": [], + "tests.import.module_getattr": [ + { + "id": "tests.import.module_getattr.__getattr__", + "name": "__getattr__", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tests.import.rel_import_inv": [], + "tests.import.try_module": [ + { + "id": "tests.import.try_module.func1", + "name": "func1", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.import.try_module.func2", + "name": "func2", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.import.broken.pkg2_and_zerodiv": [], + "tests.import.broken.zerodiv": [], + "tests.import.circular.main": [], + "tests.import.circular.sub": [], + "tests.import.ext.micropython": [], + "tests.import.ext.os": [], + "tests.import.ext.sys": [], + "tests.import.ext.time": [], + "tests.import.ext.usys": [], + "tests.import.pkg.mod": [ + { + "id": "tests.import.pkg.mod.foo", + "name": "foo", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "tests.import.pkg": [], + "tests.import.pkg2.mod1": [], + "tests.import.pkg2.mod2": [], + "tests.import.pkg2": [], + "tests.import.pkg3.mod1": [], + "tests.import.pkg3.mod2": [ + { + "id": "tests.import.pkg3.mod2.foo", + "name": "foo", + "lineno": 5, + "scope": null, + "is_async": false + } + ], + "tests.import.pkg3": [], + "tests.import.pkg3.subpkg1.mod1": [], + "tests.import.pkg3.subpkg1": [], + "tests.import.pkg6": [], + "tests.import.pkg6.x.y": [], + "tests.import.pkg6.x": [], + "tests.import.pkg7.mod1": [], + "tests.import.pkg7.mod2": [], + "tests.import.pkg7": [], + "tests.import.pkg7.subpkg1": [], + "tests.import.pkg7.subpkg1.subpkg2.mod3": [], + "tests.import.pkg7.subpkg1.subpkg2": [], + "tests.import.pkg8.mod": [], + "tests.import.pkg9.mod1": [ + { + "id": "tests.import.pkg9.mod1.mod1", + "name": "mod1", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "tests.import.pkg9.mod2": [], + "tests.import.pkg9": [ + { + "id": "tests.import.pkg9.mod2", + "name": "mod2", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.import.pkgstar_all_array.funcs": [ + { + "id": "tests.import.pkgstar_all_array.funcs.dynamicFun", + "name": "dynamicFun", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "tests.import.pkgstar_all_array": [ + { + "id": "tests.import.pkgstar_all_array.publicFun", + "name": "publicFun", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.import.pkgstar_all_array.PublicClass.__init__", + "name": "__init__", + "lineno": 10, + "scope": "PublicClass", + "is_async": false + }, + { + "id": "tests.import.pkgstar_all_array.unlistedFun", + "name": "unlistedFun", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.import.pkgstar_all_array.UnlistedClass.__init__", + "name": "__init__", + "lineno": 21, + "scope": "UnlistedClass", + "is_async": false + }, + { + "id": "tests.import.pkgstar_all_array._privateFun", + "name": "_privateFun", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.import.pkgstar_all_array._PrivateClass.__init__", + "name": "__init__", + "lineno": 32, + "scope": "_PrivateClass", + "is_async": false + }, + { + "id": "tests.import.pkgstar_all_array.__getattr__", + "name": "__getattr__", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "tests.import.pkgstar_all_inval": [], + "tests.import.pkgstar_all_miss": [ + { + "id": "tests.import.pkgstar_all_miss.existingFun", + "name": "existingFun", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.import.pkgstar_all_tuple": [ + { + "id": "tests.import.pkgstar_all_tuple.publicFun2", + "name": "publicFun2", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.import.pkgstar_all_tuple.PublicClass2.__init__", + "name": "__init__", + "lineno": 10, + "scope": "PublicClass2", + "is_async": false + }, + { + "id": "tests.import.pkgstar_all_tuple.unlistedFun2", + "name": "unlistedFun2", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.import.pkgstar_all_tuple.UnlistedClass2.__init__", + "name": "__init__", + "lineno": 21, + "scope": "UnlistedClass2", + "is_async": false + } + ], + "tests.import.pkgstar_default": [ + { + "id": "tests.import.pkgstar_default.visibleFun", + "name": "visibleFun", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.import.pkgstar_default.VisibleClass.__init__", + "name": "__init__", + "lineno": 10, + "scope": "VisibleClass", + "is_async": false + }, + { + "id": "tests.import.pkgstar_default._hiddenFun", + "name": "_hiddenFun", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.import.pkgstar_default._HiddenClass.__init__", + "name": "__init__", + "lineno": 19, + "scope": "_HiddenClass", + "is_async": false + } + ], + "tests.inlineasm.rv32.asmargs": [ + { + "id": "tests.inlineasm.rv32.asmargs.arg0", + "name": "arg0", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmargs.arg1", + "name": "arg1", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmargs.arg2", + "name": "arg2", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmargs.arg3", + "name": "arg3", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmargs.arg4", + "name": "arg4", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.rv32.asmarith": [ + { + "id": "tests.inlineasm.rv32.asmarith.f1", + "name": "f1", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmarith.f2", + "name": "f2", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmarith.f3", + "name": "f3", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmarith.f4", + "name": "f4", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmarith.f5", + "name": "f5", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmarith.f6", + "name": "f6", + "lineno": 74, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.rv32.asmbranch": [ + { + "id": "tests.inlineasm.rv32.asmbranch.tbeq", + "name": "tbeq", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmbranch.tbne", + "name": "tbne", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmbranch.tbgeu", + "name": "tbgeu", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmbranch.tbltu", + "name": "tbltu", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmbranch.tbge", + "name": "tbge", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmbranch.tblt", + "name": "tblt", + "lineno": 113, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmbranch.tcbeqz", + "name": "tcbeqz", + "lineno": 131, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmbranch.tcbnez", + "name": "tcbnez", + "lineno": 148, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.rv32.asmconst": [ + { + "id": "tests.inlineasm.rv32.asmconst.c1", + "name": "c1", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmconst.c2", + "name": "c2", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmconst.c3", + "name": "c3", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmconst.c4", + "name": "c4", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmconst.c5", + "name": "c5", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.rv32.asmcsr": [ + { + "id": "tests.inlineasm.rv32.asmcsr.csr", + "name": "csr", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmcsr.csri", + "name": "csri", + "lineno": 39, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.rv32.asmdata": [ + { + "id": "tests.inlineasm.rv32.asmdata.ret_num", + "name": "ret_num", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmdata.ret_num_la", + "name": "ret_num_la", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.rv32.asmdivmul": [ + { + "id": "tests.inlineasm.rv32.asmdivmul.sdiv", + "name": "sdiv", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmdivmul.udiv", + "name": "udiv", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmdivmul.srem", + "name": "srem", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmdivmul.urem", + "name": "urem", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmdivmul.m1", + "name": "m1", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmdivmul.m2", + "name": "m2", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmdivmul.m3", + "name": "m3", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmdivmul.m4", + "name": "m4", + "lineno": 56, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.rv32.asmjump": [ + { + "id": "tests.inlineasm.rv32.asmjump.f1", + "name": "f1", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmjump.f2", + "name": "f2", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmjump.f3", + "name": "f3", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmjump.f4", + "name": "f4", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmjump.f5", + "name": "f5", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmjump.f6", + "name": "f6", + "lineno": 99, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.rv32.asmloadstore": [ + { + "id": "tests.inlineasm.rv32.asmloadstore.l", + "name": "l", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmloadstore.s", + "name": "s", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmloadstore.lu", + "name": "lu", + "lineno": 69, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.rv32.asmrettype": [ + { + "id": "tests.inlineasm.rv32.asmrettype.ret_obj", + "name": "ret_obj", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmrettype.ret_bool", + "name": "ret_bool", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmrettype.ret_int", + "name": "ret_int", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmrettype.ret_uint", + "name": "ret_uint", + "lineno": 29, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.rv32.asmsanity": [ + { + "id": "tests.inlineasm.rv32.asmsanity.harness", + "name": "harness", + "lineno": 88, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.rv32.asmshift": [ + { + "id": "tests.inlineasm.rv32.asmshift.lsl1", + "name": "lsl1", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmshift.lsl23", + "name": "lsl23", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmshift.lsr1", + "name": "lsr1", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmshift.lsr31", + "name": "lsr31", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmshift.asr1", + "name": "asr1", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmshift.asr31", + "name": "asr31", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmshift.clsl1", + "name": "clsl1", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmshift.clsl23", + "name": "clsl23", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmshift.clsr1", + "name": "clsr1", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmshift.clsr31", + "name": "clsr31", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmshift.casr1", + "name": "casr1", + "lineno": 82, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmshift.casr31", + "name": "casr31", + "lineno": 90, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmshift.lsl1r", + "name": "lsl1r", + "lineno": 98, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmshift.lsr1r", + "name": "lsr1r", + "lineno": 107, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmshift.asr1r", + "name": "asr1r", + "lineno": 116, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.rv32.asmstack": [ + { + "id": "tests.inlineasm.rv32.asmstack.l", + "name": "l", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmstack.s", + "name": "s", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmstack.a", + "name": "a", + "lineno": 49, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.rv32.asmsum": [ + { + "id": "tests.inlineasm.rv32.asmsum.asm_sum_words", + "name": "asm_sum_words", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asmsum.asm_sum_bytes", + "name": "asm_sum_bytes", + "lineno": 25, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.rv32.asm_ext_zba": [ + { + "id": "tests.inlineasm.rv32.asm_ext_zba.test_sh1add", + "name": "test_sh1add", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asm_ext_zba.test_sh2add", + "name": "test_sh2add", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asm_ext_zba.test_sh3add", + "name": "test_sh3add", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.rv32.asm_ext_zcmp": [ + { + "id": "tests.inlineasm.rv32.asm_ext_zcmp.cmmv_test", + "name": "cmmv_test", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asm_ext_zcmp.cmpp_test", + "name": "cmpp_test", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asm_ext_zcmp.test_cm_mva01s", + "name": "test_cm_mva01s", + "lineno": 228, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.rv32.asm_ext_zcmp.test_cm_mvsa01", + "name": "test_cm_mvsa01", + "lineno": 249, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.thumb.asmargs": [ + { + "id": "tests.inlineasm.thumb.asmargs.arg0", + "name": "arg0", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.thumb.asmargs.arg1", + "name": "arg1", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.thumb.asmargs.arg2", + "name": "arg2", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.thumb.asmargs.arg3", + "name": "arg3", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.thumb.asmargs.arg4", + "name": "arg4", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.thumb.asmblbx": [ + { + "id": "tests.inlineasm.thumb.asmblbx.f", + "name": "f", + "lineno": 5, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.thumb.asmdata": [ + { + "id": "tests.inlineasm.thumb.asmdata.ret_num", + "name": "ret_num", + "lineno": 5, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.thumb.asmerrors": [], + "tests.inlineasm.thumb.asmpushpop": [ + { + "id": "tests.inlineasm.thumb.asmpushpop.f", + "name": "f", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.thumb.asmpushpop.g", + "name": "g", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.thumb.asmrettype": [ + { + "id": "tests.inlineasm.thumb.asmrettype.ret_obj", + "name": "ret_obj", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.thumb.asmrettype.ret_bool", + "name": "ret_bool", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.thumb.asmrettype.ret_int", + "name": "ret_int", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.thumb.asmrettype.ret_uint", + "name": "ret_uint", + "lineno": 29, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.thumb.asmshift": [ + { + "id": "tests.inlineasm.thumb.asmshift.lsl1", + "name": "lsl1", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.thumb.asmshift.lsl23", + "name": "lsl23", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.thumb.asmshift.lsr1", + "name": "lsr1", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.thumb.asmshift.lsr31", + "name": "lsr31", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.thumb.asmshift.asr1", + "name": "asr1", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.thumb.asmshift.asr31", + "name": "asr31", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.thumb.asmsum": [ + { + "id": "tests.inlineasm.thumb.asmsum.asm_sum_words", + "name": "asm_sum_words", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.thumb.asmsum.asm_sum_bytes", + "name": "asm_sum_bytes", + "lineno": 26, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.thumb.asm_thumb2_bcc": [], + "tests.inlineasm.thumb.asm_thumb2_bitops": [ + { + "id": "tests.inlineasm.thumb.asm_thumb2_bitops.clz", + "name": "clz", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.thumb.asm_thumb2_bitops.rbit", + "name": "rbit", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.thumb.asm_thumb2_const": [ + { + "id": "tests.inlineasm.thumb.asm_thumb2_const.c1", + "name": "c1", + "lineno": 5, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.thumb.asm_thumb2_div": [ + { + "id": "tests.inlineasm.thumb.asm_thumb2_div.sdiv", + "name": "sdiv", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.thumb.asm_thumb2_div.udiv", + "name": "udiv", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.thumb.asm_thumb2_it": [ + { + "id": "tests.inlineasm.thumb.asm_thumb2_it.f", + "name": "f", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.thumb.asm_thumb2_it.g", + "name": "g", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.thumb.asm_thumb2_specialregs": [ + { + "id": "tests.inlineasm.thumb.asm_thumb2_specialregs.getIPSR", + "name": "getIPSR", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.thumb.asm_thumb2_specialregs.getBASEPRI", + "name": "getBASEPRI", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.thumb.asm_vfp_addsub": [ + { + "id": "tests.inlineasm.thumb.asm_vfp_addsub.add_sub", + "name": "add_sub", + "lineno": 2, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.thumb.asm_vfp_cmp": [ + { + "id": "tests.inlineasm.thumb.asm_vfp_cmp.f", + "name": "f", + "lineno": 2, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.thumb.asm_vfp_ldrstr": [ + { + "id": "tests.inlineasm.thumb.asm_vfp_ldrstr.arrayadd", + "name": "arrayadd", + "lineno": 5, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.thumb.asm_vfp_muldiv": [ + { + "id": "tests.inlineasm.thumb.asm_vfp_muldiv.muldiv", + "name": "muldiv", + "lineno": 2, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.thumb.asm_vfp_sqrt": [ + { + "id": "tests.inlineasm.thumb.asm_vfp_sqrt.sqrt_test", + "name": "sqrt_test", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.xtensa.asmargs": [ + { + "id": "tests.inlineasm.xtensa.asmargs.arg0", + "name": "arg0", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmargs.arg1", + "name": "arg1", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmargs.arg2", + "name": "arg2", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmargs.arg3", + "name": "arg3", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmargs.arg4", + "name": "arg4", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.xtensa.asmarith": [ + { + "id": "tests.inlineasm.xtensa.asmarith.f1", + "name": "f1", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmarith.a2", + "name": "a2", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmarith.a4", + "name": "a4", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmarith.a8", + "name": "a8", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmarith.s2", + "name": "s2", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmarith.s4", + "name": "s4", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmarith.s8", + "name": "s8", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmarith.f5", + "name": "f5", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmarith.f6", + "name": "f6", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmarith.f7", + "name": "f7", + "lineno": 86, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmarith.f8", + "name": "f8", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmarith.f9", + "name": "f9", + "lineno": 107, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmarith.f10", + "name": "f10", + "lineno": 115, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.xtensa.asmbranch": [ + { + "id": "tests.inlineasm.xtensa.asmbranch.tball", + "name": "tball", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmbranch.tbany", + "name": "tbany", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmbranch.tbbc", + "name": "tbbc", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmbranch.tbbs", + "name": "tbbs", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmbranch.tbeq", + "name": "tbeq", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmbranch.tbeqz", + "name": "tbeqz", + "lineno": 117, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmbranch.tbge", + "name": "tbge", + "lineno": 131, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmbranch.tbgeu", + "name": "tbgeu", + "lineno": 145, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmbranch.tbgez", + "name": "tbgez", + "lineno": 160, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmbranch.tblt", + "name": "tblt", + "lineno": 174, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmbranch.tbltu", + "name": "tbltu", + "lineno": 188, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmbranch.tbltz", + "name": "tbltz", + "lineno": 203, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmbranch.tbnall", + "name": "tbnall", + "lineno": 217, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmbranch.tbne", + "name": "tbne", + "lineno": 232, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmbranch.tbnez", + "name": "tbnez", + "lineno": 246, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmbranch.tbnone", + "name": "tbnone", + "lineno": 260, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmbranch.tbeqz_n", + "name": "tbeqz_n", + "lineno": 275, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmbranch.tbnez_n", + "name": "tbnez_n", + "lineno": 289, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.xtensa.asmjump": [ + { + "id": "tests.inlineasm.xtensa.asmjump.jump", + "name": "jump", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmjump.jumpx", + "name": "jumpx", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.xtensa.asmloadstore": [ + { + "id": "tests.inlineasm.xtensa.asmloadstore.tl32r", + "name": "tl32r", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmloadstore.tl32i", + "name": "tl32i", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmloadstore.tl8ui", + "name": "tl8ui", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmloadstore.tl16ui", + "name": "tl16ui", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmloadstore.tl16si", + "name": "tl16si", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmloadstore.ts8i", + "name": "ts8i", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmloadstore.ts16i", + "name": "ts16i", + "lineno": 79, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmloadstore.ts32i", + "name": "ts32i", + "lineno": 88, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmloadstore.tl32i_n", + "name": "tl32i_n", + "lineno": 97, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.xtensa.asmmisc": [ + { + "id": "tests.inlineasm.xtensa.asmmisc.tnop", + "name": "tnop", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmmisc.tnop_n", + "name": "tnop_n", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmmisc.tmov_n", + "name": "tmov_n", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "tests.inlineasm.xtensa.asmshift": [ + { + "id": "tests.inlineasm.xtensa.asmshift.lsl1", + "name": "lsl1", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmshift.lsl23", + "name": "lsl23", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmshift.lsr1", + "name": "lsr1", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmshift.lsr15", + "name": "lsr15", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmshift.asr1", + "name": "asr1", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmshift.asr31", + "name": "asr31", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmshift.lsl1r", + "name": "lsl1r", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmshift.lsr1r", + "name": "lsr1r", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmshift.asr1r", + "name": "asr1r", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmshift.sll9", + "name": "sll9", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmshift.srlr", + "name": "srlr", + "lineno": 89, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmshift.sllr", + "name": "sllr", + "lineno": 98, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmshift.srcr", + "name": "srcr", + "lineno": 107, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmshift.srai24", + "name": "srai24", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmshift.nsar", + "name": "nsar", + "lineno": 124, + "scope": null, + "is_async": false + }, + { + "id": "tests.inlineasm.xtensa.asmshift.nsaur", + "name": "nsaur", + "lineno": 133, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.arrayop-1-list_inplace": [ + { + "id": "tests.internal_bench.arrayop-1-list_inplace.test", + "name": "test", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.arrayop-2-list_map": [ + { + "id": "tests.internal_bench.arrayop-2-list_map.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.arrayop-3-bytearray_inplace": [ + { + "id": "tests.internal_bench.arrayop-3-bytearray_inplace.test", + "name": "test", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.arrayop-4-bytearray_map": [ + { + "id": "tests.internal_bench.arrayop-4-bytearray_map.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.bench": [ + { + "id": "tests.internal_bench.bench.run", + "name": "run", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.bytealloc-1-bytes_n": [ + { + "id": "tests.internal_bench.bytealloc-1-bytes_n.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.bytealloc-2-repeat": [ + { + "id": "tests.internal_bench.bytealloc-2-repeat.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.bytebuf-1-inplace": [ + { + "id": "tests.internal_bench.bytebuf-1-inplace.test", + "name": "test", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.bytebuf-2-join_map_bytes": [ + { + "id": "tests.internal_bench.bytebuf-2-join_map_bytes.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.bytebuf-3-bytarray_map": [ + { + "id": "tests.internal_bench.bytebuf-3-bytarray_map.test", + "name": "test", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_create-0-empty": [ + { + "id": "tests.internal_bench.class_create-0-empty.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_create-1-slots": [ + { + "id": "tests.internal_bench.class_create-1-slots.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_create-1.1-slots5": [ + { + "id": "tests.internal_bench.class_create-1.1-slots5.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_create-2-classattr": [ + { + "id": "tests.internal_bench.class_create-2-classattr.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_create-2.1-classattr5": [ + { + "id": "tests.internal_bench.class_create-2.1-classattr5.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_create-2.3-classattr5objs": [ + { + "id": "tests.internal_bench.class_create-2.3-classattr5objs.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_create-3-instancemethod": [ + { + "id": "tests.internal_bench.class_create-3-instancemethod.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.internal_bench.class_create-3-instancemethod.test.X.x", + "name": "x", + "lineno": 8, + "scope": "test.X", + "is_async": false + } + ], + "tests.internal_bench.class_create-4-classmethod": [ + { + "id": "tests.internal_bench.class_create-4-classmethod.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.internal_bench.class_create-4-classmethod.test.X.x", + "name": "x", + "lineno": 9, + "scope": "test.X", + "is_async": false + } + ], + "tests.internal_bench.class_create-4.1-classmethod_implicit": [ + { + "id": "tests.internal_bench.class_create-4.1-classmethod_implicit.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.internal_bench.class_create-4.1-classmethod_implicit.test.X.__new__", + "name": "__new__", + "lineno": 8, + "scope": "test.X", + "is_async": false + } + ], + "tests.internal_bench.class_create-5-staticmethod": [ + { + "id": "tests.internal_bench.class_create-5-staticmethod.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.internal_bench.class_create-5-staticmethod.test.X.x", + "name": "x", + "lineno": 9, + "scope": "test.X", + "is_async": false + } + ], + "tests.internal_bench.class_create-6-getattribute": [ + { + "id": "tests.internal_bench.class_create-6-getattribute.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.internal_bench.class_create-6-getattribute.test.X.__getattribute__", + "name": "__getattribute__", + "lineno": 8, + "scope": "test.X", + "is_async": false + } + ], + "tests.internal_bench.class_create-6.1-getattr": [ + { + "id": "tests.internal_bench.class_create-6.1-getattr.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.internal_bench.class_create-6.1-getattr.test.X.__getattr__", + "name": "__getattr__", + "lineno": 8, + "scope": "test.X", + "is_async": false + } + ], + "tests.internal_bench.class_create-6.2-property": [ + { + "id": "tests.internal_bench.class_create-6.2-property.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.internal_bench.class_create-6.2-property.test.X.x", + "name": "x", + "lineno": 9, + "scope": "test.X", + "is_async": false + } + ], + "tests.internal_bench.class_create-6.3-descriptor": [ + { + "id": "tests.internal_bench.class_create-6.3-descriptor.D.__get__", + "name": "__get__", + "lineno": 5, + "scope": "D", + "is_async": false + }, + { + "id": "tests.internal_bench.class_create-6.3-descriptor.test", + "name": "test", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_create-7-inherit": [ + { + "id": "tests.internal_bench.class_create-7-inherit.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_create-7.1-inherit_initsubclass": [ + { + "id": "tests.internal_bench.class_create-7.1-inherit_initsubclass.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.internal_bench.class_create-7.1-inherit_initsubclass.test.B.__init_subclass__", + "name": "__init_subclass__", + "lineno": 7, + "scope": "test.B", + "is_async": false + } + ], + "tests.internal_bench.class_create-8-metaclass_setname": [ + { + "id": "tests.internal_bench.class_create-8-metaclass_setname.D.__set_name__", + "name": "__set_name__", + "lineno": 5, + "scope": "D", + "is_async": false + }, + { + "id": "tests.internal_bench.class_create-8-metaclass_setname.test", + "name": "test", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_create-8.1-metaclass_setname5": [ + { + "id": "tests.internal_bench.class_create-8.1-metaclass_setname5.D.__set_name__", + "name": "__set_name__", + "lineno": 5, + "scope": "D", + "is_async": false + }, + { + "id": "tests.internal_bench.class_create-8.1-metaclass_setname5.test", + "name": "test", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_instance-0-object": [ + { + "id": "tests.internal_bench.class_instance-0-object.test", + "name": "test", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_instance-0.1-object-gc": [ + { + "id": "tests.internal_bench.class_instance-0.1-object-gc.test", + "name": "test", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_instance-1-empty": [ + { + "id": "tests.internal_bench.class_instance-1-empty.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_instance-1.1-classattr": [ + { + "id": "tests.internal_bench.class_instance-1.1-classattr.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_instance-1.2-func": [ + { + "id": "tests.internal_bench.class_instance-1.2-func.X.f", + "name": "f", + "lineno": 5, + "scope": "X", + "is_async": false + }, + { + "id": "tests.internal_bench.class_instance-1.2-func.test", + "name": "test", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_instance-1.3-empty-gc": [ + { + "id": "tests.internal_bench.class_instance-1.3-empty-gc.test", + "name": "test", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_instance-2-init": [ + { + "id": "tests.internal_bench.class_instance-2-init.X.__init__", + "name": "__init__", + "lineno": 5, + "scope": "X", + "is_async": false + }, + { + "id": "tests.internal_bench.class_instance-2-init.test", + "name": "test", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_instance-2.1-init_super": [ + { + "id": "tests.internal_bench.class_instance-2.1-init_super.X.__init__", + "name": "__init__", + "lineno": 5, + "scope": "X", + "is_async": false + }, + { + "id": "tests.internal_bench.class_instance-2.1-init_super.test", + "name": "test", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_instance-2.2-new": [ + { + "id": "tests.internal_bench.class_instance-2.2-new.X.__new__", + "name": "__new__", + "lineno": 5, + "scope": "X", + "is_async": false + }, + { + "id": "tests.internal_bench.class_instance-2.2-new.test", + "name": "test", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_instance-3-del": [ + { + "id": "tests.internal_bench.class_instance-3-del.X.__del__", + "name": "__del__", + "lineno": 5, + "scope": "X", + "is_async": false + }, + { + "id": "tests.internal_bench.class_instance-3-del.test", + "name": "test", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_instance-3.1-del-gc": [ + { + "id": "tests.internal_bench.class_instance-3.1-del-gc.X.__del__", + "name": "__del__", + "lineno": 6, + "scope": "X", + "is_async": false + }, + { + "id": "tests.internal_bench.class_instance-3.1-del-gc.test", + "name": "test", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_instance-4-slots": [ + { + "id": "tests.internal_bench.class_instance-4-slots.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.class_instance-4.1-slots5": [ + { + "id": "tests.internal_bench.class_instance-4.1-slots5.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.from_iter-1-list_bound": [ + { + "id": "tests.internal_bench.from_iter-1-list_bound.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.from_iter-2-list_unbound": [ + { + "id": "tests.internal_bench.from_iter-2-list_unbound.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.from_iter-3-tuple_bound": [ + { + "id": "tests.internal_bench.from_iter-3-tuple_bound.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.from_iter-4-tuple_unbound": [ + { + "id": "tests.internal_bench.from_iter-4-tuple_unbound.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.from_iter-5-bytes_bound": [ + { + "id": "tests.internal_bench.from_iter-5-bytes_bound.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.from_iter-6-bytes_unbound": [ + { + "id": "tests.internal_bench.from_iter-6-bytes_unbound.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.from_iter-7-bytearray_bound": [ + { + "id": "tests.internal_bench.from_iter-7-bytearray_bound.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.from_iter-8-bytearray_unbound": [ + { + "id": "tests.internal_bench.from_iter-8-bytearray_unbound.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.funcall-1-inline": [ + { + "id": "tests.internal_bench.funcall-1-inline.test", + "name": "test", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.funcall-2-funcall": [ + { + "id": "tests.internal_bench.funcall-2-funcall.f", + "name": "f", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.internal_bench.funcall-2-funcall.test", + "name": "test", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.funcall-3-funcall-local": [ + { + "id": "tests.internal_bench.funcall-3-funcall-local.f", + "name": "f", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.internal_bench.funcall-3-funcall-local.test", + "name": "test", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.func_args-1.1-pos_1": [ + { + "id": "tests.internal_bench.func_args-1.1-pos_1.func", + "name": "func", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.internal_bench.func_args-1.1-pos_1.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.func_args-1.2-pos_3": [ + { + "id": "tests.internal_bench.func_args-1.2-pos_3.func", + "name": "func", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.internal_bench.func_args-1.2-pos_3.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.func_args-2-pos_default_2_of_3": [ + { + "id": "tests.internal_bench.func_args-2-pos_default_2_of_3.func", + "name": "func", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.internal_bench.func_args-2-pos_default_2_of_3.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.func_args-3.1-kw_1": [ + { + "id": "tests.internal_bench.func_args-3.1-kw_1.func", + "name": "func", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.internal_bench.func_args-3.1-kw_1.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.func_args-3.2-kw_3": [ + { + "id": "tests.internal_bench.func_args-3.2-kw_3.func", + "name": "func", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.internal_bench.func_args-3.2-kw_3.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.func_builtin-1-enum_pos": [ + { + "id": "tests.internal_bench.func_builtin-1-enum_pos.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.func_builtin-2-enum_kw": [ + { + "id": "tests.internal_bench.func_builtin-2-enum_kw.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.loop_count-1-range": [ + { + "id": "tests.internal_bench.loop_count-1-range.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.loop_count-2-range_iter": [ + { + "id": "tests.internal_bench.loop_count-2-range_iter.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.loop_count-3-while_up": [ + { + "id": "tests.internal_bench.loop_count-3-while_up.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.loop_count-4-while_down_gt": [ + { + "id": "tests.internal_bench.loop_count-4-while_down_gt.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.loop_count-5-while_down_ne": [ + { + "id": "tests.internal_bench.loop_count-5-while_down_ne.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.loop_count-5.1-while_down_ne_localvar": [ + { + "id": "tests.internal_bench.loop_count-5.1-while_down_ne_localvar.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.var-1-constant": [ + { + "id": "tests.internal_bench.var-1-constant.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.var-2-global": [ + { + "id": "tests.internal_bench.var-2-global.test", + "name": "test", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.var-3-local": [ + { + "id": "tests.internal_bench.var-3-local.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.var-4-arg": [ + { + "id": "tests.internal_bench.var-4-arg.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.var-5-class-attr": [ + { + "id": "tests.internal_bench.var-5-class-attr.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.var-6-instance-attr": [ + { + "id": "tests.internal_bench.var-6-instance-attr.Foo.__init__", + "name": "__init__", + "lineno": 5, + "scope": "Foo", + "is_async": false + }, + { + "id": "tests.internal_bench.var-6-instance-attr.test", + "name": "test", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.var-6.1-instance-attr-5": [ + { + "id": "tests.internal_bench.var-6.1-instance-attr-5.Foo.__init__", + "name": "__init__", + "lineno": 5, + "scope": "Foo", + "is_async": false + }, + { + "id": "tests.internal_bench.var-6.1-instance-attr-5.test", + "name": "test", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.var-6.2-instance-speciallookup": [ + { + "id": "tests.internal_bench.var-6.2-instance-speciallookup.Foo.__init__", + "name": "__init__", + "lineno": 5, + "scope": "Foo", + "is_async": false + }, + { + "id": "tests.internal_bench.var-6.2-instance-speciallookup.Foo.__delattr__", + "name": "__delattr__", + "lineno": 8, + "scope": "Foo", + "is_async": false + }, + { + "id": "tests.internal_bench.var-6.2-instance-speciallookup.test", + "name": "test", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.var-6.3-instance-property": [ + { + "id": "tests.internal_bench.var-6.3-instance-property.Foo.num", + "name": "num", + "lineno": 6, + "scope": "Foo", + "is_async": false + }, + { + "id": "tests.internal_bench.var-6.3-instance-property.test", + "name": "test", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.var-6.4-instance-descriptor": [ + { + "id": "tests.internal_bench.var-6.4-instance-descriptor.Descriptor.__get__", + "name": "__get__", + "lineno": 5, + "scope": "Descriptor", + "is_async": false + }, + { + "id": "tests.internal_bench.var-6.4-instance-descriptor.test", + "name": "test", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.var-6.5-instance-getattr": [ + { + "id": "tests.internal_bench.var-6.5-instance-getattr.Foo.__getattr__", + "name": "__getattr__", + "lineno": 5, + "scope": "Foo", + "is_async": false + }, + { + "id": "tests.internal_bench.var-6.5-instance-getattr.test", + "name": "test", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.var-6.6-instance-builtin_ordered": [ + { + "id": "tests.internal_bench.var-6.6-instance-builtin_ordered.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.var-7-instance-meth": [ + { + "id": "tests.internal_bench.var-7-instance-meth.Foo.__init__", + "name": "__init__", + "lineno": 5, + "scope": "Foo", + "is_async": false + }, + { + "id": "tests.internal_bench.var-7-instance-meth.Foo.num", + "name": "num", + "lineno": 8, + "scope": "Foo", + "is_async": false + }, + { + "id": "tests.internal_bench.var-7-instance-meth.test", + "name": "test", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.var-8-namedtuple-1st": [ + { + "id": "tests.internal_bench.var-8-namedtuple-1st.test", + "name": "test", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.var-8.1-namedtuple-5th": [ + { + "id": "tests.internal_bench.var-8.1-namedtuple-5th.test", + "name": "test", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.var-9-getattr": [ + { + "id": "tests.internal_bench.var-9-getattr.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.var-9.1-getattr_default": [ + { + "id": "tests.internal_bench.var-9.1-getattr_default.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.var-9.2-getattr_default_special": [ + { + "id": "tests.internal_bench.var-9.2-getattr_default_special.Foo.__delattr__", + "name": "__delattr__", + "lineno": 5, + "scope": "Foo", + "is_async": false + }, + { + "id": "tests.internal_bench.var-9.2-getattr_default_special.test", + "name": "test", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.internal_bench.var-9.3-except_ok": [ + { + "id": "tests.internal_bench.var-9.3-except_ok.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.internal_bench.var-9.3-except_ok.test.get", + "name": "get", + "lineno": 12, + "scope": "test", + "is_async": false + } + ], + "tests.internal_bench.var-9.4-except_selfinduced": [ + { + "id": "tests.internal_bench.var-9.4-except_selfinduced.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.internal_bench.var-9.4-except_selfinduced.test.get", + "name": "get", + "lineno": 11, + "scope": "test", + "is_async": false + } + ], + "tests.internal_bench.var-9.5-except_error": [ + { + "id": "tests.internal_bench.var-9.5-except_error.test", + "name": "test", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.internal_bench.var-9.5-except_error.test.get", + "name": "get", + "lineno": 11, + "scope": "test", + "is_async": false + } + ], + "tests.internal_bench.var-9.6-except_error_special": [ + { + "id": "tests.internal_bench.var-9.6-except_error_special.Foo.__delattr__", + "name": "__delattr__", + "lineno": 5, + "scope": "Foo", + "is_async": false + }, + { + "id": "tests.internal_bench.var-9.6-except_error_special.test", + "name": "test", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.internal_bench.var-9.6-except_error_special.test.get", + "name": "get", + "lineno": 12, + "scope": "test", + "is_async": false + } + ], + "tests.io.argv": [], + "tests.io.builtin_print_file": [], + "tests.io.file1": [], + "tests.io.file_iter": [], + "tests.io.file_long_read": [], + "tests.io.file_long_read2": [], + "tests.io.file_long_read3": [], + "tests.io.file_readinto": [], + "tests.io.file_readinto_len": [], + "tests.io.file_readline": [], + "tests.io.file_seek": [], + "tests.io.file_stdio": [], + "tests.io.file_stdio2": [ + { + "id": "tests.io.file_stdio2.print_flush", + "name": "print_flush", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "tests.io.file_with": [], + "tests.io.open_append": [], + "tests.io.open_plus": [], + "tests.jni.list": [], + "tests.jni.object": [], + "tests.jni.system_out": [], + "tests.micropython.builtin_execfile": [ + { + "id": "tests.micropython.builtin_execfile.File.__init__", + "name": "__init__", + "lineno": 14, + "scope": "File", + "is_async": false + }, + { + "id": "tests.micropython.builtin_execfile.File.ioctl", + "name": "ioctl", + "lineno": 18, + "scope": "File", + "is_async": false + }, + { + "id": "tests.micropython.builtin_execfile.File.readinto", + "name": "readinto", + "lineno": 23, + "scope": "File", + "is_async": false + }, + { + "id": "tests.micropython.builtin_execfile.Filesystem.__init__", + "name": "__init__", + "lineno": 30, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.micropython.builtin_execfile.Filesystem.mount", + "name": "mount", + "lineno": 33, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.micropython.builtin_execfile.Filesystem.umount", + "name": "umount", + "lineno": 36, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.micropython.builtin_execfile.Filesystem.open", + "name": "open", + "lineno": 39, + "scope": "Filesystem", + "is_async": false + }, + { + "id": "tests.micropython.builtin_execfile.EvilFilesystem.mount", + "name": "mount", + "lineno": 81, + "scope": "EvilFilesystem", + "is_async": false + }, + { + "id": "tests.micropython.builtin_execfile.EvilFilesystem.umount", + "name": "umount", + "lineno": 84, + "scope": "EvilFilesystem", + "is_async": false + }, + { + "id": "tests.micropython.builtin_execfile.EvilFilesystem.open", + "name": "open", + "lineno": 87, + "scope": "EvilFilesystem", + "is_async": false + } + ], + "tests.micropython.builtin_tstring": [], + "tests.micropython.const": [ + { + "id": "tests.micropython.const.f", + "name": "f", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "tests.micropython.const2": [ + { + "id": "tests.micropython.const2.X", + "name": "X", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.const2.f", + "name": "f", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.const2.X.f", + "name": "f", + "lineno": 33, + "scope": "X", + "is_async": false + }, + { + "id": "tests.micropython.const2.A.X", + "name": "X", + "lineno": 44, + "scope": "A", + "is_async": false + } + ], + "tests.micropython.const_alltypes": [], + "tests.micropython.const_annotated": [], + "tests.micropython.const_error": [ + { + "id": "tests.micropython.const_error.test_syntax", + "name": "test_syntax", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.micropython.const_float": [], + "tests.micropython.const_intbig": [], + "tests.micropython.const_math": [], + "tests.micropython.decorator": [ + { + "id": "tests.micropython.decorator.f", + "name": "f", + "lineno": 5, + "scope": null, + "is_async": false + } + ], + "tests.micropython.decorator_error": [ + { + "id": "tests.micropython.decorator_error.test_syntax", + "name": "test_syntax", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.micropython.emg_exc": [ + { + "id": "tests.micropython.emg_exc.f", + "name": "f", + "lineno": 18, + "scope": null, + "is_async": false + } + ], + "tests.micropython.extreme_exc": [ + { + "id": "tests.micropython.extreme_exc.stackless", + "name": "stackless", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.extreme_exc.main", + "name": "main", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.extreme_exc.main.f", + "name": "f", + "lineno": 106, + "scope": "main", + "is_async": false + }, + { + "id": "tests.micropython.extreme_exc.main.g", + "name": "g", + "lineno": 139, + "scope": "main", + "is_async": false + }, + { + "id": "tests.micropython.extreme_exc.main.h", + "name": "h", + "lineno": 158, + "scope": "main", + "is_async": false + } + ], + "tests.micropython.heapalloc": [ + { + "id": "tests.micropython.heapalloc.stackless", + "name": "stackless", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.heapalloc.f1", + "name": "f1", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.heapalloc.f2", + "name": "f2", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.heapalloc.f3", + "name": "f3", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.heapalloc.f4", + "name": "f4", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.heapalloc.test", + "name": "test", + "lineno": 47, + "scope": null, + "is_async": false + } + ], + "tests.micropython.heapalloc_bytesio": [], + "tests.micropython.heapalloc_bytesio2": [], + "tests.micropython.heapalloc_exc_compressed": [], + "tests.micropython.heapalloc_exc_compressed_emg_exc": [ + { + "id": "tests.micropython.heapalloc_exc_compressed_emg_exc.test", + "name": "test", + "lineno": 19, + "scope": null, + "is_async": false + } + ], + "tests.micropython.heapalloc_exc_raise": [ + { + "id": "tests.micropython.heapalloc_exc_raise.func", + "name": "func", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "tests.micropython.heapalloc_fail_bytearray": [ + { + "id": "tests.micropython.heapalloc_fail_bytearray.GetSlice.__getitem__", + "name": "__getitem__", + "lineno": 13, + "scope": "GetSlice", + "is_async": false + } + ], + "tests.micropython.heapalloc_fail_dict": [], + "tests.micropython.heapalloc_fail_list": [ + { + "id": "tests.micropython.heapalloc_fail_list.GetSlice.__getitem__", + "name": "__getitem__", + "lineno": 13, + "scope": "GetSlice", + "is_async": false + } + ], + "tests.micropython.heapalloc_fail_memoryview": [ + { + "id": "tests.micropython.heapalloc_fail_memoryview.GetSlice.__getitem__", + "name": "__getitem__", + "lineno": 13, + "scope": "GetSlice", + "is_async": false + } + ], + "tests.micropython.heapalloc_fail_set": [], + "tests.micropython.heapalloc_fail_tuple": [], + "tests.micropython.heapalloc_inst_call": [ + { + "id": "tests.micropython.heapalloc_inst_call.Foo0.__call__", + "name": "__call__", + "lineno": 14, + "scope": "Foo0", + "is_async": false + }, + { + "id": "tests.micropython.heapalloc_inst_call.Foo1.__call__", + "name": "__call__", + "lineno": 19, + "scope": "Foo1", + "is_async": false + }, + { + "id": "tests.micropython.heapalloc_inst_call.Foo2.__call__", + "name": "__call__", + "lineno": 24, + "scope": "Foo2", + "is_async": false + }, + { + "id": "tests.micropython.heapalloc_inst_call.Foo3.__call__", + "name": "__call__", + "lineno": 29, + "scope": "Foo3", + "is_async": false + } + ], + "tests.micropython.heapalloc_int_from_bytes": [], + "tests.micropython.heapalloc_iter": [ + { + "id": "tests.micropython.heapalloc_iter.do_iter", + "name": "do_iter", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.heapalloc_iter.gen_func", + "name": "gen_func", + "lineno": 26, + "scope": null, + "is_async": false + } + ], + "tests.micropython.heapalloc_slice": [], + "tests.micropython.heapalloc_str": [], + "tests.micropython.heapalloc_super": [ + { + "id": "tests.micropython.heapalloc_super.stackless", + "name": "stackless", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.heapalloc_super.A.foo", + "name": "foo", + "lineno": 27, + "scope": "A", + "is_async": false + }, + { + "id": "tests.micropython.heapalloc_super.B.foo", + "name": "foo", + "lineno": 33, + "scope": "B", + "is_async": false + } + ], + "tests.micropython.heapalloc_traceback": [ + { + "id": "tests.micropython.heapalloc_traceback.test", + "name": "test", + "lineno": 19, + "scope": null, + "is_async": false + } + ], + "tests.micropython.heapalloc_yield_from": [ + { + "id": "tests.micropython.heapalloc_yield_from.sub_gen", + "name": "sub_gen", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.heapalloc_yield_from.gen", + "name": "gen", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.heapalloc_yield_from.G.__init__", + "name": "__init__", + "lineno": 31, + "scope": "G", + "is_async": false + }, + { + "id": "tests.micropython.heapalloc_yield_from.G.__iter__", + "name": "__iter__", + "lineno": 34, + "scope": "G", + "is_async": false + }, + { + "id": "tests.micropython.heapalloc_yield_from.G.__next__", + "name": "__next__", + "lineno": 37, + "scope": "G", + "is_async": false + } + ], + "tests.micropython.heap_lock": [], + "tests.micropython.heap_locked": [], + "tests.micropython.import_mpy_invalid": [ + { + "id": "tests.micropython.import_mpy_invalid.UserFile.__init__", + "name": "__init__", + "lineno": 14, + "scope": "UserFile", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_invalid.UserFile.readinto", + "name": "readinto", + "lineno": 18, + "scope": "UserFile", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_invalid.UserFile.ioctl", + "name": "ioctl", + "lineno": 24, + "scope": "UserFile", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_invalid.UserFS.__init__", + "name": "__init__", + "lineno": 31, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_invalid.UserFS.mount", + "name": "mount", + "lineno": 34, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_invalid.UserFS.umount", + "name": "umount", + "lineno": 37, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_invalid.UserFS.stat", + "name": "stat", + "lineno": 40, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_invalid.UserFS.open", + "name": "open", + "lineno": 45, + "scope": "UserFS", + "is_async": false + } + ], + "tests.micropython.import_mpy_native": [ + { + "id": "tests.micropython.import_mpy_native.UserFile.__init__", + "name": "__init__", + "lineno": 20, + "scope": "UserFile", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_native.UserFile.readinto", + "name": "readinto", + "lineno": 24, + "scope": "UserFile", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_native.UserFile.ioctl", + "name": "ioctl", + "lineno": 30, + "scope": "UserFile", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_native.UserFS.__init__", + "name": "__init__", + "lineno": 37, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_native.UserFS.mount", + "name": "mount", + "lineno": 40, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_native.UserFS.umount", + "name": "umount", + "lineno": 43, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_native.UserFS.stat", + "name": "stat", + "lineno": 46, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_native.UserFS.open", + "name": "open", + "lineno": 51, + "scope": "UserFS", + "is_async": false + } + ], + "tests.micropython.import_mpy_native_gc": [ + { + "id": "tests.micropython.import_mpy_native_gc.UserFile.__init__", + "name": "__init__", + "lineno": 14, + "scope": "UserFile", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_native_gc.UserFile.readinto", + "name": "readinto", + "lineno": 18, + "scope": "UserFile", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_native_gc.UserFile.ioctl", + "name": "ioctl", + "lineno": 24, + "scope": "UserFile", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_native_gc.UserFS.__init__", + "name": "__init__", + "lineno": 31, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_native_gc.UserFS.mount", + "name": "mount", + "lineno": 34, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_native_gc.UserFS.umount", + "name": "umount", + "lineno": 37, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_native_gc.UserFS.stat", + "name": "stat", + "lineno": 40, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_native_gc.UserFS.open", + "name": "open", + "lineno": 45, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.micropython.import_mpy_native_gc.recurse", + "name": "recurse", + "lineno": 97, + "scope": null, + "is_async": false + } + ], + "tests.micropython.incomplete_exc": [ + { + "id": "tests.micropython.incomplete_exc.C.__init__", + "name": "__init__", + "lineno": 5, + "scope": "C", + "is_async": false + }, + { + "id": "tests.micropython.incomplete_exc.C2.__init__", + "name": "__init__", + "lineno": 18, + "scope": "C2", + "is_async": false + }, + { + "id": "tests.micropython.incomplete_exc.C3.__init__", + "name": "__init__", + "lineno": 23, + "scope": "C3", + "is_async": false + }, + { + "id": "tests.micropython.incomplete_exc.C4.__init__", + "name": "__init__", + "lineno": 32, + "scope": "C4", + "is_async": false + } + ], + "tests.micropython.io_badlength": [ + { + "id": "tests.micropython.io_badlength.S.write", + "name": "write", + "lineno": 12, + "scope": "S", + "is_async": false + }, + { + "id": "tests.micropython.io_badlength.S.ioctl", + "name": "ioctl", + "lineno": 16, + "scope": "S", + "is_async": false + }, + { + "id": "tests.micropython.io_badlength.S.readinto", + "name": "readinto", + "lineno": 19, + "scope": "S", + "is_async": false + } + ], + "tests.micropython.kbd_intr": [], + "tests.micropython.meminfo": [], + "tests.micropython.memstats": [], + "tests.micropython.native_closure": [ + { + "id": "tests.micropython.native_closure.f", + "name": "f", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.native_closure.f.g", + "name": "g", + "lineno": 10, + "scope": "f", + "is_async": false + }, + { + "id": "tests.micropython.native_closure.f", + "name": "f", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.native_closure.f.g", + "name": "g", + "lineno": 24, + "scope": "f", + "is_async": false + }, + { + "id": "tests.micropython.native_closure.f", + "name": "f", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.native_closure.f.g", + "name": "g", + "lineno": 40, + "scope": "f", + "is_async": false + } + ], + "tests.micropython.native_const": [ + { + "id": "tests.micropython.native_const.f", + "name": "f", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.native_const.f", + "name": "f", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.native_const.f.g", + "name": "g", + "lineno": 15, + "scope": "f", + "is_async": false + } + ], + "tests.micropython.native_const_intbig": [ + { + "id": "tests.micropython.native_const_intbig.f", + "name": "f", + "lineno": 5, + "scope": null, + "is_async": false + } + ], + "tests.micropython.native_for": [ + { + "id": "tests.micropython.native_for.f1", + "name": "f1", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.native_for.f2", + "name": "f2", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "tests.micropython.native_fun_attrs": [ + { + "id": "tests.micropython.native_fun_attrs.f", + "name": "f", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.native_fun_attrs.native_f", + "name": "native_f", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "tests.micropython.native_fun_attrs_code": [ + { + "id": "tests.micropython.native_fun_attrs_code.f_native", + "name": "f_native", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tests.micropython.native_gen": [ + { + "id": "tests.micropython.native_gen.gen1", + "name": "gen1", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.native_gen.gen2", + "name": "gen2", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.native_gen.gen3", + "name": "gen3", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.native_gen.gen4", + "name": "gen4", + "lineno": 48, + "scope": null, + "is_async": false + } + ], + "tests.micropython.native_marshal": [ + { + "id": "tests.micropython.native_marshal.f_native", + "name": "f_native", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.native_marshal.f_native.g", + "name": "g", + "lineno": 16, + "scope": "f_native", + "is_async": false + }, + { + "id": "tests.micropython.native_marshal.f_viper", + "name": "f_viper", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.native_marshal.f_viper.g", + "name": "g", + "lineno": 24, + "scope": "f_viper", + "is_async": false + }, + { + "id": "tests.micropython.native_marshal.Test.test_native_function", + "name": "test_native_function", + "lineno": 31, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.micropython.native_marshal.Test.test_viper_function", + "name": "test_viper_function", + "lineno": 37, + "scope": "Test", + "is_async": false + } + ], + "tests.micropython.native_misc": [ + { + "id": "tests.micropython.native_misc.native_test", + "name": "native_test", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.native_misc.f", + "name": "f", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.native_misc.f", + "name": "f", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.native_misc.f", + "name": "f", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.native_misc.f", + "name": "f", + "lineno": 49, + "scope": null, + "is_async": false + } + ], + "tests.micropython.native_try": [ + { + "id": "tests.micropython.native_try.f", + "name": "f", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.native_try.f", + "name": "f", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.native_try.f", + "name": "f", + "lineno": 36, + "scope": null, + "is_async": false + } + ], + "tests.micropython.native_try_deep": [ + { + "id": "tests.micropython.native_try_deep.f", + "name": "f", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.micropython.native_while": [ + { + "id": "tests.micropython.native_while.f", + "name": "f", + "lineno": 5, + "scope": null, + "is_async": false + } + ], + "tests.micropython.native_with": [ + { + "id": "tests.micropython.native_with.C.__init__", + "name": "__init__", + "lineno": 5, + "scope": "C", + "is_async": false + }, + { + "id": "tests.micropython.native_with.C.__enter__", + "name": "__enter__", + "lineno": 8, + "scope": "C", + "is_async": false + }, + { + "id": "tests.micropython.native_with.C.__exit__", + "name": "__exit__", + "lineno": 11, + "scope": "C", + "is_async": false + }, + { + "id": "tests.micropython.native_with.f", + "name": "f", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.native_with.f", + "name": "f", + "lineno": 28, + "scope": null, + "is_async": false + } + ], + "tests.micropython.opt_level": [], + "tests.micropython.opt_level_lineno": [], + "tests.micropython.ringio": [], + "tests.micropython.ringio_async": [ + { + "id": "tests.micropython.ringio_async.data_writer", + "name": "data_writer", + "lineno": 19, + "scope": null, + "is_async": true + }, + { + "id": "tests.micropython.ringio_async.main", + "name": "main", + "lineno": 25, + "scope": null, + "is_async": true + } + ], + "tests.micropython.ringio_big": [], + "tests.micropython.schedule": [ + { + "id": "tests.micropython.schedule.callback", + "name": "callback", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.schedule.callback_inner", + "name": "callback_inner", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.schedule.callback_outer", + "name": "callback_outer", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.schedule.callback", + "name": "callback", + "lineno": 56, + "scope": null, + "is_async": false + } + ], + "tests.micropython.schedule_sleep": [ + { + "id": "tests.micropython.schedule_sleep.callback", + "name": "callback", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.schedule_sleep.callback_inner", + "name": "callback_inner", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.schedule_sleep.callback_outer", + "name": "callback_outer", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.schedule_sleep.callback", + "name": "callback", + "lineno": 59, + "scope": null, + "is_async": false + } + ], + "tests.micropython.stack_use": [], + "tests.micropython.test_normalize_newlines": [], + "tests.micropython.viper_addr": [ + { + "id": "tests.micropython.viper_addr.get_addr", + "name": "get_addr", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_addr.memset", + "name": "memset", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_addr.memsum", + "name": "memsum", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_binop_arith": [ + { + "id": "tests.micropython.viper_binop_arith.add", + "name": "add", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_binop_arith.sub", + "name": "sub", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_binop_arith.mul", + "name": "mul", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_binop_arith.shl", + "name": "shl", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_binop_arith.shr", + "name": "shr", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_binop_arith.and_", + "name": "and_", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_binop_arith.or_", + "name": "or_", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_binop_arith.xor", + "name": "xor", + "lineno": 87, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_binop_arith_uint": [ + { + "id": "tests.micropython.viper_binop_arith_uint.add", + "name": "add", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_binop_arith_uint.sub", + "name": "sub", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_binop_arith_uint.mul", + "name": "mul", + "lineno": 25, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_binop_bitwise_uint": [ + { + "id": "tests.micropython.viper_binop_bitwise_uint.shl", + "name": "shl", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_binop_bitwise_uint.shr", + "name": "shr", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_binop_bitwise_uint.and_", + "name": "and_", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_binop_bitwise_uint.or_", + "name": "or_", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_binop_bitwise_uint.xor", + "name": "xor", + "lineno": 50, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_binop_comp": [ + { + "id": "tests.micropython.viper_binop_comp.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_binop_comp_imm": [ + { + "id": "tests.micropython.viper_binop_comp_imm.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_binop_comp_uint": [ + { + "id": "tests.micropython.viper_binop_comp_uint.f", + "name": "f", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_binop_comp_uint.test", + "name": "test", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_binop_divmod": [ + { + "id": "tests.micropython.viper_binop_divmod.div", + "name": "div", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_binop_divmod.mod", + "name": "mod", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_binop_divmod.dm", + "name": "dm", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_binop_multi_comp": [ + { + "id": "tests.micropython.viper_binop_multi_comp.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_cond": [ + { + "id": "tests.micropython.viper_cond.f", + "name": "f", + "lineno": 3, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_cond.f", + "name": "f", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_cond.g", + "name": "g", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_cond.h", + "name": "h", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_const": [ + { + "id": "tests.micropython.viper_const.f", + "name": "f", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_const.f", + "name": "f", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_const.f.g", + "name": "g", + "lineno": 15, + "scope": "f", + "is_async": false + } + ], + "tests.micropython.viper_const_intbig": [ + { + "id": "tests.micropython.viper_const_intbig.f", + "name": "f", + "lineno": 5, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_error": [ + { + "id": "tests.micropython.viper_error.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_globals": [], + "tests.micropython.viper_import": [ + { + "id": "tests.micropython.viper_import.f", + "name": "f", + "lineno": 5, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_large_jump": [], + "tests.micropython.viper_misc": [ + { + "id": "tests.micropython.viper_misc.viper_int", + "name": "viper_int", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_misc.viper_object", + "name": "viper_object", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_misc.viper_ret_none", + "name": "viper_ret_none", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_misc.viper_ret_ellipsis", + "name": "viper_ret_ellipsis", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_misc.viper_3args", + "name": "viper_3args", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_misc.viper_4args", + "name": "viper_4args", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_misc.viper_local", + "name": "viper_local", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_misc.viper_no_annotation", + "name": "viper_no_annotation", + "lineno": 72, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_misc2": [ + { + "id": "tests.micropython.viper_misc2.expand", + "name": "expand", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_misc3": [ + { + "id": "tests.micropython.viper_misc3.viper_for", + "name": "viper_for", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_misc3.viper_access_global", + "name": "viper_access_global", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_misc3.viper_print", + "name": "viper_print", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_misc3.viper_tuple_consts", + "name": "viper_tuple_consts", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_misc3.viper_tuple", + "name": "viper_tuple", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_misc3.viper_list", + "name": "viper_list", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_misc3.viper_set", + "name": "viper_set", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_misc3.viper_raise", + "name": "viper_raise", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_misc3.viper_gc", + "name": "viper_gc", + "lineno": 88, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_misc_intbig": [ + { + "id": "tests.micropython.viper_misc_intbig.viper_uint", + "name": "viper_uint", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_preserve_invariants": [], + "tests.micropython.viper_ptr16_load": [ + { + "id": "tests.micropython.viper_ptr16_load.get", + "name": "get", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr16_load.get1", + "name": "get1", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr16_load.memadd", + "name": "memadd", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr16_load.memadd2", + "name": "memadd2", + "lineno": 24, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_ptr16_load_boundary": [ + { + "id": "tests.micropython.viper_ptr16_load_boundary.get_index", + "name": "get_index", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr16_load_boundary.data", + "name": "data", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_ptr16_store": [ + { + "id": "tests.micropython.viper_ptr16_store.set", + "name": "set", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr16_store.set1", + "name": "set1", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr16_store.memset", + "name": "memset", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr16_store.memset2", + "name": "memset2", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_ptr16_store_boundary": [ + { + "id": "tests.micropython.viper_ptr16_store_boundary.next_value", + "name": "next_value", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr16_store_boundary.get_index", + "name": "get_index", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr16_store_boundary.set_index", + "name": "set_index", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_ptr32_load": [ + { + "id": "tests.micropython.viper_ptr32_load.get", + "name": "get", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr32_load.get1", + "name": "get1", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr32_load.memadd", + "name": "memadd", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr32_load.memadd2", + "name": "memadd2", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_ptr32_load_boundary": [ + { + "id": "tests.micropython.viper_ptr32_load_boundary.get_index", + "name": "get_index", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr32_load_boundary.data", + "name": "data", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_ptr32_store": [ + { + "id": "tests.micropython.viper_ptr32_store.set", + "name": "set", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr32_store.set1", + "name": "set1", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr32_store.memset", + "name": "memset", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr32_store.memset2", + "name": "memset2", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_ptr32_store_boundary": [ + { + "id": "tests.micropython.viper_ptr32_store_boundary.next_value", + "name": "next_value", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr32_store_boundary.get_index", + "name": "get_index", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr32_store_boundary.set_index", + "name": "set_index", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_ptr8_load": [ + { + "id": "tests.micropython.viper_ptr8_load.get", + "name": "get", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr8_load.get1", + "name": "get1", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr8_load.memadd", + "name": "memadd", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr8_load.memadd2", + "name": "memadd2", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_ptr8_load_boundary": [ + { + "id": "tests.micropython.viper_ptr8_load_boundary.get_index", + "name": "get_index", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr8_load_boundary.data", + "name": "data", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_ptr8_store": [ + { + "id": "tests.micropython.viper_ptr8_store.set", + "name": "set", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr8_store.set1", + "name": "set1", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr8_store.memset", + "name": "memset", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr8_store.memset2", + "name": "memset2", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_ptr8_store_boundary": [ + { + "id": "tests.micropython.viper_ptr8_store_boundary.next_value", + "name": "next_value", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr8_store_boundary.get_index", + "name": "get_index", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_ptr8_store_boundary.set_index", + "name": "set_index", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_storeattr": [ + { + "id": "tests.micropython.viper_storeattr.X.__str__", + "name": "__str__", + "lineno": 5, + "scope": "X", + "is_async": false + }, + { + "id": "tests.micropython.viper_storeattr.a", + "name": "a", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_subscr": [ + { + "id": "tests.micropython.viper_subscr.get", + "name": "get", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_subscr.set", + "name": "set", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_subscr_multi": [ + { + "id": "tests.micropython.viper_subscr_multi.f1", + "name": "f1", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_subscr_multi.f2", + "name": "f2", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_subscr_multi.f3", + "name": "f3", + "lineno": 25, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_try": [ + { + "id": "tests.micropython.viper_try.f", + "name": "f", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_try.f", + "name": "f", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_try.f", + "name": "f", + "lineno": 36, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_types": [ + { + "id": "tests.micropython.viper_types.f1", + "name": "f1", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_types.f2", + "name": "f2", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_types.f3", + "name": "f3", + "lineno": 30, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_unop": [ + { + "id": "tests.micropython.viper_unop.pos", + "name": "pos", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_unop.neg", + "name": "neg", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_unop.inv", + "name": "inv", + "lineno": 25, + "scope": null, + "is_async": false + } + ], + "tests.micropython.viper_with": [ + { + "id": "tests.micropython.viper_with.C.__init__", + "name": "__init__", + "lineno": 5, + "scope": "C", + "is_async": false + }, + { + "id": "tests.micropython.viper_with.C.__enter__", + "name": "__enter__", + "lineno": 8, + "scope": "C", + "is_async": false + }, + { + "id": "tests.micropython.viper_with.C.__exit__", + "name": "__exit__", + "lineno": 11, + "scope": "C", + "is_async": false + }, + { + "id": "tests.micropython.viper_with.f", + "name": "f", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.micropython.viper_with.f", + "name": "f", + "lineno": 28, + "scope": null, + "is_async": false + } + ], + "tests.misc.cexample_class": [], + "tests.misc.cexample_module": [], + "tests.misc.cexample_subclass": [ + { + "id": "tests.misc.cexample_subclass.SubTimer.__init__", + "name": "__init__", + "lineno": 12, + "scope": "SubTimer", + "is_async": false + } + ], + "tests.misc.features": [ + { + "id": "tests.misc.features.ten", + "name": "ten", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.features.p", + "name": "p", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.features.A.__init__", + "name": "__init__", + "lineno": 53, + "scope": "A", + "is_async": false + }, + { + "id": "tests.misc.features.A.print", + "name": "print", + "lineno": 56, + "scope": "A", + "is_async": false + }, + { + "id": "tests.misc.features.A.set", + "name": "set", + "lineno": 59, + "scope": "A", + "is_async": false + }, + { + "id": "tests.misc.features.gcheck", + "name": "gcheck", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.features.f", + "name": "f", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.features.A.__init__", + "name": "__init__", + "lineno": 130, + "scope": "A", + "is_async": false + }, + { + "id": "tests.misc.features.fib2", + "name": "fib2", + "lineno": 155, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.features.f", + "name": "f", + "lineno": 171, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.features.u", + "name": "u", + "lineno": 191, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.features.u49", + "name": "u49", + "lineno": 201, + "scope": null, + "is_async": false + } + ], + "tests.misc.non_compliant": [ + { + "id": "tests.misc.non_compliant.f", + "name": "f", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.non_compliant.A.foo", + "name": "foo", + "lineno": 135, + "scope": "A", + "is_async": false + } + ], + "tests.misc.non_compliant_lexer": [ + { + "id": "tests.misc.non_compliant_lexer.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.misc.print_exception": [ + { + "id": "tests.misc.print_exception.print_exc", + "name": "print_exc", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.print_exception.f", + "name": "f", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.print_exception.g", + "name": "g", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.print_exception.f", + "name": "f", + "lineno": 82, + "scope": null, + "is_async": false + } + ], + "tests.misc.rge_sm": [ + { + "id": "tests.misc.rge_sm.RungeKutta.__init__", + "name": "__init__", + "lineno": 8, + "scope": "RungeKutta", + "is_async": false + }, + { + "id": "tests.misc.rge_sm.RungeKutta.iterate", + "name": "iterate", + "lineno": 15, + "scope": "RungeKutta", + "is_async": false + }, + { + "id": "tests.misc.rge_sm.RungeKutta.solve", + "name": "solve", + "lineno": 37, + "scope": "RungeKutta", + "is_async": false + }, + { + "id": "tests.misc.rge_sm.singleTraj", + "name": "singleTraj", + "lineno": 74, + "scope": null, + "is_async": false + } + ], + "tests.misc.sys_atexit": [ + { + "id": "tests.misc.sys_atexit.do_at_exit", + "name": "do_at_exit", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "tests.misc.sys_exc_info": [ + { + "id": "tests.misc.sys_exc_info.f", + "name": "f", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.misc.sys_settrace_cov": [ + { + "id": "tests.misc.sys_settrace_cov.trace_tick_handler", + "name": "trace_tick_handler", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_cov.f", + "name": "f", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "tests.misc.sys_settrace_features": [ + { + "id": "tests.misc.sys_settrace_features.print_stacktrace", + "name": "print_stacktrace", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_features._Prof.trace_tick", + "name": "trace_tick", + "lineno": 42, + "scope": "_Prof", + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_features.trace_tick_handler_alice", + "name": "trace_tick_handler_alice", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_features.trace_tick_handler_bob", + "name": "trace_tick_handler_bob", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_features.trace_tick_handler", + "name": "trace_tick_handler", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_features.factorial", + "name": "factorial", + "lineno": 98, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_features.do_tests", + "name": "do_tests", + "lineno": 105, + "scope": null, + "is_async": false + } + ], + "tests.misc.sys_settrace_generator": [ + { + "id": "tests.misc.sys_settrace_generator.print_stacktrace", + "name": "print_stacktrace", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_generator.trace_tick_handler", + "name": "trace_tick_handler", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_generator.test_generator", + "name": "test_generator", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_generator.test_generator.make_gen", + "name": "make_gen", + "lineno": 42, + "scope": "test_generator", + "is_async": false + } + ], + "tests.misc.sys_settrace_loop": [ + { + "id": "tests.misc.sys_settrace_loop.print_stacktrace", + "name": "print_stacktrace", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_loop.trace_tick_handler", + "name": "trace_tick_handler", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_loop.test_loop", + "name": "test_loop", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.misc.sys_settrace_subdir.sys_settrace_generic": [ + { + "id": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_func", + "name": "test_func", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_func.test_sub_func", + "name": "test_sub_func", + "lineno": 6, + "scope": "test_func", + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_closure", + "name": "test_closure", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_closure.make_closure", + "name": "make_closure", + "lineno": 14, + "scope": "test_closure", + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_exception", + "name": "test_exception", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_listcomp", + "name": "test_listcomp", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_lambda", + "name": "test_lambda", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_import", + "name": "test_import", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_subdir.sys_settrace_generic.TLClass.method", + "name": "method", + "lineno": 53, + "scope": "TLClass", + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_class", + "name": "test_class", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_class.TestClass.method", + "name": "method", + "lineno": 63, + "scope": "test_class.TestClass", + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_class.TestClass.prprty_getter", + "name": "prprty_getter", + "lineno": 67, + "scope": "test_class.TestClass", + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_class.TestClass.prprty_setter", + "name": "prprty_setter", + "lineno": 70, + "scope": "test_class.TestClass", + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_subdir.sys_settrace_generic.run_tests", + "name": "run_tests", + "lineno": 82, + "scope": null, + "is_async": false + } + ], + "tests.misc.sys_settrace_subdir.sys_settrace_importme": [ + { + "id": "tests.misc.sys_settrace_subdir.sys_settrace_importme.dummy", + "name": "dummy", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_subdir.sys_settrace_importme.saysomething", + "name": "saysomething", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.misc.sys_settrace_subdir.sys_settrace_importme.neverexecuted", + "name": "neverexecuted", + "lineno": 30, + "scope": null, + "is_async": false + } + ], + "tests.multi_bluetooth.ble_characteristic": [ + { + "id": "tests.multi_bluetooth.ble_characteristic.irq", + "name": "irq", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "name": "wait_for_event", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_characteristic.instance0", + "name": "instance0", + "lineno": 90, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_characteristic.instance1", + "name": "instance1", + "lineno": 148, + "scope": null, + "is_async": false + } + ], + "tests.multi_bluetooth.ble_descriptor": [ + { + "id": "tests.multi_bluetooth.ble_descriptor.irq", + "name": "irq", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_descriptor.wait_for_event", + "name": "wait_for_event", + "lineno": 89, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_descriptor.instance0", + "name": "instance0", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_descriptor.instance1", + "name": "instance1", + "lineno": 130, + "scope": null, + "is_async": false + } + ], + "tests.multi_bluetooth.ble_gap_advertise": [ + { + "id": "tests.multi_bluetooth.ble_gap_advertise.instance0", + "name": "instance0", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gap_advertise.instance1", + "name": "instance1", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gap_advertise.instance1.irq", + "name": "irq", + "lineno": 38, + "scope": "instance1", + "is_async": false + } + ], + "tests.multi_bluetooth.ble_gap_connect": [ + { + "id": "tests.multi_bluetooth.ble_gap_connect.irq", + "name": "irq", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gap_connect.wait_for_event", + "name": "wait_for_event", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gap_connect.instance0", + "name": "instance0", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gap_connect.instance1", + "name": "instance1", + "lineno": 65, + "scope": null, + "is_async": false + } + ], + "tests.multi_bluetooth.ble_gap_device_name": [ + { + "id": "tests.multi_bluetooth.ble_gap_device_name.irq", + "name": "irq", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gap_device_name.wait_for_event", + "name": "wait_for_event", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gap_device_name.instance0", + "name": "instance0", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gap_device_name.instance1", + "name": "instance1", + "lineno": 88, + "scope": null, + "is_async": false + } + ], + "tests.multi_bluetooth.ble_gap_pair": [ + { + "id": "tests.multi_bluetooth.ble_gap_pair.irq", + "name": "irq", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gap_pair.wait_for_event", + "name": "wait_for_event", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gap_pair.instance0", + "name": "instance0", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gap_pair.instance1", + "name": "instance1", + "lineno": 98, + "scope": null, + "is_async": false + } + ], + "tests.multi_bluetooth.ble_gap_pair_bond": [ + { + "id": "tests.multi_bluetooth.ble_gap_pair_bond.irq", + "name": "irq", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gap_pair_bond.wait_for_event", + "name": "wait_for_event", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gap_pair_bond.instance0", + "name": "instance0", + "lineno": 79, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gap_pair_bond.instance1", + "name": "instance1", + "lineno": 103, + "scope": null, + "is_async": false + } + ], + "tests.multi_bluetooth.ble_gattc_discover_services": [ + { + "id": "tests.multi_bluetooth.ble_gattc_discover_services.irq", + "name": "irq", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gattc_discover_services.wait_for_event", + "name": "wait_for_event", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gattc_discover_services.instance0", + "name": "instance0", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gattc_discover_services.instance1", + "name": "instance1", + "lineno": 78, + "scope": null, + "is_async": false + } + ], + "tests.multi_bluetooth.ble_gatt_data_transfer": [ + { + "id": "tests.multi_bluetooth.ble_gatt_data_transfer.irq", + "name": "irq", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gatt_data_transfer.wait_for_event", + "name": "wait_for_event", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gatt_data_transfer.instance0", + "name": "instance0", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_gatt_data_transfer.instance1", + "name": "instance1", + "lineno": 121, + "scope": null, + "is_async": false + } + ], + "tests.multi_bluetooth.ble_irq_calls": [ + { + "id": "tests.multi_bluetooth.ble_irq_calls.recursive_function", + "name": "recursive_function", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_irq_calls.test_deep_calls", + "name": "test_deep_calls", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_irq_calls.Central.__init__", + "name": "__init__", + "lineno": 80, + "scope": "Central", + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_irq_calls.Central._ble_event_handler", + "name": "_ble_event_handler", + "lineno": 91, + "scope": "Central", + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_irq_calls.Peripheral.__init__", + "name": "__init__", + "lineno": 169, + "scope": "Peripheral", + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_irq_calls.Peripheral.advertising_payload", + "name": "advertising_payload", + "lineno": 177, + "scope": "Peripheral", + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_irq_calls.Peripheral.advertising_payload._append", + "name": "_append", + "lineno": 180, + "scope": "Peripheral.advertising_payload", + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_irq_calls.Peripheral._ble_event_handler", + "name": "_ble_event_handler", + "lineno": 194, + "scope": "Peripheral", + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_irq_calls.instance0", + "name": "instance0", + "lineno": 202, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_irq_calls.instance1", + "name": "instance1", + "lineno": 214, + "scope": null, + "is_async": false + } + ], + "tests.multi_bluetooth.ble_l2cap": [ + { + "id": "tests.multi_bluetooth.ble_l2cap.irq", + "name": "irq", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_l2cap.wait_for_event", + "name": "wait_for_event", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_l2cap.send_data", + "name": "send_data", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_l2cap.recv_data", + "name": "recv_data", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_l2cap.instance0", + "name": "instance0", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_l2cap.instance1", + "name": "instance1", + "lineno": 146, + "scope": null, + "is_async": false + } + ], + "tests.multi_bluetooth.ble_mtu": [ + { + "id": "tests.multi_bluetooth.ble_mtu.irq", + "name": "irq", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_mtu.wait_for_event", + "name": "wait_for_event", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_mtu.instance0", + "name": "instance0", + "lineno": 91, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_mtu.instance1", + "name": "instance1", + "lineno": 132, + "scope": null, + "is_async": false + } + ], + "tests.multi_bluetooth.ble_mtu_peripheral": [ + { + "id": "tests.multi_bluetooth.ble_mtu_peripheral.irq", + "name": "irq", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_mtu_peripheral.wait_for_event", + "name": "wait_for_event", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_mtu_peripheral.instance0", + "name": "instance0", + "lineno": 88, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_mtu_peripheral.instance1", + "name": "instance1", + "lineno": 139, + "scope": null, + "is_async": false + } + ], + "tests.multi_bluetooth.ble_subscribe": [ + { + "id": "tests.multi_bluetooth.ble_subscribe.irq", + "name": "irq", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "name": "wait_for_event", + "lineno": 86, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_subscribe.instance0", + "name": "instance0", + "lineno": 96, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.ble_subscribe.instance1", + "name": "instance1", + "lineno": 172, + "scope": null, + "is_async": false + } + ], + "tests.multi_bluetooth.perf_gatt_char_write": [ + { + "id": "tests.multi_bluetooth.perf_gatt_char_write.irq", + "name": "irq", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.perf_gatt_char_write.wait_for_event", + "name": "wait_for_event", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.perf_gatt_char_write.instance0", + "name": "instance0", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.perf_gatt_char_write.instance1", + "name": "instance1", + "lineno": 90, + "scope": null, + "is_async": false + } + ], + "tests.multi_bluetooth.perf_gatt_notify": [ + { + "id": "tests.multi_bluetooth.perf_gatt_notify.irq", + "name": "irq", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.perf_gatt_notify.wait_for_event", + "name": "wait_for_event", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.perf_gatt_notify.instance0", + "name": "instance0", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.perf_gatt_notify.instance1", + "name": "instance1", + "lineno": 107, + "scope": null, + "is_async": false + } + ], + "tests.multi_bluetooth.perf_l2cap": [ + { + "id": "tests.multi_bluetooth.perf_l2cap.irq", + "name": "irq", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.perf_l2cap.wait_for_event", + "name": "wait_for_event", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.perf_l2cap.send_data", + "name": "send_data", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.perf_l2cap.recv_data", + "name": "recv_data", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.perf_l2cap.instance0", + "name": "instance0", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.perf_l2cap.instance1", + "name": "instance1", + "lineno": 119, + "scope": null, + "is_async": false + } + ], + "tests.multi_bluetooth.stress_deepsleep_reconnect": [ + { + "id": "tests.multi_bluetooth.stress_deepsleep_reconnect.irq", + "name": "irq", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.stress_deepsleep_reconnect.wait_for_event", + "name": "wait_for_event", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.stress_deepsleep_reconnect.instance0", + "name": "instance0", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.stress_deepsleep_reconnect.instance0_resume", + "name": "instance0_resume", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.stress_deepsleep_reconnect.instance1", + "name": "instance1", + "lineno": 75, + "scope": null, + "is_async": false + } + ], + "tests.multi_bluetooth.stress_log_filesystem": [ + { + "id": "tests.multi_bluetooth.stress_log_filesystem.write_log", + "name": "write_log", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.stress_log_filesystem.periodic_log_write", + "name": "periodic_log_write", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.stress_log_filesystem.irq", + "name": "irq", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.stress_log_filesystem.wait_for_event", + "name": "wait_for_event", + "lineno": 107, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.stress_log_filesystem.instance0", + "name": "instance0", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_bluetooth.stress_log_filesystem.instance1", + "name": "instance1", + "lineno": 144, + "scope": null, + "is_async": false + } + ], + "tests.multi_espnow.10_simple_data": [ + { + "id": "tests.multi_espnow.10_simple_data.init", + "name": "init", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.10_simple_data.instance0", + "name": "instance0", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.10_simple_data.instance1", + "name": "instance1", + "lineno": 47, + "scope": null, + "is_async": false + } + ], + "tests.multi_espnow.20_send_echo": [ + { + "id": "tests.multi_espnow.20_send_echo.echo_server", + "name": "echo_server", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.20_send_echo.echo_test", + "name": "echo_test", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.20_send_echo.echo_client", + "name": "echo_client", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.20_send_echo.init", + "name": "init", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.20_send_echo.instance0", + "name": "instance0", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.20_send_echo.instance1", + "name": "instance1", + "lineno": 91, + "scope": null, + "is_async": false + } + ], + "tests.multi_espnow.30_lmk_echo": [ + { + "id": "tests.multi_espnow.30_lmk_echo.echo_server", + "name": "echo_server", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.30_lmk_echo.echo_test", + "name": "echo_test", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.30_lmk_echo.echo_client", + "name": "echo_client", + "lineno": 82, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.30_lmk_echo.init", + "name": "init", + "lineno": 94, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.30_lmk_echo.instance0", + "name": "instance0", + "lineno": 106, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.30_lmk_echo.instance1", + "name": "instance1", + "lineno": 118, + "scope": null, + "is_async": false + } + ], + "tests.multi_espnow.40_recv_test": [ + { + "id": "tests.multi_espnow.40_recv_test.echo_server", + "name": "echo_server", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.40_recv_test.client_send", + "name": "client_send", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.40_recv_test.init", + "name": "init", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.40_recv_test.instance0", + "name": "instance0", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.40_recv_test.instance1", + "name": "instance1", + "lineno": 73, + "scope": null, + "is_async": false + } + ], + "tests.multi_espnow.45_recv_espnow_v2": [ + { + "id": "tests.multi_espnow.45_recv_espnow_v2.echo_server", + "name": "echo_server", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.45_recv_espnow_v2.client_send", + "name": "client_send", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.45_recv_espnow_v2.init", + "name": "init", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.45_recv_espnow_v2.instance0", + "name": "instance0", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.45_recv_espnow_v2.check_recv", + "name": "check_recv", + "lineno": 83, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.45_recv_espnow_v2.instance1", + "name": "instance1", + "lineno": 96, + "scope": null, + "is_async": false + } + ], + "tests.multi_espnow.50_esp32_rssi_test": [ + { + "id": "tests.multi_espnow.50_esp32_rssi_test.echo_server", + "name": "echo_server", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.50_esp32_rssi_test.client_send", + "name": "client_send", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.50_esp32_rssi_test.init", + "name": "init", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.50_esp32_rssi_test.instance0", + "name": "instance0", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.50_esp32_rssi_test.instance1", + "name": "instance1", + "lineno": 73, + "scope": null, + "is_async": false + } + ], + "tests.multi_espnow.60_irq_test": [ + { + "id": "tests.multi_espnow.60_irq_test.echo_server", + "name": "echo_server", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.60_irq_test.client_send", + "name": "client_send", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.60_irq_test.init", + "name": "init", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.60_irq_test.instance0", + "name": "instance0", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.60_irq_test.instance1", + "name": "instance1", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.60_irq_test.instance1.on_recv_cb", + "name": "on_recv_cb", + "lineno": 91, + "scope": "instance1", + "is_async": false + } + ], + "tests.multi_espnow.70_channel": [ + { + "id": "tests.multi_espnow.70_channel.init_sta", + "name": "init_sta", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.70_channel.instance0", + "name": "instance0", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.70_channel.instance1", + "name": "instance1", + "lineno": 64, + "scope": null, + "is_async": false + } + ], + "tests.multi_espnow.75_rate": [ + { + "id": "tests.multi_espnow.75_rate.init_sta", + "name": "init_sta", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.75_rate.instance0", + "name": "instance0", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.75_rate.instance1", + "name": "instance1", + "lineno": 70, + "scope": null, + "is_async": false + } + ], + "tests.multi_espnow.80_asyncio_client": [ + { + "id": "tests.multi_espnow.80_asyncio_client.echo_server", + "name": "echo_server", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.80_asyncio_client.client_send", + "name": "client_send", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.80_asyncio_client.init", + "name": "init", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.80_asyncio_client.client", + "name": "client", + "lineno": 62, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_espnow.80_asyncio_client.instance0", + "name": "instance0", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.80_asyncio_client.instance1", + "name": "instance1", + "lineno": 106, + "scope": null, + "is_async": false + } + ], + "tests.multi_espnow.81_asyncio_server": [ + { + "id": "tests.multi_espnow.81_asyncio_server.client_send", + "name": "client_send", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.81_asyncio_server.init", + "name": "init", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.81_asyncio_server.echo_server", + "name": "echo_server", + "lineno": 42, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_espnow.81_asyncio_server.instance0", + "name": "instance0", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.81_asyncio_server.instance1", + "name": "instance1", + "lineno": 76, + "scope": null, + "is_async": false + } + ], + "tests.multi_espnow.90_memory_test": [ + { + "id": "tests.multi_espnow.90_memory_test.echo_server", + "name": "echo_server", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.90_memory_test.echo_test", + "name": "echo_test", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.90_memory_test.echo_client", + "name": "echo_client", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.90_memory_test.init", + "name": "init", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.90_memory_test.instance0", + "name": "instance0", + "lineno": 79, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_espnow.90_memory_test.instance1", + "name": "instance1", + "lineno": 90, + "scope": null, + "is_async": false + } + ], + "tests.multi_extmod.machine_can_01_rxtx_simple": [ + { + "id": "tests.multi_extmod.machine_can_01_rxtx_simple.print_rx", + "name": "print_rx", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_01_rxtx_simple.instance0", + "name": "instance0", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_01_rxtx_simple.instance1", + "name": "instance1", + "lineno": 28, + "scope": null, + "is_async": false + } + ], + "tests.multi_extmod.machine_can_02_rx_callback": [ + { + "id": "tests.multi_extmod.machine_can_02_rx_callback.receiver_irq_recv", + "name": "receiver_irq_recv", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_02_rx_callback.instance0", + "name": "instance0", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_02_rx_callback.sender_irq_recv", + "name": "sender_irq_recv", + "lineno": 87, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_02_rx_callback.instance1", + "name": "instance1", + "lineno": 98, + "scope": null, + "is_async": false + } + ], + "tests.multi_extmod.machine_can_03_rx_filters": [ + { + "id": "tests.multi_extmod.machine_can_03_rx_filters.receiver_irq_recv", + "name": "receiver_irq_recv", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_03_rx_filters.instance0", + "name": "instance0", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_03_rx_filters.send_messages", + "name": "send_messages", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_03_rx_filters.instance1", + "name": "instance1", + "lineno": 61, + "scope": null, + "is_async": false + } + ], + "tests.multi_extmod.machine_can_04_tx_order": [ + { + "id": "tests.multi_extmod.machine_can_04_tx_order.check_sequence", + "name": "check_sequence", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_04_tx_order.irq_recv", + "name": "irq_recv", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_04_tx_order.instance0", + "name": "instance0", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_04_tx_order.irq_send", + "name": "irq_send", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_04_tx_order.instance1", + "name": "instance1", + "lineno": 104, + "scope": null, + "is_async": false + } + ], + "tests.multi_extmod.machine_can_05_tx_prio_cancel": [ + { + "id": "tests.multi_extmod.machine_can_05_tx_prio_cancel.irq_recv", + "name": "irq_recv", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_05_tx_prio_cancel.instance0", + "name": "instance0", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_05_tx_prio_cancel.irq_send", + "name": "irq_send", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_05_tx_prio_cancel.instance1", + "name": "instance1", + "lineno": 75, + "scope": null, + "is_async": false + } + ], + "tests.multi_extmod.machine_can_06_remote_req": [ + { + "id": "tests.multi_extmod.machine_can_06_remote_req.receiver_irq_recv", + "name": "receiver_irq_recv", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_06_remote_req.instance0", + "name": "instance0", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_06_remote_req.instance1", + "name": "instance1", + "lineno": 44, + "scope": null, + "is_async": false + } + ], + "tests.multi_extmod.machine_can_07_error_states": [ + { + "id": "tests.multi_extmod.machine_can_07_error_states.state_name", + "name": "state_name", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_07_error_states.irq_recv", + "name": "irq_recv", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_07_error_states.instance0", + "name": "instance0", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_07_error_states.irq_sender", + "name": "irq_sender", + "lineno": 91, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_07_error_states.instance1", + "name": "instance1", + "lineno": 100, + "scope": null, + "is_async": false + } + ], + "tests.multi_extmod.machine_can_08_init_mode": [ + { + "id": "tests.multi_extmod.machine_can_08_init_mode.irq_print", + "name": "irq_print", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_08_init_mode.reinit_with_mode", + "name": "reinit_with_mode", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_08_init_mode.instance0", + "name": "instance0", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_can_08_init_mode.instance1", + "name": "instance1", + "lineno": 91, + "scope": null, + "is_async": false + } + ], + "tests.multi_extmod.machine_i2c_target_irq": [ + { + "id": "tests.multi_extmod.machine_i2c_target_irq.simple_irq", + "name": "simple_irq", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_i2c_target_irq.I2CTargetMemory.__init__", + "name": "__init__", + "lineno": 58, + "scope": "I2CTargetMemory", + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_i2c_target_irq.I2CTargetMemory.irq", + "name": "irq", + "lineno": 69, + "scope": "I2CTargetMemory", + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_i2c_target_irq.instance0", + "name": "instance0", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_i2c_target_irq.instance1", + "name": "instance1", + "lineno": 110, + "scope": null, + "is_async": false + } + ], + "tests.multi_extmod.machine_i2c_target_memory": [ + { + "id": "tests.multi_extmod.machine_i2c_target_memory.simple_irq", + "name": "simple_irq", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_i2c_target_memory.instance0", + "name": "instance0", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_extmod.machine_i2c_target_memory.instance1", + "name": "instance1", + "lineno": 66, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.asyncio_tcp_client_rst": [ + { + "id": "tests.multi_net.asyncio_tcp_client_rst.handle_connection", + "name": "handle_connection", + "lineno": 14, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tcp_client_rst.main", + "name": "main", + "lineno": 28, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tcp_client_rst.instance0", + "name": "instance0", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.asyncio_tcp_client_rst.instance1", + "name": "instance1", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.asyncio_tcp_close_write": [ + { + "id": "tests.multi_net.asyncio_tcp_close_write.handle_connection", + "name": "handle_connection", + "lineno": 12, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tcp_close_write.tcp_server", + "name": "tcp_server", + "lineno": 29, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tcp_close_write.tcp_client", + "name": "tcp_client", + "lineno": 39, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tcp_close_write.instance0", + "name": "instance0", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.asyncio_tcp_close_write.instance1", + "name": "instance1", + "lineno": 64, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.asyncio_tcp_readall": [ + { + "id": "tests.multi_net.asyncio_tcp_readall.handle_connection", + "name": "handle_connection", + "lineno": 12, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tcp_readall.tcp_server", + "name": "tcp_server", + "lineno": 33, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tcp_readall.tcp_client", + "name": "tcp_client", + "lineno": 43, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tcp_readall.instance0", + "name": "instance0", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.asyncio_tcp_readall.instance1", + "name": "instance1", + "lineno": 55, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.asyncio_tcp_readexactly": [ + { + "id": "tests.multi_net.asyncio_tcp_readexactly.handle_connection", + "name": "handle_connection", + "lineno": 12, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tcp_readexactly.tcp_server", + "name": "tcp_server", + "lineno": 36, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tcp_readexactly.tcp_client", + "name": "tcp_client", + "lineno": 46, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tcp_readexactly.instance0", + "name": "instance0", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.asyncio_tcp_readexactly.instance1", + "name": "instance1", + "lineno": 63, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.asyncio_tcp_readinto": [ + { + "id": "tests.multi_net.asyncio_tcp_readinto.handle_connection", + "name": "handle_connection", + "lineno": 13, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tcp_readinto.tcp_server", + "name": "tcp_server", + "lineno": 28, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tcp_readinto.tcp_client", + "name": "tcp_client", + "lineno": 38, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tcp_readinto.instance0", + "name": "instance0", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.asyncio_tcp_readinto.instance1", + "name": "instance1", + "lineno": 67, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.asyncio_tcp_server_client": [ + { + "id": "tests.multi_net.asyncio_tcp_server_client.handle_connection", + "name": "handle_connection", + "lineno": 12, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tcp_server_client.tcp_server", + "name": "tcp_server", + "lineno": 29, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tcp_server_client.tcp_client", + "name": "tcp_client", + "lineno": 39, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tcp_server_client.instance0", + "name": "instance0", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.asyncio_tcp_server_client.instance1", + "name": "instance1", + "lineno": 53, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.asyncio_tls_server_client": [ + { + "id": "tests.multi_net.asyncio_tls_server_client.handle_connection", + "name": "handle_connection", + "lineno": 22, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tls_server_client.tcp_server", + "name": "tcp_server", + "lineno": 36, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tls_server_client.tcp_client", + "name": "tcp_client", + "lineno": 49, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tls_server_client.instance0", + "name": "instance0", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.asyncio_tls_server_client.instance1", + "name": "instance1", + "lineno": 68, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.asyncio_tls_server_client_cert_required_error": [ + { + "id": "tests.multi_net.asyncio_tls_server_client_cert_required_error.handle_connection", + "name": "handle_connection", + "lineno": 22, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tls_server_client_cert_required_error.tcp_server", + "name": "tcp_server", + "lineno": 31, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tls_server_client_cert_required_error.tcp_client", + "name": "tcp_client", + "lineno": 48, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tls_server_client_cert_required_error.instance0", + "name": "instance0", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.asyncio_tls_server_client_cert_required_error.instance1", + "name": "instance1", + "lineno": 71, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.asyncio_tls_server_client_readline": [ + { + "id": "tests.multi_net.asyncio_tls_server_client_readline.handle_connection", + "name": "handle_connection", + "lineno": 22, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tls_server_client_readline.tcp_server", + "name": "tcp_server", + "lineno": 38, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tls_server_client_readline.tcp_client", + "name": "tcp_client", + "lineno": 51, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tls_server_client_readline.instance0", + "name": "instance0", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.asyncio_tls_server_client_readline.instance1", + "name": "instance1", + "lineno": 72, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.asyncio_tls_server_client_verify_error": [ + { + "id": "tests.multi_net.asyncio_tls_server_client_verify_error.handle_connection", + "name": "handle_connection", + "lineno": 22, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tls_server_client_verify_error.tcp_server", + "name": "tcp_server", + "lineno": 31, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tls_server_client_verify_error.tcp_client", + "name": "tcp_client", + "lineno": 46, + "scope": null, + "is_async": true + }, + { + "id": "tests.multi_net.asyncio_tls_server_client_verify_error.instance0", + "name": "instance0", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.asyncio_tls_server_client_verify_error.instance1", + "name": "instance1", + "lineno": 72, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.sslcontext_check_hostname_error": [ + { + "id": "tests.multi_net.sslcontext_check_hostname_error.instance0", + "name": "instance0", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_check_hostname_error.instance1", + "name": "instance1", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.sslcontext_getpeercert": [ + { + "id": "tests.multi_net.sslcontext_getpeercert.instance0", + "name": "instance0", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_getpeercert.instance1", + "name": "instance1", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.sslcontext_server_client": [ + { + "id": "tests.multi_net.sslcontext_server_client.instance0", + "name": "instance0", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_server_client.instance1", + "name": "instance1", + "lineno": 46, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.sslcontext_server_client_ciphers": [ + { + "id": "tests.multi_net.sslcontext_server_client_ciphers.instance0", + "name": "instance0", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_server_client_ciphers.instance1", + "name": "instance1", + "lineno": 47, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.sslcontext_server_client_files": [ + { + "id": "tests.multi_net.sslcontext_server_client_files.instance0", + "name": "instance0", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_server_client_files.instance1", + "name": "instance1", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.sslcontext_server_client_psk": [ + { + "id": "tests.multi_net.sslcontext_server_client_psk.instance0", + "name": "instance0", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_server_client_psk.instance1", + "name": "instance1", + "lineno": 47, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.sslcontext_server_client_psk_bad_keys_error": [ + { + "id": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error.BadKeys.get", + "name": "get", + "lineno": 20, + "scope": "BadKeys", + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error.instance0", + "name": "instance0", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error.instance1", + "name": "instance1", + "lineno": 46, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.sslcontext_server_client_psk_binary_identity": [ + { + "id": "tests.multi_net.sslcontext_server_client_psk_binary_identity.instance0", + "name": "instance0", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_server_client_psk_binary_identity.instance1", + "name": "instance1", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.sslcontext_server_client_psk_client_only_error": [ + { + "id": "tests.multi_net.sslcontext_server_client_psk_client_only_error.instance0", + "name": "instance0", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_server_client_psk_client_only_error.instance1", + "name": "instance1", + "lineno": 46, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.sslcontext_server_client_psk_no_fallback_error": [ + { + "id": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error.instance0", + "name": "instance0", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error.instance1", + "name": "instance1", + "lineno": 54, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.sslcontext_server_client_psk_object": [ + { + "id": "tests.multi_net.sslcontext_server_client_psk_object.PSKStore.get", + "name": "get", + "lineno": 24, + "scope": "PSKStore", + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_server_client_psk_object.instance0", + "name": "instance0", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_server_client_psk_object.instance1", + "name": "instance1", + "lineno": 50, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error": [ + { + "id": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error.instance0", + "name": "instance0", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error.instance1", + "name": "instance1", + "lineno": 58, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.sslcontext_server_client_psk_server_only_error": [ + { + "id": "tests.multi_net.sslcontext_server_client_psk_server_only_error.instance0", + "name": "instance0", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_server_client_psk_server_only_error.instance1", + "name": "instance1", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error": [ + { + "id": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error.instance0", + "name": "instance0", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error.instance1", + "name": "instance1", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.sslcontext_server_client_psk_wrong_key_error": [ + { + "id": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error.instance0", + "name": "instance0", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error.instance1", + "name": "instance1", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.sslcontext_verify_callback": [ + { + "id": "tests.multi_net.sslcontext_verify_callback.verify_callback", + "name": "verify_callback", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_verify_callback.instance0", + "name": "instance0", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_verify_callback.instance1", + "name": "instance1", + "lineno": 52, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.sslcontext_verify_error": [ + { + "id": "tests.multi_net.sslcontext_verify_error.instance0", + "name": "instance0", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_verify_error.instance1", + "name": "instance1", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.sslcontext_verify_time_error": [ + { + "id": "tests.multi_net.sslcontext_verify_time_error.instance0", + "name": "instance0", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.sslcontext_verify_time_error.instance1", + "name": "instance1", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.ssl_cert_ec": [ + { + "id": "tests.multi_net.ssl_cert_ec.instance0", + "name": "instance0", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.ssl_cert_ec.instance1", + "name": "instance1", + "lineno": 44, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.ssl_cert_rsa": [ + { + "id": "tests.multi_net.ssl_cert_rsa.instance0", + "name": "instance0", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.ssl_cert_rsa.instance1", + "name": "instance1", + "lineno": 44, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.tcp_accept_recv": [ + { + "id": "tests.multi_net.tcp_accept_recv.instance0", + "name": "instance0", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.tcp_accept_recv.instance1", + "name": "instance1", + "lineno": 56, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.tcp_client_rst": [ + { + "id": "tests.multi_net.tcp_client_rst.convert_poll_list", + "name": "convert_poll_list", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.tcp_client_rst.instance0", + "name": "instance0", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.tcp_client_rst.instance1", + "name": "instance1", + "lineno": 74, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.tcp_data": [ + { + "id": "tests.multi_net.tcp_data.instance0", + "name": "instance0", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.tcp_data.instance1", + "name": "instance1", + "lineno": 24, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.tcp_recv_peek": [ + { + "id": "tests.multi_net.tcp_recv_peek.instance0", + "name": "instance0", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.tcp_recv_peek.instance1", + "name": "instance1", + "lineno": 34, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.tcp_sendall": [ + { + "id": "tests.multi_net.tcp_sendall.calculate_checksum", + "name": "calculate_checksum", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.tcp_sendall.instance0", + "name": "instance0", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.tcp_sendall.instance1", + "name": "instance1", + "lineno": 50, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.tls_dtls_server_client": [ + { + "id": "tests.multi_net.tls_dtls_server_client.instance0", + "name": "instance0", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.tls_dtls_server_client.instance1", + "name": "instance1", + "lineno": 70, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.udp_data": [ + { + "id": "tests.multi_net.udp_data.print_stats", + "name": "print_stats", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.udp_data.instance0", + "name": "instance0", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.udp_data.instance1", + "name": "instance1", + "lineno": 50, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.udp_data_multi": [ + { + "id": "tests.multi_net.udp_data_multi.instance0", + "name": "instance0", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.udp_data_multi.instance1", + "name": "instance1", + "lineno": 54, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.udp_recv_dontwait": [ + { + "id": "tests.multi_net.udp_recv_dontwait.instance0", + "name": "instance0", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.udp_recv_dontwait.instance1", + "name": "instance1", + "lineno": 52, + "scope": null, + "is_async": false + } + ], + "tests.multi_net.udp_recv_peek": [ + { + "id": "tests.multi_net.udp_recv_peek.instance0", + "name": "instance0", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_net.udp_recv_peek.instance1", + "name": "instance1", + "lineno": 28, + "scope": null, + "is_async": false + } + ], + "tests.multi_pyb_can.rx_callback": [ + { + "id": "tests.multi_pyb_can.rx_callback.cb0", + "name": "cb0", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_pyb_can.rx_callback._enable_accept_all", + "name": "_enable_accept_all", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_pyb_can.rx_callback.instance0", + "name": "instance0", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_pyb_can.rx_callback.instance1", + "name": "instance1", + "lineno": 69, + "scope": null, + "is_async": false + } + ], + "tests.multi_pyb_can.rx_filters": [ + { + "id": "tests.multi_pyb_can.rx_filters.instance0", + "name": "instance0", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_pyb_can.rx_filters.instance1", + "name": "instance1", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "tests.multi_wlan.01_ap_sta": [ + { + "id": "tests.multi_wlan.01_ap_sta.wait_for", + "name": "wait_for", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_wlan.01_ap_sta.instance0", + "name": "instance0", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tests.multi_wlan.01_ap_sta.instance1", + "name": "instance1", + "lineno": 76, + "scope": null, + "is_async": false + } + ], + "tests.multi_wlan.getaddrinfo": [ + { + "id": "tests.multi_wlan.getaddrinfo.instance0", + "name": "instance0", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "tests.net_hosted.accept_nonblock": [], + "tests.net_hosted.accept_timeout": [], + "tests.net_hosted.asyncio_loopback": [ + { + "id": "tests.net_hosted.asyncio_loopback.client", + "name": "client", + "lineno": 17, + "scope": null, + "is_async": true + }, + { + "id": "tests.net_hosted.asyncio_loopback.echo_handler", + "name": "echo_handler", + "lineno": 43, + "scope": null, + "is_async": true + }, + { + "id": "tests.net_hosted.asyncio_loopback.test", + "name": "test", + "lineno": 61, + "scope": null, + "is_async": true + } + ], + "tests.net_hosted.asyncio_start_server": [ + { + "id": "tests.net_hosted.asyncio_start_server.test", + "name": "test", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.net_hosted.asyncio_start_server.test.task", + "name": "task", + "lineno": 45, + "scope": "test", + "is_async": true + } + ], + "tests.net_hosted.connect_nonblock": [ + { + "id": "tests.net_hosted.connect_nonblock.test", + "name": "test", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.net_hosted.connect_nonblock_xfer": [ + { + "id": "tests.net_hosted.connect_nonblock_xfer.errno_name", + "name": "errno_name", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.net_hosted.connect_nonblock_xfer.do_connect", + "name": "do_connect", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.net_hosted.connect_nonblock_xfer.poll", + "name": "poll", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.net_hosted.connect_nonblock_xfer.do_test", + "name": "do_test", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.net_hosted.connect_nonblock_xfer.Test.test_plain_sockets_to_nowhere", + "name": "test_plain_sockets_to_nowhere", + "lineno": 119, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.net_hosted.connect_nonblock_xfer.Test.test_ssl_sockets_to_nowhere", + "name": "test_ssl_sockets_to_nowhere", + "lineno": 123, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.net_hosted.connect_nonblock_xfer.Test.test_plain_sockets", + "name": "test_plain_sockets", + "lineno": 126, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.net_hosted.connect_nonblock_xfer.Test.test_ssl_sockets", + "name": "test_ssl_sockets", + "lineno": 130, + "scope": "Test", + "is_async": false + } + ], + "tests.net_hosted.connect_poll": [ + { + "id": "tests.net_hosted.connect_poll.test", + "name": "test", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.net_hosted.connect_timeout": [ + { + "id": "tests.net_hosted.connect_timeout.test", + "name": "test", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "tests.net_hosted.ssl_getpeercert": [ + { + "id": "tests.net_hosted.ssl_getpeercert.test", + "name": "test", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "tests.net_hosted.ssl_verify_callback": [ + { + "id": "tests.net_hosted.ssl_verify_callback.verify_callback", + "name": "verify_callback", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.net_hosted.ssl_verify_callback.verify_callback_fail", + "name": "verify_callback_fail", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.net_hosted.ssl_verify_callback.test", + "name": "test", + "lineno": 24, + "scope": null, + "is_async": false + } + ], + "tests.net_inet.asyncio_cancel_stream": [ + { + "id": "tests.net_inet.asyncio_cancel_stream.get", + "name": "get", + "lineno": 10, + "scope": null, + "is_async": true + }, + { + "id": "tests.net_inet.asyncio_cancel_stream.main", + "name": "main", + "lineno": 19, + "scope": null, + "is_async": true + } + ], + "tests.net_inet.asyncio_open_connection": [ + { + "id": "tests.net_inet.asyncio_open_connection.http_get", + "name": "http_get", + "lineno": 10, + "scope": null, + "is_async": true + } + ], + "tests.net_inet.asyncio_tcp_read_headers": [ + { + "id": "tests.net_inet.asyncio_tcp_read_headers.http_get_headers", + "name": "http_get_headers", + "lineno": 10, + "scope": null, + "is_async": true + } + ], + "tests.net_inet.asyncio_tls_open_connection_readline": [ + { + "id": "tests.net_inet.asyncio_tls_open_connection_readline.http_get", + "name": "http_get", + "lineno": 20, + "scope": null, + "is_async": true + } + ], + "tests.net_inet.getaddrinfo": [ + { + "id": "tests.net_inet.getaddrinfo.test_non_existent", + "name": "test_non_existent", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.net_inet.getaddrinfo.test_bogus", + "name": "test_bogus", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.net_inet.getaddrinfo.test_ip_addr", + "name": "test_ip_addr", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.net_inet.getaddrinfo.test_0_0_0_0", + "name": "test_0_0_0_0", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.net_inet.getaddrinfo.test_valid", + "name": "test_valid", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.net_inet.resolve_on_connect": [ + { + "id": "tests.net_inet.resolve_on_connect.Test.test_bind_resolves_0_0_0_0", + "name": "test_bind_resolves_0_0_0_0", + "lineno": 15, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.net_inet.resolve_on_connect.Test.test_bind_resolves_localhost", + "name": "test_bind_resolves_localhost", + "lineno": 20, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.net_inet.resolve_on_connect.Test.test_connect_resolves", + "name": "test_connect_resolves", + "lineno": 25, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.net_inet.resolve_on_connect.Test.test_connect_non_existent", + "name": "test_connect_non_existent", + "lineno": 30, + "scope": "Test", + "is_async": false + } + ], + "tests.net_inet.ssl_cert": [ + { + "id": "tests.net_inet.ssl_cert.main", + "name": "main", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "tests.net_inet.ssl_errors": [ + { + "id": "tests.net_inet.ssl_errors.test", + "name": "test", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tests.net_inet.test_sslcontext_client": [ + { + "id": "tests.net_inet.test_sslcontext_client.main", + "name": "main", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "tests.net_inet.test_tls_nonblock": [ + { + "id": "tests.net_inet.test_tls_nonblock.test_one", + "name": "test_one", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tests.net_inet.test_tls_nonblock.main", + "name": "main", + "lineno": 109, + "scope": null, + "is_async": false + } + ], + "tests.net_inet.test_tls_sites": [ + { + "id": "tests.net_inet.test_tls_sites.test_one", + "name": "test_one", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.net_inet.test_tls_sites.main", + "name": "main", + "lineno": 58, + "scope": null, + "is_async": false + } + ], + "tests.net_inet.test_tls_sites_simple": [ + { + "id": "tests.net_inet.test_tls_sites_simple.test_one", + "name": "test_one", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.net_inet.test_tls_sites_simple.main", + "name": "main", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.net_inet.tls_num_errors": [ + { + "id": "tests.net_inet.tls_num_errors.test", + "name": "test", + "lineno": 25, + "scope": null, + "is_async": false + } + ], + "tests.net_inet.tls_text_errors": [ + { + "id": "tests.net_inet.tls_text_errors.test", + "name": "test", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.perf_bench.benchrun": [ + { + "id": "tests.perf_bench.benchrun.bm_run", + "name": "bm_run", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "tests.perf_bench.bm_chaos": [ + { + "id": "tests.perf_bench.bm_chaos.GVector.__init__", + "name": "__init__", + "lineno": 12, + "scope": "GVector", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.GVector.Mag", + "name": "Mag", + "lineno": 17, + "scope": "GVector", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.GVector.dist", + "name": "dist", + "lineno": 20, + "scope": "GVector", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.GVector.__add__", + "name": "__add__", + "lineno": 25, + "scope": "GVector", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.GVector.__sub__", + "name": "__sub__", + "lineno": 31, + "scope": "GVector", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.GVector.__mul__", + "name": "__mul__", + "lineno": 34, + "scope": "GVector", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.GVector.linear_combination", + "name": "linear_combination", + "lineno": 40, + "scope": "GVector", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.GVector.__str__", + "name": "__str__", + "lineno": 48, + "scope": "GVector", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.GVector.__repr__", + "name": "__repr__", + "lineno": 51, + "scope": "GVector", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.Spline.__init__", + "name": "__init__", + "lineno": 58, + "scope": "Spline", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.Spline.GetDomain", + "name": "GetDomain", + "lineno": 76, + "scope": "Spline", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.Spline.__call__", + "name": "__call__", + "lineno": 80, + "scope": "Spline", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.Spline.GetIndex", + "name": "GetIndex", + "lineno": 102, + "scope": "Spline", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.Spline.__len__", + "name": "__len__", + "lineno": 112, + "scope": "Spline", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.Spline.__repr__", + "name": "__repr__", + "lineno": 115, + "scope": "Spline", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.write_ppm", + "name": "write_ppm", + "lineno": 119, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.Chaosgame.__init__", + "name": "__init__", + "lineno": 130, + "scope": "Chaosgame", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.Chaosgame.get_random_trafo", + "name": "get_random_trafo", + "lineno": 152, + "scope": "Chaosgame", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.Chaosgame.transform_point", + "name": "transform_point", + "lineno": 161, + "scope": "Chaosgame", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.Chaosgame.truncate", + "name": "truncate", + "lineno": 186, + "scope": "Chaosgame", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.Chaosgame.create_image_chaos", + "name": "create_image_chaos", + "lineno": 196, + "scope": "Chaosgame", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.bm_setup", + "name": "bm_setup", + "lineno": 232, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.bm_setup.run", + "name": "run", + "lineno": 272, + "scope": "bm_setup", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_chaos.bm_setup.result", + "name": "result", + "lineno": 277, + "scope": "bm_setup", + "is_async": false + } + ], + "tests.perf_bench.bm_fannkuch": [ + { + "id": "tests.perf_bench.bm_fannkuch.fannkuch", + "name": "fannkuch", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_fannkuch.bm_setup", + "name": "bm_setup", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_fannkuch.bm_setup.run", + "name": "run", + "lineno": 66, + "scope": "bm_setup", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_fannkuch.bm_setup.result", + "name": "result", + "lineno": 70, + "scope": "bm_setup", + "is_async": false + } + ], + "tests.perf_bench.bm_fft": [ + { + "id": "tests.perf_bench.bm_fft.transform_radix2", + "name": "transform_radix2", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_fft.transform_radix2.reverse", + "name": "reverse", + "lineno": 9, + "scope": "transform_radix2", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_fft.bm_setup", + "name": "bm_setup", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_fft.bm_setup.run", + "name": "run", + "lineno": 56, + "scope": "bm_setup", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_fft.bm_setup.result", + "name": "result", + "lineno": 62, + "scope": "bm_setup", + "is_async": false + } + ], + "tests.perf_bench.bm_float": [ + { + "id": "tests.perf_bench.bm_float.Point.__init__", + "name": "__init__", + "lineno": 12, + "scope": "Point", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_float.Point.__repr__", + "name": "__repr__", + "lineno": 17, + "scope": "Point", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_float.Point.normalize", + "name": "normalize", + "lineno": 20, + "scope": "Point", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_float.Point.maximize", + "name": "maximize", + "lineno": 29, + "scope": "Point", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_float.maximize", + "name": "maximize", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_float.benchmark", + "name": "benchmark", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_float.bm_setup", + "name": "bm_setup", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_float.bm_setup.run", + "name": "run", + "lineno": 66, + "scope": "bm_setup", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_float.bm_setup.result", + "name": "result", + "lineno": 71, + "scope": "bm_setup", + "is_async": false + } + ], + "tests.perf_bench.bm_hexiom": [ + { + "id": "tests.perf_bench.bm_hexiom.Dir.__init__", + "name": "__init__", + "lineno": 12, + "scope": "Dir", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Done.__init__", + "name": "__init__", + "lineno": 32, + "scope": "Done", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Done.clone", + "name": "clone", + "lineno": 36, + "scope": "Done", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Done.__getitem__", + "name": "__getitem__", + "lineno": 41, + "scope": "Done", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Done.set_done", + "name": "set_done", + "lineno": 44, + "scope": "Done", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Done.already_done", + "name": "already_done", + "lineno": 47, + "scope": "Done", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Done.remove", + "name": "remove", + "lineno": 50, + "scope": "Done", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Done.remove_all", + "name": "remove_all", + "lineno": 57, + "scope": "Done", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Done.remove_unfixed", + "name": "remove_unfixed", + "lineno": 61, + "scope": "Done", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Done.filter_tiles", + "name": "filter_tiles", + "lineno": 69, + "scope": "Done", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Done.next_cell_min_choice", + "name": "next_cell_min_choice", + "lineno": 74, + "scope": "Done", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Done.next_cell_max_choice", + "name": "next_cell_max_choice", + "lineno": 83, + "scope": "Done", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Done.next_cell_highest_value", + "name": "next_cell_highest_value", + "lineno": 92, + "scope": "Done", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Done.next_cell_first", + "name": "next_cell_first", + "lineno": 103, + "scope": "Done", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Done.next_cell_max_neighbors", + "name": "next_cell_max_neighbors", + "lineno": 109, + "scope": "Done", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Done.next_cell_min_neighbors", + "name": "next_cell_min_neighbors", + "lineno": 124, + "scope": "Done", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Done.next_cell", + "name": "next_cell", + "lineno": 139, + "scope": "Done", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Node.__init__", + "name": "__init__", + "lineno": 160, + "scope": "Node", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Hex.__init__", + "name": "__init__", + "lineno": 170, + "scope": "Hex", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Hex.link_nodes", + "name": "link_nodes", + "lineno": 192, + "scope": "Hex", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Hex.contains_pos", + "name": "contains_pos", + "lineno": 201, + "scope": "Hex", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Hex.get_by_pos", + "name": "get_by_pos", + "lineno": 204, + "scope": "Hex", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Hex.get_by_id", + "name": "get_by_id", + "lineno": 207, + "scope": "Hex", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Pos.__init__", + "name": "__init__", + "lineno": 213, + "scope": "Pos", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.Pos.clone", + "name": "clone", + "lineno": 218, + "scope": "Pos", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.constraint_pass", + "name": "constraint_pass", + "lineno": 225, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.find_moves", + "name": "find_moves", + "lineno": 308, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.play_move", + "name": "play_move", + "lineno": 324, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.print_pos", + "name": "print_pos", + "lineno": 329, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.solved", + "name": "solved", + "lineno": 363, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.solve_step", + "name": "solve_step", + "lineno": 403, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.check_valid", + "name": "check_valid", + "lineno": 433, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.solve", + "name": "solve", + "lineno": 448, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.read_file", + "name": "read_file", + "lineno": 456, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.solve_file", + "name": "solve_file", + "lineno": 504, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.bm_setup", + "name": "bm_setup", + "lineno": 634, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.bm_setup.run", + "name": "run", + "lineno": 644, + "scope": "bm_setup", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_hexiom.bm_setup.result", + "name": "result", + "lineno": 652, + "scope": "bm_setup", + "is_async": false + } + ], + "tests.perf_bench.bm_nqueens": [ + { + "id": "tests.perf_bench.bm_nqueens.permutations", + "name": "permutations", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_nqueens.n_queens", + "name": "n_queens", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_nqueens.bm_setup", + "name": "bm_setup", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_nqueens.bm_setup.run", + "name": "run", + "lineno": 60, + "scope": "bm_setup", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_nqueens.bm_setup.result", + "name": "result", + "lineno": 65, + "scope": "bm_setup", + "is_async": false + } + ], + "tests.perf_bench.bm_pidigits": [ + { + "id": "tests.perf_bench.bm_pidigits.compose", + "name": "compose", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_pidigits.extract", + "name": "extract", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_pidigits.gen_pi_digits", + "name": "gen_pi_digits", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_pidigits.bm_setup", + "name": "bm_setup", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_pidigits.bm_setup.run", + "name": "run", + "lineno": 56, + "scope": "bm_setup", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_pidigits.bm_setup.result", + "name": "result", + "lineno": 64, + "scope": "bm_setup", + "is_async": false + } + ], + "tests.perf_bench.bm_wordcount": [ + { + "id": "tests.perf_bench.bm_wordcount.test", + "name": "test", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_wordcount.bm_setup", + "name": "bm_setup", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.bm_wordcount.bm_setup.run", + "name": "run", + "lineno": 38, + "scope": "bm_setup", + "is_async": false + }, + { + "id": "tests.perf_bench.bm_wordcount.bm_setup.result", + "name": "result", + "lineno": 42, + "scope": "bm_setup", + "is_async": false + } + ], + "tests.perf_bench.core_import_mpy_multi": [ + { + "id": "tests.perf_bench.core_import_mpy_multi.File.__init__", + "name": "__init__", + "lineno": 31, + "scope": "File", + "is_async": false + }, + { + "id": "tests.perf_bench.core_import_mpy_multi.File.ioctl", + "name": "ioctl", + "lineno": 34, + "scope": "File", + "is_async": false + }, + { + "id": "tests.perf_bench.core_import_mpy_multi.File.readinto", + "name": "readinto", + "lineno": 39, + "scope": "File", + "is_async": false + }, + { + "id": "tests.perf_bench.core_import_mpy_multi.FS.mount", + "name": "mount", + "lineno": 46, + "scope": "FS", + "is_async": false + }, + { + "id": "tests.perf_bench.core_import_mpy_multi.FS.chdir", + "name": "chdir", + "lineno": 49, + "scope": "FS", + "is_async": false + }, + { + "id": "tests.perf_bench.core_import_mpy_multi.FS.stat", + "name": "stat", + "lineno": 52, + "scope": "FS", + "is_async": false + }, + { + "id": "tests.perf_bench.core_import_mpy_multi.FS.open", + "name": "open", + "lineno": 58, + "scope": "FS", + "is_async": false + }, + { + "id": "tests.perf_bench.core_import_mpy_multi.mount", + "name": "mount", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.core_import_mpy_multi.test", + "name": "test", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.core_import_mpy_multi.bm_setup", + "name": "bm_setup", + "lineno": 85, + "scope": null, + "is_async": false + } + ], + "tests.perf_bench.core_import_mpy_single": [ + { + "id": "tests.perf_bench.core_import_mpy_single.File.__init__", + "name": "__init__", + "lineno": 86, + "scope": "File", + "is_async": false + }, + { + "id": "tests.perf_bench.core_import_mpy_single.File.ioctl", + "name": "ioctl", + "lineno": 89, + "scope": "File", + "is_async": false + }, + { + "id": "tests.perf_bench.core_import_mpy_single.File.readinto", + "name": "readinto", + "lineno": 94, + "scope": "File", + "is_async": false + }, + { + "id": "tests.perf_bench.core_import_mpy_single.FS.mount", + "name": "mount", + "lineno": 101, + "scope": "FS", + "is_async": false + }, + { + "id": "tests.perf_bench.core_import_mpy_single.FS.chdir", + "name": "chdir", + "lineno": 104, + "scope": "FS", + "is_async": false + }, + { + "id": "tests.perf_bench.core_import_mpy_single.FS.stat", + "name": "stat", + "lineno": 107, + "scope": "FS", + "is_async": false + }, + { + "id": "tests.perf_bench.core_import_mpy_single.FS.open", + "name": "open", + "lineno": 113, + "scope": "FS", + "is_async": false + }, + { + "id": "tests.perf_bench.core_import_mpy_single.mount", + "name": "mount", + "lineno": 117, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.core_import_mpy_single.test", + "name": "test", + "lineno": 122, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.core_import_mpy_single.bm_setup", + "name": "bm_setup", + "lineno": 136, + "scope": null, + "is_async": false + } + ], + "tests.perf_bench.core_locals": [ + { + "id": "tests.perf_bench.core_locals.test", + "name": "test", + "lineno": 153, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.core_locals.bm_setup", + "name": "bm_setup", + "lineno": 180, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.core_locals.bm_setup.run", + "name": "run", + "lineno": 184, + "scope": "bm_setup", + "is_async": false + }, + { + "id": "tests.perf_bench.core_locals.bm_setup.result", + "name": "result", + "lineno": 188, + "scope": "bm_setup", + "is_async": false + } + ], + "tests.perf_bench.core_qstr": [ + { + "id": "tests.perf_bench.core_qstr.test", + "name": "test", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.core_qstr.bm_setup", + "name": "bm_setup", + "lineno": 19, + "scope": null, + "is_async": false + } + ], + "tests.perf_bench.core_str": [ + { + "id": "tests.perf_bench.core_str.test", + "name": "test", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.core_str.bm_setup", + "name": "bm_setup", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.core_str.bm_setup.run", + "name": "run", + "lineno": 58, + "scope": "bm_setup", + "is_async": false + }, + { + "id": "tests.perf_bench.core_str.bm_setup.result", + "name": "result", + "lineno": 62, + "scope": "bm_setup", + "is_async": false + } + ], + "tests.perf_bench.core_yield_from": [ + { + "id": "tests.perf_bench.core_yield_from.recursive_yield_from", + "name": "recursive_yield_from", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.core_yield_from.test", + "name": "test", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.core_yield_from.bm_setup", + "name": "bm_setup", + "lineno": 29, + "scope": null, + "is_async": false + } + ], + "tests.perf_bench.misc_aes": [ + { + "id": "tests.perf_bench.misc_aes.aes_gf8_mul_2", + "name": "aes_gf8_mul_2", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_aes.aes_gf8_mul_3", + "name": "aes_gf8_mul_3", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_aes.aes_s_box", + "name": "aes_s_box", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_aes.aes_r_con", + "name": "aes_r_con", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_aes.aes_add_round_key", + "name": "aes_add_round_key", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_aes.aes_sb_sr_mc_ark", + "name": "aes_sb_sr_mc_ark", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_aes.aes_sb_sr_ark", + "name": "aes_sb_sr_ark", + "lineno": 96, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_aes.aes_state", + "name": "aes_state", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_aes.aes_key_expansion", + "name": "aes_key_expansion", + "lineno": 126, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_aes.AES.__init__", + "name": "__init__", + "lineno": 153, + "scope": "AES", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_aes.AES.set_key", + "name": "set_key", + "lineno": 170, + "scope": "AES", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_aes.AES.set_iv", + "name": "set_iv", + "lineno": 174, + "scope": "AES", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_aes.AES.get_some_state", + "name": "get_some_state", + "lineno": 179, + "scope": "AES", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_aes.AES.apply_to", + "name": "apply_to", + "lineno": 188, + "scope": "AES", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_aes.bm_setup", + "name": "bm_setup", + "lineno": 211, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_aes.bm_setup.run", + "name": "run", + "lineno": 220, + "scope": "bm_setup", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_aes.bm_setup.result", + "name": "result", + "lineno": 238, + "scope": "bm_setup", + "is_async": false + } + ], + "tests.perf_bench.misc_mandel": [ + { + "id": "tests.perf_bench.misc_mandel.mandelbrot", + "name": "mandelbrot", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_mandel.mandelbrot.in_set", + "name": "in_set", + "lineno": 5, + "scope": "mandelbrot", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_mandel.bm_setup", + "name": "bm_setup", + "lineno": 33, + "scope": null, + "is_async": false + } + ], + "tests.perf_bench.misc_pystone": [ + { + "id": "tests.perf_bench.misc_pystone.Record.__init__", + "name": "__init__", + "lineno": 21, + "scope": "Record", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_pystone.Record.copy", + "name": "copy", + "lineno": 28, + "scope": "Record", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_pystone.Setup", + "name": "Setup", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_pystone.Proc0", + "name": "Proc0", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_pystone.Proc1", + "name": "Proc1", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_pystone.Proc2", + "name": "Proc2", + "lineno": 114, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_pystone.Proc3", + "name": "Proc3", + "lineno": 126, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_pystone.Proc4", + "name": "Proc4", + "lineno": 137, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_pystone.Proc5", + "name": "Proc5", + "lineno": 145, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_pystone.Proc6", + "name": "Proc6", + "lineno": 153, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_pystone.Proc7", + "name": "Proc7", + "lineno": 173, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_pystone.Proc8", + "name": "Proc8", + "lineno": 179, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_pystone.Func1", + "name": "Func1", + "lineno": 193, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_pystone.Func2", + "name": "Func2", + "lineno": 202, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_pystone.Func3", + "name": "Func3", + "lineno": 220, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_pystone.bm_setup", + "name": "bm_setup", + "lineno": 238, + "scope": null, + "is_async": false + } + ], + "tests.perf_bench.misc_raytrace": [ + { + "id": "tests.perf_bench.misc_raytrace.Vec.__init__", + "name": "__init__", + "lineno": 9, + "scope": "Vec", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Vec.__neg__", + "name": "__neg__", + "lineno": 12, + "scope": "Vec", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Vec.__add__", + "name": "__add__", + "lineno": 15, + "scope": "Vec", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Vec.__sub__", + "name": "__sub__", + "lineno": 18, + "scope": "Vec", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Vec.__mul__", + "name": "__mul__", + "lineno": 21, + "scope": "Vec", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Vec.length", + "name": "length", + "lineno": 24, + "scope": "Vec", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Vec.normalise", + "name": "normalise", + "lineno": 27, + "scope": "Vec", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Vec.dot", + "name": "dot", + "lineno": 31, + "scope": "Vec", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Ray.__init__", + "name": "__init__", + "lineno": 39, + "scope": "Ray", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.View.__init__", + "name": "__init__", + "lineno": 44, + "scope": "View", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.View.calc_dir", + "name": "calc_dir", + "lineno": 53, + "scope": "View", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Light.__init__", + "name": "__init__", + "lineno": 58, + "scope": "Light", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Surface.__init__", + "name": "__init__", + "lineno": 65, + "scope": "Surface", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Surface.dull", + "name": "dull", + "lineno": 74, + "scope": "Surface", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Surface.shiny", + "name": "shiny", + "lineno": 78, + "scope": "Surface", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Surface.transparent", + "name": "transparent", + "lineno": 82, + "scope": "Surface", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Sphere.__init__", + "name": "__init__", + "lineno": 87, + "scope": "Sphere", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Sphere.intersect", + "name": "intersect", + "lineno": 92, + "scope": "Sphere", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Sphere.surface_at", + "name": "surface_at", + "lineno": 106, + "scope": "Sphere", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Plane.__init__", + "name": "__init__", + "lineno": 111, + "scope": "Plane", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Plane.intersect", + "name": "intersect", + "lineno": 116, + "scope": "Plane", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Plane.surface_at", + "name": "surface_at", + "lineno": 124, + "scope": "Plane", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Scene.__init__", + "name": "__init__", + "lineno": 129, + "scope": "Scene", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.trace_scene", + "name": "trace_scene", + "lineno": 135, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.trace_ray", + "name": "trace_ray", + "lineno": 145, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.trace_to_light", + "name": "trace_to_light", + "lineno": 196, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Canvas.__init__", + "name": "__init__", + "lineno": 206, + "scope": "Canvas", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Canvas.put_pix", + "name": "put_pix", + "lineno": 211, + "scope": "Canvas", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.Canvas.write_ppm", + "name": "write_ppm", + "lineno": 217, + "scope": "Canvas", + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.main", + "name": "main", + "lineno": 223, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.misc_raytrace.bm_setup", + "name": "bm_setup", + "lineno": 257, + "scope": null, + "is_async": false + } + ], + "tests.perf_bench.viper_call0": [ + { + "id": "tests.perf_bench.viper_call0.f0", + "name": "f0", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.viper_call0.call", + "name": "call", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.viper_call0.bm_setup", + "name": "bm_setup", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.perf_bench.viper_call1a": [ + { + "id": "tests.perf_bench.viper_call1a.f1a", + "name": "f1a", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.viper_call1a.call", + "name": "call", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.viper_call1a.bm_setup", + "name": "bm_setup", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.perf_bench.viper_call1b": [ + { + "id": "tests.perf_bench.viper_call1b.f1b", + "name": "f1b", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.viper_call1b.call", + "name": "call", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.viper_call1b.bm_setup", + "name": "bm_setup", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.perf_bench.viper_call1c": [ + { + "id": "tests.perf_bench.viper_call1c.f1c", + "name": "f1c", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.viper_call1c.call", + "name": "call", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.viper_call1c.bm_setup", + "name": "bm_setup", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.perf_bench.viper_call2a": [ + { + "id": "tests.perf_bench.viper_call2a.f2a", + "name": "f2a", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.viper_call2a.call", + "name": "call", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.viper_call2a.bm_setup", + "name": "bm_setup", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.perf_bench.viper_call2b": [ + { + "id": "tests.perf_bench.viper_call2b.f2b", + "name": "f2b", + "lineno": 2, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.viper_call2b.call", + "name": "call", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.perf_bench.viper_call2b.bm_setup", + "name": "bm_setup", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.ports.alif_hardware.flash_test": [ + { + "id": "tests.ports.alif_hardware.flash_test.flash_make_filesystem", + "name": "flash_make_filesystem", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.alif_hardware.flash_test.flash_block_test", + "name": "flash_block_test", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.alif_hardware.flash_test.flash_write_verify", + "name": "flash_write_verify", + "lineno": 92, + "scope": null, + "is_async": false + } + ], + "tests.ports.cc3200.adc": [], + "tests.ports.cc3200.i2c": [], + "tests.ports.cc3200.modwipy": [], + "tests.ports.cc3200.os": [], + "tests.ports.cc3200.pin": [ + { + "id": "tests.ports.cc3200.pin.test_noinit", + "name": "test_noinit", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.cc3200.pin.test_pin_read", + "name": "test_pin_read", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.cc3200.pin.test_pin_af", + "name": "test_pin_af", + "lineno": 74, + "scope": null, + "is_async": false + } + ], + "tests.ports.cc3200.pin_irq": [ + { + "id": "tests.ports.cc3200.pin_irq.pin_handler", + "name": "pin_handler", + "lineno": 22, + "scope": null, + "is_async": false + } + ], + "tests.ports.cc3200.rtc": [ + { + "id": "tests.ports.cc3200.rtc.set_and_print", + "name": "set_and_print", + "lineno": 45, + "scope": null, + "is_async": false + } + ], + "tests.ports.cc3200.sd": [], + "tests.ports.cc3200.spi": [], + "tests.ports.cc3200.time": [ + { + "id": "tests.ports.cc3200.time.is_leap", + "name": "is_leap", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.cc3200.time.test", + "name": "test", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.cc3200.time.spot_test", + "name": "spot_test", + "lineno": 53, + "scope": null, + "is_async": false + } + ], + "tests.ports.cc3200.timer": [ + { + "id": "tests.ports.cc3200.timer.TimerTest.__init__", + "name": "__init__", + "lineno": 45, + "scope": "TimerTest", + "is_async": false + }, + { + "id": "tests.ports.cc3200.timer.TimerTest.timer_isr", + "name": "timer_isr", + "lineno": 49, + "scope": "TimerTest", + "is_async": false + } + ], + "tests.ports.cc3200.uart": [], + "tests.ports.cc3200.uart_irq": [ + { + "id": "tests.ports.cc3200.uart_irq.uart0_handler", + "name": "uart0_handler", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.cc3200.uart_irq.uart1_handler", + "name": "uart1_handler", + "lineno": 40, + "scope": null, + "is_async": false + } + ], + "tests.ports.cc3200.wdt": [], + "tests.ports.cc3200.reset.reset": [], + "tests.ports.cc3200.skipped.rtc_irq": [ + { + "id": "tests.ports.cc3200.skipped.rtc_irq.rtc_ticks_ms", + "name": "rtc_ticks_ms", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.cc3200.skipped.rtc_irq.alarm_handler", + "name": "alarm_handler", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "tests.ports.cc3200.wlan.machine": [], + "tests.ports.cc3200.wlan.server": [], + "tests.ports.cc3200.wlan.wlan": [ + { + "id": "tests.ports.cc3200.wlan.wlan.wait_for_connection", + "name": "wait_for_connection", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tests.ports.esp32.check_err_str": [], + "tests.ports.esp32.esp32_idf_heap_info": [ + { + "id": "tests.ports.esp32.esp32_idf_heap_info.chk_heap", + "name": "chk_heap", + "lineno": 24, + "scope": null, + "is_async": false + } + ], + "tests.ports.esp32.esp32_nvs": [], + "tests.ports.esp32.partition_ota": [ + { + "id": "tests.ports.esp32.partition_ota.log", + "name": "log", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.esp32.partition_ota.copy_partition", + "name": "copy_partition", + "lineno": 87, + "scope": null, + "is_async": false + } + ], + "tests.ports.qemu.asm_test": [], + "tests.ports.qemu.mpy_arch_flags_test": [ + { + "id": "tests.ports.qemu.mpy_arch_flags_test.UserFile.__init__", + "name": "__init__", + "lineno": 20, + "scope": "UserFile", + "is_async": false + }, + { + "id": "tests.ports.qemu.mpy_arch_flags_test.UserFile.readinto", + "name": "readinto", + "lineno": 24, + "scope": "UserFile", + "is_async": false + }, + { + "id": "tests.ports.qemu.mpy_arch_flags_test.UserFile.ioctl", + "name": "ioctl", + "lineno": 30, + "scope": "UserFile", + "is_async": false + }, + { + "id": "tests.ports.qemu.mpy_arch_flags_test.UserFS.__init__", + "name": "__init__", + "lineno": 37, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.ports.qemu.mpy_arch_flags_test.UserFS.mount", + "name": "mount", + "lineno": 40, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.ports.qemu.mpy_arch_flags_test.UserFS.umount", + "name": "umount", + "lineno": 43, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.ports.qemu.mpy_arch_flags_test.UserFS.stat", + "name": "stat", + "lineno": 46, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.ports.qemu.mpy_arch_flags_test.UserFS.open", + "name": "open", + "lineno": 51, + "scope": "UserFS", + "is_async": false + }, + { + "id": "tests.ports.qemu.mpy_arch_flags_test.mp_encode_uint", + "name": "mp_encode_uint", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.qemu.mpy_arch_flags_test.add_flags", + "name": "add_flags", + "lineno": 64, + "scope": null, + "is_async": false + } + ], + "tests.ports.qemu.native_test": [], + "tests.ports.qemu.romfs_test": [ + { + "id": "tests.ports.qemu.romfs_test.is_test_partition", + "name": "is_test_partition", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "tests.ports.qemu.viper_test": [], + "tests.ports.renesas-ra.freq": [], + "tests.ports.renesas-ra.i2c": [], + "tests.ports.renesas-ra.modtime": [ + { + "id": "tests.ports.renesas-ra.modtime.is_leap", + "name": "is_leap", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.renesas-ra.modtime.test", + "name": "test", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.renesas-ra.modtime.spot_test", + "name": "spot_test", + "lineno": 53, + "scope": null, + "is_async": false + } + ], + "tests.ports.renesas-ra.pin": [], + "tests.ports.renesas-ra.rtc_init": [], + "tests.ports.renesas-ra.spi": [], + "tests.ports.renesas-ra.uart1": [], + "tests.ports.rp2.rp2_dma": [ + { + "id": "tests.ports.rp2.rp2_dma.Test.setUp", + "name": "setUp", + "lineno": 15, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_dma.Test.tearDown", + "name": "tearDown", + "lineno": 18, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_dma.Test.test_printing", + "name": "test_printing", + "lineno": 21, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "name": "test_pack_unpack_ctrl", + "lineno": 25, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_dma.Test.test_register_access", + "name": "test_register_access", + "lineno": 51, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_dma.Test.test_close", + "name": "test_close", + "lineno": 64, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_dma.Test.test_simple_memory_copy", + "name": "test_simple_memory_copy", + "lineno": 75, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_dma.Test.test_time_taken_for_large_memory_copy", + "name": "test_time_taken_for_large_memory_copy", + "lineno": 86, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_dma.Test.test_time_taken_for_large_memory_copy.run_and_time_dma", + "name": "run_and_time_dma", + "lineno": 87, + "scope": "Test.test_time_taken_for_large_memory_copy", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_dma.Test.test_config_trigger", + "name": "test_config_trigger", + "lineno": 116, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_dma.Test.test_irq", + "name": "test_irq", + "lineno": 126, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_dma.Test.test_irq.callback", + "name": "callback", + "lineno": 127, + "scope": "Test.test_irq", + "is_async": false + } + ], + "tests.ports.rp2.rp2_dma_timer": [ + { + "id": "tests.ports.rp2.rp2_dma_timer.Test.setUp", + "name": "setUp", + "lineno": 14, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_dma_timer.Test.tearDown", + "name": "tearDown", + "lineno": 18, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_dma_timer.Test.test_printing", + "name": "test_printing", + "lineno": 22, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_dma_timer.Test.test_set_ratio_unity", + "name": "test_set_ratio_unity", + "lineno": 26, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_dma_timer.Test.test_set_ratio", + "name": "test_set_ratio", + "lineno": 31, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_dma_timer.Test.test_set_freq", + "name": "test_set_freq", + "lineno": 40, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_dma_timer.Test.test_speed_throttle", + "name": "test_speed_throttle", + "lineno": 49, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_dma_timer.Test.test_speed_throttle.time_dma", + "name": "time_dma", + "lineno": 50, + "scope": "Test.test_speed_throttle", + "is_async": false + } + ], + "tests.ports.rp2.rp2_lightsleep": [], + "tests.ports.rp2.rp2_lightsleep_regs": [ + { + "id": "tests.ports.rp2.rp2_lightsleep_regs.Test.setUp", + "name": "setUp", + "lineno": 24, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_lightsleep_regs.Test.tearDown", + "name": "tearDown", + "lineno": 28, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_lightsleep_regs.Test.test_sleep_en_regs", + "name": "test_sleep_en_regs", + "lineno": 32, + "scope": "Test", + "is_async": false + } + ], + "tests.ports.rp2.rp2_lightsleep_thread": [ + { + "id": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.thread_entry", + "name": "thread_entry", + "lineno": 18, + "scope": "LightSleepInThread", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.elapsed_ms", + "name": "elapsed_ms", + "lineno": 24, + "scope": "LightSleepInThread", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.setUp", + "name": "setUp", + "lineno": 27, + "scope": "LightSleepInThread", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.test_cpu0_busy", + "name": "test_cpu0_busy", + "lineno": 31, + "scope": "LightSleepInThread", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.test_cpu0_sleeping", + "name": "test_cpu0_sleeping", + "lineno": 38, + "scope": "LightSleepInThread", + "is_async": false + }, + { + "id": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.test_cpu0_also_lightsleep", + "name": "test_cpu0_also_lightsleep", + "lineno": 44, + "scope": "LightSleepInThread", + "is_async": false + } + ], + "tests.ports.rp2.rp2_machine_idle": [], + "tests.ports.rp2.rp2_thread_reset_part1": [ + { + "id": "tests.ports.rp2.rp2_thread_reset_part1.infinite", + "name": "infinite", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "tests.ports.rp2.rp2_thread_reset_part2": [], + "tests.ports.rp2.rp2_uart": [], + "tests.ports.stm32.accel": [], + "tests.ports.stm32.adc": [], + "tests.ports.stm32.adcall": [], + "tests.ports.stm32.board_pybv1x": [], + "tests.ports.stm32.dac": [], + "tests.ports.stm32.extint": [], + "tests.ports.stm32.i2c": [], + "tests.ports.stm32.i2c_accel": [], + "tests.ports.stm32.i2c_error": [], + "tests.ports.stm32.irq": [ + { + "id": "tests.ports.stm32.irq.test_irq", + "name": "test_irq", + "lineno": 5, + "scope": null, + "is_async": false + } + ], + "tests.ports.stm32.led": [], + "tests.ports.stm32.modstm": [], + "tests.ports.stm32.modtime": [ + { + "id": "tests.ports.stm32.modtime.is_leap", + "name": "is_leap", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.stm32.modtime.test", + "name": "test", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.stm32.modtime.spot_test", + "name": "spot_test", + "lineno": 53, + "scope": null, + "is_async": false + } + ], + "tests.ports.stm32.pin": [], + "tests.ports.stm32.pyb1": [], + "tests.ports.stm32.pyb_can": [ + { + "id": "tests.ports.stm32.pyb_can.print_rtr", + "name": "print_rtr", + "lineno": 270, + "scope": null, + "is_async": false + } + ], + "tests.ports.stm32.pyb_can_classic_rtr_filter": [], + "tests.ports.stm32.pyb_can_classic_rx": [ + { + "id": "tests.ports.stm32.pyb_can_classic_rx.cb0", + "name": "cb0", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.stm32.pyb_can_classic_rx.cb1", + "name": "cb1", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.stm32.pyb_can_classic_rx.cb0a", + "name": "cb0a", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.stm32.pyb_can_classic_rx.cb1a", + "name": "cb1a", + "lineno": 51, + "scope": null, + "is_async": false + } + ], + "tests.ports.stm32.pyb_can_instances": [ + { + "id": "tests.ports.stm32.pyb_can_instances.Test.test_can12", + "name": "test_can12", + "lineno": 27, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.stm32.pyb_can_instances.Test.test_can3", + "name": "test_can3", + "lineno": 31, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.stm32.pyb_can_instances.Test._test_pairs", + "name": "_test_pairs", + "lineno": 34, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.stm32.pyb_can_instances.Test._test_controller_pair", + "name": "_test_controller_pair", + "lineno": 39, + "scope": "Test", + "is_async": false + } + ], + "tests.ports.stm32.pyb_f405": [], + "tests.ports.stm32.pyb_f411": [], + "tests.ports.stm32.rtc": [ + { + "id": "tests.ports.stm32.rtc.set_and_print", + "name": "set_and_print", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.stm32.rtc.set_and_print_calib", + "name": "set_and_print_calib", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.stm32.rtc.set_and_print_wakeup", + "name": "set_and_print_wakeup", + "lineno": 66, + "scope": null, + "is_async": false + } + ], + "tests.ports.stm32.servo": [], + "tests.ports.stm32.spi": [], + "tests.ports.stm32.switch": [], + "tests.ports.stm32.timer": [], + "tests.ports.stm32.timer_callback": [ + { + "id": "tests.ports.stm32.timer_callback.cb1", + "name": "cb1", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.stm32.timer_callback.cb2", + "name": "cb2", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.stm32.timer_callback.cb3", + "name": "cb3", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.stm32.timer_callback.cb3.cb4", + "name": "cb4", + "lineno": 29, + "scope": "cb3", + "is_async": false + } + ], + "tests.ports.stm32.uart": [], + "tests.ports.stm32_hardware.spi_dma_align": [ + { + "id": "tests.ports.stm32_hardware.spi_dma_align.Test.setUpClass", + "name": "setUpClass", + "lineno": 15, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.stm32_hardware.spi_dma_align.Test.test_variable_offset_fixed_length", + "name": "test_variable_offset_fixed_length", + "lineno": 19, + "scope": "Test", + "is_async": false + }, + { + "id": "tests.ports.stm32_hardware.spi_dma_align.Test.test_variable_offset_and_lengths", + "name": "test_variable_offset_and_lengths", + "lineno": 30, + "scope": "Test", + "is_async": false + } + ], + "tests.ports.unix.extra_coverage": [], + "tests.ports.unix.ffi_callback": [ + { + "id": "tests.ports.unix.ffi_callback.ffi_open", + "name": "ffi_open", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.unix.ffi_callback.cmp", + "name": "cmp", + "lineno": 24, + "scope": null, + "is_async": false + } + ], + "tests.ports.unix.ffi_float": [ + { + "id": "tests.ports.unix.ffi_float.ffi_open", + "name": "ffi_open", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.ports.unix.ffi_float2": [ + { + "id": "tests.ports.unix.ffi_float2.ffi_open", + "name": "ffi_open", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.ports.unix.ffi_int_base": [ + { + "id": "tests.ports.unix.ffi_int_base.test", + "name": "test", + "lineno": 22, + "scope": null, + "is_async": false + } + ], + "tests.ports.unix.ffi_int_long32": [], + "tests.ports.unix.ffi_int_long64": [], + "tests.ports.unix.ffi_int_types": [], + "tests.ports.unix.mod_os": [], + "tests.ports.unix.time_mktime_localtime": [ + { + "id": "tests.ports.unix.time_mktime_localtime.is_leap", + "name": "is_leap", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.ports.unix.time_mktime_localtime.test", + "name": "test", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "tests.stress.bytecode_limit": [], + "tests.stress.dict_copy": [], + "tests.stress.dict_create": [], + "tests.stress.dict_create_max": [], + "tests.stress.fun_call_limit": [ + { + "id": "tests.stress.fun_call_limit.f", + "name": "f", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.stress.fun_call_limit.test", + "name": "test", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.stress.gc_trace": [], + "tests.stress.list_sort": [], + "tests.stress.qstr_limit": [ + { + "id": "tests.stress.qstr_limit.make_id", + "name": "make_id", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.stress.qstr_limit.f", + "name": "f", + "lineno": 22, + "scope": null, + "is_async": false + } + ], + "tests.stress.qstr_limit_str_modulo": [ + { + "id": "tests.stress.qstr_limit_str_modulo.make_id", + "name": "make_id", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tests.stress.recursion": [ + { + "id": "tests.stress.recursion.foo", + "name": "foo", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "tests.stress.recursive_data": [], + "tests.stress.recursive_gen": [ + { + "id": "tests.stress.recursive_gen.gen", + "name": "gen", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tests.stress.recursive_gen.gen2", + "name": "gen2", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "tests.stress.recursive_iternext": [ + { + "id": "tests.stress.recursive_iternext.recurse_iternext", + "name": "recurse_iternext", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "tests.target_wiring.alif": [], + "tests.target_wiring.EK_RA6M2": [], + "tests.target_wiring.esp32": [], + "tests.target_wiring.esp8266": [], + "tests.target_wiring.mimxrt": [], + "tests.target_wiring.nrf": [], + "tests.target_wiring.NUCLEO_WB55": [], + "tests.target_wiring.PYBx": [], + "tests.target_wiring.renesas-ra": [], + "tests.target_wiring.rp2": [], + "tests.target_wiring.samd": [], + "tests.target_wiring.stm32": [], + "tests.target_wiring.ZEPHYR_NUCLEO_WB55RG": [], + "tests.thread.disable_irq": [ + { + "id": "tests.thread.disable_irq.inc_count", + "name": "inc_count", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.disable_irq.inc_count_multiple", + "name": "inc_count_multiple", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.disable_irq.thread_entry", + "name": "thread_entry", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.thread.mutate_bytearray": [ + { + "id": "tests.thread.mutate_bytearray.th", + "name": "th", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tests.thread.mutate_dict": [ + { + "id": "tests.thread.mutate_dict.th", + "name": "th", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tests.thread.mutate_instance": [ + { + "id": "tests.thread.mutate_instance.User.__init__", + "name": "__init__", + "lineno": 11, + "scope": "User", + "is_async": false + }, + { + "id": "tests.thread.mutate_instance.th", + "name": "th", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "tests.thread.mutate_list": [ + { + "id": "tests.thread.mutate_list.th", + "name": "th", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tests.thread.mutate_set": [ + { + "id": "tests.thread.mutate_set.th", + "name": "th", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tests.thread.stress_aes": [ + { + "id": "tests.thread.stress_aes.aes_gf8_mul_2", + "name": "aes_gf8_mul_2", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.stress_aes.aes_gf8_mul_3", + "name": "aes_gf8_mul_3", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.stress_aes.aes_s_box", + "name": "aes_s_box", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.stress_aes.aes_r_con", + "name": "aes_r_con", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.stress_aes.aes_add_round_key", + "name": "aes_add_round_key", + "lineno": 86, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.stress_aes.aes_sb_sr_mc_ark", + "name": "aes_sb_sr_mc_ark", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.stress_aes.aes_sb_sr_ark", + "name": "aes_sb_sr_ark", + "lineno": 112, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.stress_aes.aes_state", + "name": "aes_state", + "lineno": 131, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.stress_aes.aes_key_expansion", + "name": "aes_key_expansion", + "lineno": 142, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.stress_aes.AES.__init__", + "name": "__init__", + "lineno": 169, + "scope": "AES", + "is_async": false + }, + { + "id": "tests.thread.stress_aes.AES.set_key", + "name": "set_key", + "lineno": 186, + "scope": "AES", + "is_async": false + }, + { + "id": "tests.thread.stress_aes.AES.set_iv", + "name": "set_iv", + "lineno": 190, + "scope": "AES", + "is_async": false + }, + { + "id": "tests.thread.stress_aes.AES.get_some_state", + "name": "get_some_state", + "lineno": 195, + "scope": "AES", + "is_async": false + }, + { + "id": "tests.thread.stress_aes.AES.apply_to", + "name": "apply_to", + "lineno": 204, + "scope": "AES", + "is_async": false + }, + { + "id": "tests.thread.stress_aes.LockedCounter.__init__", + "name": "__init__", + "lineno": 224, + "scope": "LockedCounter", + "is_async": false + }, + { + "id": "tests.thread.stress_aes.LockedCounter.add", + "name": "add", + "lineno": 228, + "scope": "LockedCounter", + "is_async": false + }, + { + "id": "tests.thread.stress_aes.thread_entry", + "name": "thread_entry", + "lineno": 237, + "scope": null, + "is_async": false + } + ], + "tests.thread.stress_create": [ + { + "id": "tests.thread.stress_create.thread_entry", + "name": "thread_entry", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tests.thread.stress_heap": [ + { + "id": "tests.thread.stress_heap.last", + "name": "last", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.stress_heap.thread_entry", + "name": "thread_entry", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "tests.thread.stress_recurse": [ + { + "id": "tests.thread.stress_recurse.foo", + "name": "foo", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.stress_recurse.thread_entry", + "name": "thread_entry", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tests.thread.stress_schedule": [ + { + "id": "tests.thread.stress_schedule.task", + "name": "task", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.stress_schedule.thread", + "name": "thread", + "lineno": 30, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_coop": [ + { + "id": "tests.thread.thread_coop.busy_thread", + "name": "busy_thread", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.thread_coop.test_sleeps", + "name": "test_sleeps", + "lineno": 32, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_exc1": [ + { + "id": "tests.thread.thread_exc1.foo", + "name": "foo", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.thread_exc1.thread_entry", + "name": "thread_entry", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_exc2": [ + { + "id": "tests.thread.thread_exc2.thread_entry", + "name": "thread_entry", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_exit1": [ + { + "id": "tests.thread.thread_exit1.thread_entry", + "name": "thread_entry", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_exit2": [ + { + "id": "tests.thread.thread_exit2.thread_entry", + "name": "thread_entry", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_gc1": [ + { + "id": "tests.thread.thread_gc1.thread_entry", + "name": "thread_entry", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_heap_lock": [ + { + "id": "tests.thread.thread_heap_lock.thread_entry", + "name": "thread_entry", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_ident1": [ + { + "id": "tests.thread.thread_ident1.thread_entry", + "name": "thread_entry", + "lineno": 17, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_lock1": [], + "tests.thread.thread_lock2": [ + { + "id": "tests.thread.thread_lock2.thread_entry", + "name": "thread_entry", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_lock3": [ + { + "id": "tests.thread.thread_lock3.thread_entry", + "name": "thread_entry", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_lock4_intbig": [ + { + "id": "tests.thread.thread_lock4_intbig.fac", + "name": "fac", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.thread_lock4_intbig.thread_entry", + "name": "thread_entry", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_lock5": [ + { + "id": "tests.thread.thread_lock5.thread_entry", + "name": "thread_entry", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_qstr1": [ + { + "id": "tests.thread.thread_qstr1.check", + "name": "check", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.thread_qstr1.th", + "name": "th", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_shared1": [ + { + "id": "tests.thread.thread_shared1.foo", + "name": "foo", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.thread_shared1.thread_entry", + "name": "thread_entry", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_shared2": [ + { + "id": "tests.thread.thread_shared2.foo", + "name": "foo", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.thread_shared2.thread_entry", + "name": "thread_entry", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_sleep1": [ + { + "id": "tests.thread.thread_sleep1.thread_entry", + "name": "thread_entry", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_sleep2": [ + { + "id": "tests.thread.thread_sleep2.sleep", + "name": "sleep", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.thread_sleep2.thread_entry", + "name": "thread_entry", + "lineno": 17, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_stacksize1": [ + { + "id": "tests.thread.thread_stacksize1.foo", + "name": "foo", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.thread_stacksize1.thread_entry", + "name": "thread_entry", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_start1": [ + { + "id": "tests.thread.thread_start1.foo", + "name": "foo", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.thread.thread_start1.thread_entry", + "name": "thread_entry", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_start2": [ + { + "id": "tests.thread.thread_start2.thread_entry", + "name": "thread_entry", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tests.thread.thread_stdin": [ + { + "id": "tests.thread.thread_stdin.StdinWaiter.__init__", + "name": "__init__", + "lineno": 19, + "scope": "StdinWaiter", + "is_async": false + }, + { + "id": "tests.thread.thread_stdin.StdinWaiter.wait_stdin", + "name": "wait_stdin", + "lineno": 22, + "scope": "StdinWaiter", + "is_async": false + }, + { + "id": "tests.thread.thread_stdin.StdinWaiter.is_done", + "name": "is_done", + "lineno": 29, + "scope": "StdinWaiter", + "is_async": false + } + ], + "tests.unicode.file1": [], + "tests.unicode.file2": [ + { + "id": "tests.unicode.file2.do", + "name": "do", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "tests.unicode.file_invalid": [], + "tests.unicode.unicode": [], + "tests.unicode.unicode_chr": [], + "tests.unicode.unicode_id": [ + { + "id": "tests.unicode.unicode_id.\u03b1", + "name": "\u03b1", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.unicode.unicode_id.\u03c6.__init__", + "name": "__init__", + "lineno": 25, + "scope": "\u03c6", + "is_async": false + }, + { + "id": "tests.unicode.unicode_id.\u03c6.\u03b4", + "name": "\u03b4", + "lineno": 28, + "scope": "\u03c6", + "is_async": false + } + ], + "tests.unicode.unicode_index": [], + "tests.unicode.unicode_iter": [], + "tests.unicode.unicode_ord": [], + "tests.unicode.unicode_pos": [], + "tests.unicode.unicode_slice": [], + "tests.unicode.unicode_str_format": [], + "tests.unicode.unicode_str_modulo": [], + "tests.unicode.unicode_subscr": [], + "tests.unicode.unicode_ure": [ + { + "id": "tests.unicode.unicode_ure.print_spans", + "name": "print_spans", + "lineno": 17, + "scope": null, + "is_async": false + } + ], + "tools.ar_util": [ + { + "id": "tools.ar_util.PickleCache.__init__", + "name": "__init__", + "lineno": 43, + "scope": "PickleCache", + "is_async": false + }, + { + "id": "tools.ar_util.PickleCache.store", + "name": "store", + "lineno": 47, + "scope": "PickleCache", + "is_async": false + }, + { + "id": "tools.ar_util.PickleCache.load", + "name": "load", + "lineno": 61, + "scope": "PickleCache", + "is_async": false + }, + { + "id": "tools.ar_util.cached", + "name": "cached", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tools.ar_util.cached.decorator", + "name": "decorator", + "lineno": 67, + "scope": "cached", + "is_async": false + }, + { + "id": "tools.ar_util.cached.decorator.wrapper", + "name": "wrapper", + "lineno": 69, + "scope": "cached.decorator", + "is_async": false + }, + { + "id": "tools.ar_util.CachedArFile.__init__", + "name": "__init__", + "lineno": 96, + "scope": "CachedArFile", + "is_async": false + }, + { + "id": "tools.ar_util.CachedArFile.open", + "name": "open", + "lineno": 105, + "scope": "CachedArFile", + "is_async": false + }, + { + "id": "tools.ar_util.CachedArFile._cache_key", + "name": "_cache_key", + "lineno": 108, + "scope": "CachedArFile", + "is_async": false + }, + { + "id": "tools.ar_util.CachedArFile.load_symbols", + "name": "load_symbols", + "lineno": 118, + "scope": "CachedArFile", + "is_async": false + }, + { + "id": "tools.ar_util.resolve", + "name": "resolve", + "lineno": 148, + "scope": null, + "is_async": false + }, + { + "id": "tools.ar_util.resolve.add_obj", + "name": "add_obj", + "lineno": 155, + "scope": "resolve", + "is_async": false + }, + { + "id": "tools.ar_util.expand_ld_script", + "name": "expand_ld_script", + "lineno": 203, + "scope": null, + "is_async": false + }, + { + "id": "tools.ar_util.load_archive", + "name": "load_archive", + "lineno": 229, + "scope": null, + "is_async": false + } + ], + "tools.boardgen": [ + { + "id": "tools.boardgen.Pin.__init__", + "name": "__init__", + "lineno": 83, + "scope": "Pin", + "is_async": false + }, + { + "id": "tools.boardgen.Pin.name", + "name": "name", + "lineno": 99, + "scope": "Pin", + "is_async": false + }, + { + "id": "tools.boardgen.Pin.add_board_pin_name", + "name": "add_board_pin_name", + "lineno": 103, + "scope": "Pin", + "is_async": false + }, + { + "id": "tools.boardgen.Pin.board_pin_names", + "name": "board_pin_names", + "lineno": 112, + "scope": "Pin", + "is_async": false + }, + { + "id": "tools.boardgen.Pin.add_af", + "name": "add_af", + "lineno": 116, + "scope": "Pin", + "is_async": false + }, + { + "id": "tools.boardgen.Pin.validate_cpu_pin_name", + "name": "validate_cpu_pin_name", + "lineno": 121, + "scope": "Pin", + "is_async": false + }, + { + "id": "tools.boardgen.Pin.validate_board_pin_name", + "name": "validate_board_pin_name", + "lineno": 127, + "scope": "Pin", + "is_async": false + }, + { + "id": "tools.boardgen.Pin.index", + "name": "index", + "lineno": 133, + "scope": "Pin", + "is_async": false + }, + { + "id": "tools.boardgen.Pin.index_name", + "name": "index_name", + "lineno": 142, + "scope": "Pin", + "is_async": false + }, + { + "id": "tools.boardgen.Pin.definition", + "name": "definition", + "lineno": 152, + "scope": "Pin", + "is_async": false + }, + { + "id": "tools.boardgen.Pin.is_const", + "name": "is_const", + "lineno": 158, + "scope": "Pin", + "is_async": false + }, + { + "id": "tools.boardgen.Pin.enable_macro", + "name": "enable_macro", + "lineno": 163, + "scope": "Pin", + "is_async": false + }, + { + "id": "tools.boardgen.Pin.print_source", + "name": "print_source", + "lineno": 169, + "scope": "Pin", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator.__init__", + "name": "__init__", + "lineno": 175, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator.add_cpu_pin", + "name": "add_cpu_pin", + "lineno": 184, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator.available_pins", + "name": "available_pins", + "lineno": 192, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator.extra_args", + "name": "extra_args", + "lineno": 201, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator.parse_board_csv", + "name": "parse_board_csv", + "lineno": 205, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator.parse_af_csv", + "name": "parse_af_csv", + "lineno": 242, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator.find_pin_by_cpu_pin_name", + "name": "find_pin_by_cpu_pin_name", + "lineno": 285, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator.print_board_locals_dict", + "name": "print_board_locals_dict", + "lineno": 295, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator.print_cpu_locals_dict", + "name": "print_cpu_locals_dict", + "lineno": 327, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator._cpu_pin_pointer", + "name": "_cpu_pin_pointer", + "lineno": 356, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator.board_name_define_prefix", + "name": "board_name_define_prefix", + "lineno": 361, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator.print_defines", + "name": "print_defines", + "lineno": 365, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator.print_pin_objects", + "name": "print_pin_objects", + "lineno": 412, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator.print_pin_object_externs", + "name": "print_pin_object_externs", + "lineno": 429, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator.print_source", + "name": "print_source", + "lineno": 445, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator.print_header", + "name": "print_header", + "lineno": 450, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator.load_inputs", + "name": "load_inputs", + "lineno": 455, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator.generate_extra_files", + "name": "generate_extra_files", + "lineno": 475, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator.print_pin_source", + "name": "print_pin_source", + "lineno": 478, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.PinGenerator.main", + "name": "main", + "lineno": 482, + "scope": "PinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.NumericPinGenerator.cpu_table_size", + "name": "cpu_table_size", + "lineno": 521, + "scope": "NumericPinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.NumericPinGenerator.print_cpu_table", + "name": "print_cpu_table", + "lineno": 524, + "scope": "NumericPinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.NumericPinGenerator.print_source", + "name": "print_source", + "lineno": 572, + "scope": "NumericPinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.NumericPinGenerator.print_header", + "name": "print_header", + "lineno": 577, + "scope": "NumericPinGenerator", + "is_async": false + }, + { + "id": "tools.boardgen.NumericPinGenerator._cpu_pin_pointer", + "name": "_cpu_pin_pointer", + "lineno": 580, + "scope": "NumericPinGenerator", + "is_async": false + } + ], + "tools.codeformat": [ + { + "id": "tools.codeformat.list_files", + "name": "list_files", + "lineno": 82, + "scope": null, + "is_async": false + }, + { + "id": "tools.codeformat.fixup_c", + "name": "fixup_c", + "lineno": 91, + "scope": null, + "is_async": false + }, + { + "id": "tools.codeformat.main", + "name": "main", + "lineno": 136, + "scope": null, + "is_async": false + }, + { + "id": "tools.codeformat.main.batch", + "name": "batch", + "lineno": 171, + "scope": "main", + "is_async": false + } + ], + "tools.dfu": [ + { + "id": "tools.dfu.named", + "name": "named", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tools.dfu.consume", + "name": "consume", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tools.dfu.cstring", + "name": "cstring", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tools.dfu.compute_crc", + "name": "compute_crc", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tools.dfu.parse", + "name": "parse", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tools.dfu.build", + "name": "build", + "lineno": 75, + "scope": null, + "is_async": false + } + ], + "tools.file2h": [], + "tools.gen-cpydiff": [ + { + "id": "tools.gen-cpydiff.readfiles", + "name": "readfiles", + "lineno": 82, + "scope": null, + "is_async": false + }, + { + "id": "tools.gen-cpydiff.run_tests", + "name": "run_tests", + "lineno": 114, + "scope": null, + "is_async": false + }, + { + "id": "tools.gen-cpydiff.indent", + "name": "indent", + "lineno": 169, + "scope": null, + "is_async": false + }, + { + "id": "tools.gen-cpydiff.gen_table", + "name": "gen_table", + "lineno": 177, + "scope": null, + "is_async": false + }, + { + "id": "tools.gen-cpydiff.gen_rst", + "name": "gen_rst", + "lineno": 211, + "scope": null, + "is_async": false + }, + { + "id": "tools.gen-cpydiff.main", + "name": "main", + "lineno": 278, + "scope": null, + "is_async": false + } + ], + "tools.hci_trace_to_pcap": [], + "tools.insert-usb-ids": [ + { + "id": "tools.insert-usb-ids.parse_usb_ids", + "name": "parse_usb_ids", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tools.makemanifest": [ + { + "id": "tools.makemanifest.system", + "name": "system", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tools.makemanifest.get_timestamp", + "name": "get_timestamp", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tools.makemanifest.mkdir", + "name": "mkdir", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tools.makemanifest.generate_frozen_str_content", + "name": "generate_frozen_str_content", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tools.makemanifest.main", + "name": "main", + "lineno": 125, + "scope": null, + "is_async": false + } + ], + "tools.manifestfile": [ + { + "id": "tools.manifestfile.ManifestUsePyPIException.__init__", + "name": "__init__", + "lineno": 77, + "scope": "ManifestUsePyPIException", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestPackageMetadata.__init__", + "name": "__init__", + "lineno": 98, + "scope": "ManifestPackageMetadata", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestPackageMetadata.update", + "name": "update", + "lineno": 119, + "scope": "ManifestPackageMetadata", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestPackageMetadata.check_initialised", + "name": "check_initialised", + "lineno": 154, + "scope": "ManifestPackageMetadata", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestPackageMetadata.__str__", + "name": "__str__", + "lineno": 161, + "scope": "ManifestPackageMetadata", + "is_async": false + }, + { + "id": "tools.manifestfile.IncludeOptions.__init__", + "name": "__init__", + "lineno": 174, + "scope": "IncludeOptions", + "is_async": false + }, + { + "id": "tools.manifestfile.IncludeOptions.defaults", + "name": "defaults", + "lineno": 178, + "scope": "IncludeOptions", + "is_async": false + }, + { + "id": "tools.manifestfile.IncludeOptions.__getattr__", + "name": "__getattr__", + "lineno": 181, + "scope": "IncludeOptions", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile.__init__", + "name": "__init__", + "lineno": 186, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile._resolve_path", + "name": "_resolve_path", + "lineno": 208, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile._manifest_globals", + "name": "_manifest_globals", + "lineno": 215, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile.files", + "name": "files", + "lineno": 240, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile.pypi_dependencies", + "name": "pypi_dependencies", + "lineno": 243, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile.execute", + "name": "execute", + "lineno": 247, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile._add_file", + "name": "_add_file", + "lineno": 258, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile._search", + "name": "_search", + "lineno": 290, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile.metadata", + "name": "metadata", + "lineno": 322, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile.include", + "name": "include", + "lineno": 336, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile._require_from_path", + "name": "_require_from_path", + "lineno": 402, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile.require", + "name": "require", + "lineno": 409, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile.add_library", + "name": "add_library", + "lineno": 450, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile.package", + "name": "package", + "lineno": 465, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile.module", + "name": "module", + "lineno": 484, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile._freeze_internal", + "name": "_freeze_internal", + "lineno": 504, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile.freeze", + "name": "freeze", + "lineno": 514, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile.freeze_as_str", + "name": "freeze_as_str", + "lineno": 553, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile.freeze_as_mpy", + "name": "freeze_as_mpy", + "lineno": 560, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.ManifestFile.freeze_mpy", + "name": "freeze_mpy", + "lineno": 567, + "scope": "ManifestFile", + "is_async": false + }, + { + "id": "tools.manifestfile.tagged_py_file", + "name": "tagged_py_file", + "lineno": 577, + "scope": null, + "is_async": false + }, + { + "id": "tools.manifestfile.main", + "name": "main", + "lineno": 593, + "scope": null, + "is_async": false + } + ], + "tools.metrics": [ + { + "id": "tools.metrics.PortData.__init__", + "name": "__init__", + "lineno": 52, + "scope": "PortData", + "is_async": false + }, + { + "id": "tools.metrics.quoted", + "name": "quoted", + "lineno": 89, + "scope": null, + "is_async": false + }, + { + "id": "tools.metrics.syscmd", + "name": "syscmd", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tools.metrics.parse_port_list", + "name": "parse_port_list", + "lineno": 108, + "scope": null, + "is_async": false + }, + { + "id": "tools.metrics.read_build_log", + "name": "read_build_log", + "lineno": 123, + "scope": null, + "is_async": false + }, + { + "id": "tools.metrics.do_diff", + "name": "do_diff", + "lineno": 147, + "scope": null, + "is_async": false + }, + { + "id": "tools.metrics.do_clean", + "name": "do_clean", + "lineno": 205, + "scope": null, + "is_async": false + }, + { + "id": "tools.metrics.do_build", + "name": "do_build", + "lineno": 226, + "scope": null, + "is_async": false + }, + { + "id": "tools.metrics.do_sizes", + "name": "do_sizes", + "lineno": 249, + "scope": null, + "is_async": false + }, + { + "id": "tools.metrics.main", + "name": "main", + "lineno": 263, + "scope": null, + "is_async": false + } + ], + "tools.mpy-tool": [ + { + "id": "tools.mpy-tool.hexlify_to_str", + "name": "hexlify_to_str", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.MPYReadError.__init__", + "name": "__init__", + "lineno": 53, + "scope": "MPYReadError", + "is_async": false + }, + { + "id": "tools.mpy-tool.MPYReadError.__str__", + "name": "__str__", + "lineno": 57, + "scope": "MPYReadError", + "is_async": false + }, + { + "id": "tools.mpy-tool.FreezeError.__init__", + "name": "__init__", + "lineno": 62, + "scope": "FreezeError", + "is_async": false + }, + { + "id": "tools.mpy-tool.FreezeError.__str__", + "name": "__str__", + "lineno": 66, + "scope": "FreezeError", + "is_async": false + }, + { + "id": "tools.mpy-tool.Opcode.__init__", + "name": "__init__", + "lineno": 343, + "scope": "Opcode", + "is_async": false + }, + { + "id": "tools.mpy-tool.mp_small_int_fits", + "name": "mp_small_int_fits", + "lineno": 354, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.mp_encode_uint", + "name": "mp_encode_uint", + "lineno": 358, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.mp_opcode_decode", + "name": "mp_opcode_decode", + "lineno": 372, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.mp_opcode_encode", + "name": "mp_opcode_encode", + "lineno": 404, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.read_prelude_sig", + "name": "read_prelude_sig", + "lineno": 437, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.read_prelude_size", + "name": "read_prelude_size", + "lineno": 461, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.encode_prelude_size", + "name": "encode_prelude_size", + "lineno": 477, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.extract_prelude", + "name": "extract_prelude", + "lineno": 491, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.extract_prelude.local_read_byte", + "name": "local_read_byte", + "lineno": 492, + "scope": "extract_prelude", + "is_async": false + }, + { + "id": "tools.mpy-tool.QStrType.__init__", + "name": "__init__", + "lineno": 544, + "scope": "QStrType", + "is_async": false + }, + { + "id": "tools.mpy-tool.GlobalQStrList.__init__", + "name": "__init__", + "lineno": 551, + "scope": "GlobalQStrList", + "is_async": false + }, + { + "id": "tools.mpy-tool.GlobalQStrList.add", + "name": "add", + "lineno": 557, + "scope": "GlobalQStrList", + "is_async": false + }, + { + "id": "tools.mpy-tool.GlobalQStrList.get_by_index", + "name": "get_by_index", + "lineno": 562, + "scope": "GlobalQStrList", + "is_async": false + }, + { + "id": "tools.mpy-tool.GlobalQStrList.find_by_str", + "name": "find_by_str", + "lineno": 565, + "scope": "GlobalQStrList", + "is_async": false + }, + { + "id": "tools.mpy-tool.MPFunTable.__repr__", + "name": "__repr__", + "lineno": 573, + "scope": "MPFunTable", + "is_async": false + }, + { + "id": "tools.mpy-tool.CompiledModule.__init__", + "name": "__init__", + "lineno": 578, + "scope": "CompiledModule", + "is_async": false + }, + { + "id": "tools.mpy-tool.CompiledModule.hexdump", + "name": "hexdump", + "lineno": 605, + "scope": "CompiledModule", + "is_async": false + }, + { + "id": "tools.mpy-tool.CompiledModule.disassemble", + "name": "disassemble", + "lineno": 670, + "scope": "CompiledModule", + "is_async": false + }, + { + "id": "tools.mpy-tool.CompiledModule.freeze", + "name": "freeze", + "lineno": 688, + "scope": "CompiledModule", + "is_async": false + }, + { + "id": "tools.mpy-tool.CompiledModule.freeze_constant_obj", + "name": "freeze_constant_obj", + "lineno": 720, + "scope": "CompiledModule", + "is_async": false + }, + { + "id": "tools.mpy-tool.CompiledModule.freeze_constants", + "name": "freeze_constants", + "lineno": 836, + "scope": "CompiledModule", + "is_async": false + }, + { + "id": "tools.mpy-tool.RawCode.__init__", + "name": "__init__", + "lineno": 884, + "scope": "RawCode", + "is_async": false + }, + { + "id": "tools.mpy-tool.RawCode.disassemble_children", + "name": "disassemble_children", + "lineno": 918, + "scope": "RawCode", + "is_async": false + }, + { + "id": "tools.mpy-tool.RawCode.freeze_children", + "name": "freeze_children", + "lineno": 923, + "scope": "RawCode", + "is_async": false + }, + { + "id": "tools.mpy-tool.RawCode.freeze_raw_code", + "name": "freeze_raw_code", + "lineno": 938, + "scope": "RawCode", + "is_async": false + }, + { + "id": "tools.mpy-tool.RawCode.decode_lineinfo", + "name": "decode_lineinfo", + "lineno": 1009, + "scope": "RawCode", + "is_async": false + }, + { + "id": "tools.mpy-tool.RawCode.get_source_annotation", + "name": "get_source_annotation", + "lineno": 1018, + "scope": "RawCode", + "is_async": false + }, + { + "id": "tools.mpy-tool.RawCode.get_label", + "name": "get_label", + "lineno": 1036, + "scope": "RawCode", + "is_async": false + }, + { + "id": "tools.mpy-tool.RawCode.print_children_annotated", + "name": "print_children_annotated", + "lineno": 1045, + "scope": "RawCode", + "is_async": false + }, + { + "id": "tools.mpy-tool.RawCodeBytecode.__init__", + "name": "__init__", + "lineno": 1079, + "scope": "RawCodeBytecode", + "is_async": false + }, + { + "id": "tools.mpy-tool.RawCodeBytecode.get_opcode_annotations_labels", + "name": "get_opcode_annotations_labels", + "lineno": 1085, + "scope": "RawCodeBytecode", + "is_async": false + }, + { + "id": "tools.mpy-tool.RawCodeBytecode.disassemble", + "name": "disassemble", + "lineno": 1134, + "scope": "RawCodeBytecode", + "is_async": false + }, + { + "id": "tools.mpy-tool.RawCodeBytecode.freeze", + "name": "freeze", + "lineno": 1171, + "scope": "RawCodeBytecode", + "is_async": false + }, + { + "id": "tools.mpy-tool.RawCodeNative.__init__", + "name": "__init__", + "lineno": 1218, + "scope": "RawCodeNative", + "is_async": false + }, + { + "id": "tools.mpy-tool.RawCodeNative.disassemble", + "name": "disassemble", + "lineno": 1266, + "scope": "RawCodeNative", + "is_async": false + }, + { + "id": "tools.mpy-tool.RawCodeNative.freeze", + "name": "freeze", + "lineno": 1287, + "scope": "RawCodeNative", + "is_async": false + }, + { + "id": "tools.mpy-tool.MPYSegment.__init__", + "name": "__init__", + "lineno": 1342, + "scope": "MPYSegment", + "is_async": false + }, + { + "id": "tools.mpy-tool.MPYReader.__init__", + "name": "__init__", + "lineno": 1350, + "scope": "MPYReader", + "is_async": false + }, + { + "id": "tools.mpy-tool.MPYReader.tell", + "name": "tell", + "lineno": 1354, + "scope": "MPYReader", + "is_async": false + }, + { + "id": "tools.mpy-tool.MPYReader.read_byte", + "name": "read_byte", + "lineno": 1357, + "scope": "MPYReader", + "is_async": false + }, + { + "id": "tools.mpy-tool.MPYReader.read_bytes", + "name": "read_bytes", + "lineno": 1360, + "scope": "MPYReader", + "is_async": false + }, + { + "id": "tools.mpy-tool.MPYReader.read_uint", + "name": "read_uint", + "lineno": 1363, + "scope": "MPYReader", + "is_async": false + }, + { + "id": "tools.mpy-tool.read_qstr", + "name": "read_qstr", + "lineno": 1373, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.read_obj", + "name": "read_obj", + "lineno": 1389, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.read_raw_code", + "name": "read_raw_code", + "lineno": 1429, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.read_mpy", + "name": "read_mpy", + "lineno": 1509, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.hexdump_mpy", + "name": "hexdump_mpy", + "lineno": 1581, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.disassemble_mpy", + "name": "disassemble_mpy", + "lineno": 1586, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.freeze_mpy", + "name": "freeze_mpy", + "lineno": 1591, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.adjust_bytecode_qstr_obj_indices", + "name": "adjust_bytecode_qstr_obj_indices", + "lineno": 1781, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.rewrite_raw_code", + "name": "rewrite_raw_code", + "lineno": 1829, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.merge_mpy", + "name": "merge_mpy", + "lineno": 1858, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.merge_mpy.copy_section", + "name": "copy_section", + "lineno": 1908, + "scope": "merge_mpy", + "is_async": false + }, + { + "id": "tools.mpy-tool.extract_segments", + "name": "extract_segments", + "lineno": 1954, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy-tool.PrintShim.__init__", + "name": "__init__", + "lineno": 1995, + "scope": "PrintShim", + "is_async": false + }, + { + "id": "tools.mpy-tool.PrintShim.__enter__", + "name": "__enter__", + "lineno": 1998, + "scope": "PrintShim", + "is_async": false + }, + { + "id": "tools.mpy-tool.PrintShim.__exit__", + "name": "__exit__", + "lineno": 2009, + "scope": "PrintShim", + "is_async": false + }, + { + "id": "tools.mpy-tool.PrintShim.on_exit", + "name": "on_exit", + "lineno": 2020, + "scope": "PrintShim", + "is_async": false + }, + { + "id": "tools.mpy-tool.PrintShim.__call__", + "name": "__call__", + "lineno": 2023, + "scope": "PrintShim", + "is_async": false + }, + { + "id": "tools.mpy-tool.PrintIgnoreExtraArgs.__call__", + "name": "__call__", + "lineno": 2030, + "scope": "PrintIgnoreExtraArgs", + "is_async": false + }, + { + "id": "tools.mpy-tool.PrintJson.__init__", + "name": "__init__", + "lineno": 2037, + "scope": "PrintJson", + "is_async": false + }, + { + "id": "tools.mpy-tool.PrintJson.on_exit", + "name": "on_exit", + "lineno": 2048, + "scope": "PrintJson", + "is_async": false + }, + { + "id": "tools.mpy-tool.PrintJson.__call__", + "name": "__call__", + "lineno": 2057, + "scope": "PrintJson", + "is_async": false + }, + { + "id": "tools.mpy-tool.main", + "name": "main", + "lineno": 2086, + "scope": null, + "is_async": false + } + ], + "tools.mpy_bin2res": [], + "tools.mpy_cross_all": [], + "tools.mpy_ld": [ + { + "id": "tools.mpy_ld.fit_signed", + "name": "fit_signed", + "lineno": 136, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.asm_jump_x86", + "name": "asm_jump_x86", + "lineno": 144, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.asm_jump_thumb", + "name": "asm_jump_thumb", + "lineno": 148, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.asm_jump_thumb2", + "name": "asm_jump_thumb2", + "lineno": 166, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.asm_jump_xtensa", + "name": "asm_jump_xtensa", + "lineno": 178, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.asm_jump_riscv", + "name": "asm_jump_riscv", + "lineno": 186, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.ArchData.__init__", + "name": "__init__", + "lineno": 212, + "scope": "ArchData", + "is_async": false + }, + { + "id": "tools.mpy_ld.align_to", + "name": "align_to", + "lineno": 313, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.unpack_u24le", + "name": "unpack_u24le", + "lineno": 317, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.pack_u24le", + "name": "pack_u24le", + "lineno": 321, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.split_riscv_address", + "name": "split_riscv_address", + "lineno": 327, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.xxd", + "name": "xxd", + "lineno": 342, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.log", + "name": "log", + "lineno": 360, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.extract_qstrs", + "name": "extract_qstrs", + "lineno": 369, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.extract_qstrs.read_qstrs", + "name": "read_qstrs", + "lineno": 370, + "scope": "extract_qstrs", + "is_async": false + }, + { + "id": "tools.mpy_ld.Section.__init__", + "name": "__init__", + "lineno": 398, + "scope": "Section", + "is_async": false + }, + { + "id": "tools.mpy_ld.Section.from_elfsec", + "name": "from_elfsec", + "lineno": 407, + "scope": "Section", + "is_async": false + }, + { + "id": "tools.mpy_ld.GOTEntry.__init__", + "name": "__init__", + "lineno": 413, + "scope": "GOTEntry", + "is_async": false + }, + { + "id": "tools.mpy_ld.GOTEntry.isexternal", + "name": "isexternal", + "lineno": 419, + "scope": "GOTEntry", + "is_async": false + }, + { + "id": "tools.mpy_ld.GOTEntry.istext", + "name": "istext", + "lineno": 422, + "scope": "GOTEntry", + "is_async": false + }, + { + "id": "tools.mpy_ld.GOTEntry.isrodata", + "name": "isrodata", + "lineno": 425, + "scope": "GOTEntry", + "is_async": false + }, + { + "id": "tools.mpy_ld.GOTEntry.isbss", + "name": "isbss", + "lineno": 428, + "scope": "GOTEntry", + "is_async": false + }, + { + "id": "tools.mpy_ld.LiteralEntry.__init__", + "name": "__init__", + "lineno": 433, + "scope": "LiteralEntry", + "is_async": false + }, + { + "id": "tools.mpy_ld.LinkEnv.__init__", + "name": "__init__", + "lineno": 439, + "scope": "LinkEnv", + "is_async": false + }, + { + "id": "tools.mpy_ld.LinkEnv.check_arch", + "name": "check_arch", + "lineno": 448, + "scope": "LinkEnv", + "is_async": false + }, + { + "id": "tools.mpy_ld.LinkEnv.print_sections", + "name": "print_sections", + "lineno": 452, + "scope": "LinkEnv", + "is_async": false + }, + { + "id": "tools.mpy_ld.LinkEnv.find_addr", + "name": "find_addr", + "lineno": 457, + "scope": "LinkEnv", + "is_async": false + }, + { + "id": "tools.mpy_ld.LinkEnv.find_entry_addr", + "name": "find_entry_addr", + "lineno": 463, + "scope": "LinkEnv", + "is_async": false + }, + { + "id": "tools.mpy_ld.build_got_generic", + "name": "build_got_generic", + "lineno": 467, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.build_got_xtensa", + "name": "build_got_xtensa", + "lineno": 485, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.populate_got", + "name": "populate_got", + "lineno": 533, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.populate_lit", + "name": "populate_lit", + "lineno": 596, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.do_relocation_text", + "name": "do_relocation_text", + "lineno": 605, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.do_relocation_data", + "name": "do_relocation_data", + "lineno": 805, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.process_riscv32_relocation", + "name": "process_riscv32_relocation", + "lineno": 896, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.load_object_file", + "name": "load_object_file", + "lineno": 1137, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.link_objects", + "name": "link_objects", + "lineno": 1192, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.MPYOutput.open", + "name": "open", + "lineno": 1334, + "scope": "MPYOutput", + "is_async": false + }, + { + "id": "tools.mpy_ld.MPYOutput.close", + "name": "close", + "lineno": 1339, + "scope": "MPYOutput", + "is_async": false + }, + { + "id": "tools.mpy_ld.MPYOutput.write_bytes", + "name": "write_bytes", + "lineno": 1342, + "scope": "MPYOutput", + "is_async": false + }, + { + "id": "tools.mpy_ld.MPYOutput.write_uint", + "name": "write_uint", + "lineno": 1345, + "scope": "MPYOutput", + "is_async": false + }, + { + "id": "tools.mpy_ld.MPYOutput.write_qstr", + "name": "write_qstr", + "lineno": 1354, + "scope": "MPYOutput", + "is_async": false + }, + { + "id": "tools.mpy_ld.MPYOutput.write_reloc", + "name": "write_reloc", + "lineno": 1363, + "scope": "MPYOutput", + "is_async": false + }, + { + "id": "tools.mpy_ld.build_mpy", + "name": "build_mpy", + "lineno": 1384, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.do_preprocess", + "name": "do_preprocess", + "lineno": 1502, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.do_link", + "name": "do_link", + "lineno": 1523, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.parse_linkerscript", + "name": "parse_linkerscript", + "lineno": 1568, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.validate_arch_flags", + "name": "validate_arch_flags", + "lineno": 1618, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpy_ld.main", + "name": "main", + "lineno": 1641, + "scope": null, + "is_async": false + } + ], + "tools.pyboard": [ + { + "id": "tools.pyboard.stdout_write_bytes", + "name": "stdout_write_bytes", + "lineno": 86, + "scope": null, + "is_async": false + }, + { + "id": "tools.pyboard.PyboardError.convert", + "name": "convert", + "lineno": 93, + "scope": "PyboardError", + "is_async": false + }, + { + "id": "tools.pyboard.TelnetToSerial.__init__", + "name": "__init__", + "lineno": 105, + "scope": "TelnetToSerial", + "is_async": false + }, + { + "id": "tools.pyboard.TelnetToSerial.__del__", + "name": "__del__", + "lineno": 130, + "scope": "TelnetToSerial", + "is_async": false + }, + { + "id": "tools.pyboard.TelnetToSerial.close", + "name": "close", + "lineno": 133, + "scope": "TelnetToSerial", + "is_async": false + }, + { + "id": "tools.pyboard.TelnetToSerial.read", + "name": "read", + "lineno": 137, + "scope": "TelnetToSerial", + "is_async": false + }, + { + "id": "tools.pyboard.TelnetToSerial.write", + "name": "write", + "lineno": 155, + "scope": "TelnetToSerial", + "is_async": false + }, + { + "id": "tools.pyboard.TelnetToSerial.inWaiting", + "name": "inWaiting", + "lineno": 159, + "scope": "TelnetToSerial", + "is_async": false + }, + { + "id": "tools.pyboard.ProcessToSerial.__init__", + "name": "__init__", + "lineno": 172, + "scope": "ProcessToSerial", + "is_async": false + }, + { + "id": "tools.pyboard.ProcessToSerial.close", + "name": "close", + "lineno": 198, + "scope": "ProcessToSerial", + "is_async": false + }, + { + "id": "tools.pyboard.ProcessToSerial.read", + "name": "read", + "lineno": 203, + "scope": "ProcessToSerial", + "is_async": false + }, + { + "id": "tools.pyboard.ProcessToSerial.write", + "name": "write", + "lineno": 209, + "scope": "ProcessToSerial", + "is_async": false + }, + { + "id": "tools.pyboard.ProcessToSerial.inWaiting", + "name": "inWaiting", + "lineno": 213, + "scope": "ProcessToSerial", + "is_async": false + }, + { + "id": "tools.pyboard.ProcessPtyToTerminal.__init__", + "name": "__init__", + "lineno": 226, + "scope": "ProcessPtyToTerminal", + "is_async": false + }, + { + "id": "tools.pyboard.ProcessPtyToTerminal.close", + "name": "close", + "lineno": 253, + "scope": "ProcessPtyToTerminal", + "is_async": false + }, + { + "id": "tools.pyboard.ProcessPtyToTerminal.read", + "name": "read", + "lineno": 258, + "scope": "ProcessPtyToTerminal", + "is_async": false + }, + { + "id": "tools.pyboard.ProcessPtyToTerminal.write", + "name": "write", + "lineno": 261, + "scope": "ProcessPtyToTerminal", + "is_async": false + }, + { + "id": "tools.pyboard.ProcessPtyToTerminal.inWaiting", + "name": "inWaiting", + "lineno": 264, + "scope": "ProcessPtyToTerminal", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.__init__", + "name": "__init__", + "lineno": 269, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.close", + "name": "close", + "lineno": 336, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.read_until", + "name": "read_until", + "lineno": 339, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.enter_raw_repl", + "name": "enter_raw_repl", + "lineno": 380, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard._enter_raw_repl_unprotected", + "name": "_enter_raw_repl_unprotected", + "lineno": 386, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.exit_raw_repl", + "name": "exit_raw_repl", + "lineno": 422, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.follow", + "name": "follow", + "lineno": 426, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.raw_paste_write", + "name": "raw_paste_write", + "lineno": 442, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.exec_raw_no_follow", + "name": "exec_raw_no_follow", + "lineno": 477, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.exec_raw", + "name": "exec_raw", + "lineno": 518, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.eval", + "name": "eval", + "lineno": 522, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.exec_", + "name": "exec_", + "lineno": 533, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.execfile", + "name": "execfile", + "lineno": 539, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.get_time", + "name": "get_time", + "lineno": 544, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.fs_exists", + "name": "fs_exists", + "lineno": 548, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.fs_ls", + "name": "fs_ls", + "lineno": 555, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.fs_listdir", + "name": "fs_listdir", + "lineno": 563, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.fs_listdir.repr_consumer", + "name": "repr_consumer", + "lineno": 566, + "scope": "Pyboard.fs_listdir", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.fs_stat", + "name": "fs_stat", + "lineno": 584, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.fs_cat", + "name": "fs_cat", + "lineno": 591, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.fs_readfile", + "name": "fs_readfile", + "lineno": 598, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.fs_readfile.repr_consumer", + "name": "repr_consumer", + "lineno": 601, + "scope": "Pyboard.fs_readfile", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.fs_writefile", + "name": "fs_writefile", + "lineno": 614, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.fs_cp", + "name": "fs_cp", + "lineno": 622, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.fs_get", + "name": "fs_get", + "lineno": 636, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.fs_put", + "name": "fs_put", + "lineno": 660, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.fs_mkdir", + "name": "fs_mkdir", + "lineno": 679, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.fs_rmdir", + "name": "fs_rmdir", + "lineno": 682, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.fs_rm", + "name": "fs_rm", + "lineno": 685, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.Pyboard.fs_touch", + "name": "fs_touch", + "lineno": 688, + "scope": "Pyboard", + "is_async": false + }, + { + "id": "tools.pyboard.execfile", + "name": "execfile", + "lineno": 697, + "scope": null, + "is_async": false + }, + { + "id": "tools.pyboard.filesystem_command", + "name": "filesystem_command", + "lineno": 706, + "scope": null, + "is_async": false + }, + { + "id": "tools.pyboard.filesystem_command.fname_remote", + "name": "fname_remote", + "lineno": 707, + "scope": "filesystem_command", + "is_async": false + }, + { + "id": "tools.pyboard.filesystem_command.fname_cp_dest", + "name": "fname_cp_dest", + "lineno": 713, + "scope": "filesystem_command", + "is_async": false + }, + { + "id": "tools.pyboard.main", + "name": "main", + "lineno": 805, + "scope": null, + "is_async": false + }, + { + "id": "tools.pyboard.main.execbuffer", + "name": "execbuffer", + "lineno": 897, + "scope": "main", + "is_async": false + } + ], + "tools.pydfu": [ + { + "id": "tools.pydfu.get_string", + "name": "get_string", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.get_string", + "name": "get_string", + "lineno": 83, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.find_dfu_cfg_descr", + "name": "find_dfu_cfg_descr", + "lineno": 87, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.init", + "name": "init", + "lineno": 104, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.abort_request", + "name": "abort_request", + "lineno": 140, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.clr_status", + "name": "clr_status", + "lineno": 145, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.get_status", + "name": "get_status", + "lineno": 150, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.check_status", + "name": "check_status", + "lineno": 163, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.mass_erase", + "name": "mass_erase", + "lineno": 169, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.page_erase", + "name": "page_erase", + "lineno": 181, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.set_address", + "name": "set_address", + "lineno": 197, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.write_memory", + "name": "write_memory", + "lineno": 210, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.write_page", + "name": "write_page", + "lineno": 248, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.exit_dfu", + "name": "exit_dfu", + "lineno": 271, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.named", + "name": "named", + "lineno": 290, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.consume", + "name": "consume", + "lineno": 295, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.cstring", + "name": "cstring", + "lineno": 304, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.compute_crc", + "name": "compute_crc", + "lineno": 309, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.read_dfu_file", + "name": "read_dfu_file", + "lineno": 314, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.FilterDFU.__call__", + "name": "__call__", + "lineno": 423, + "scope": "FilterDFU", + "is_async": false + }, + { + "id": "tools.pydfu.get_dfu_devices", + "name": "get_dfu_devices", + "lineno": 429, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.get_memory_layout", + "name": "get_memory_layout", + "lineno": 439, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.list_dfu_devices", + "name": "list_dfu_devices", + "lineno": 479, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.write_elements", + "name": "write_elements", + "lineno": 500, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.cli_progress", + "name": "cli_progress", + "lineno": 535, + "scope": null, + "is_async": false + }, + { + "id": "tools.pydfu.main", + "name": "main", + "lineno": 553, + "scope": null, + "is_async": false + } + ], + "tools.uf2conv": [ + { + "id": "tools.uf2conv.is_uf2", + "name": "is_uf2", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tools.uf2conv.is_hex", + "name": "is_hex", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tools.uf2conv.convert_from_uf2", + "name": "convert_from_uf2", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "tools.uf2conv.convert_to_carray", + "name": "convert_to_carray", + "lineno": 143, + "scope": null, + "is_async": false + }, + { + "id": "tools.uf2conv.convert_to_uf2", + "name": "convert_to_uf2", + "lineno": 154, + "scope": null, + "is_async": false + }, + { + "id": "tools.uf2conv.Block.__init__", + "name": "__init__", + "lineno": 187, + "scope": "Block", + "is_async": false + }, + { + "id": "tools.uf2conv.Block.encode", + "name": "encode", + "lineno": 191, + "scope": "Block", + "is_async": false + }, + { + "id": "tools.uf2conv.convert_from_hex_to_uf2", + "name": "convert_from_hex_to_uf2", + "lineno": 214, + "scope": null, + "is_async": false + }, + { + "id": "tools.uf2conv.to_str", + "name": "to_str", + "lineno": 254, + "scope": null, + "is_async": false + }, + { + "id": "tools.uf2conv.get_drives", + "name": "get_drives", + "lineno": 258, + "scope": null, + "is_async": false + }, + { + "id": "tools.uf2conv.get_drives.has_info", + "name": "has_info", + "lineno": 288, + "scope": "get_drives", + "is_async": false + }, + { + "id": "tools.uf2conv.board_id", + "name": "board_id", + "lineno": 297, + "scope": null, + "is_async": false + }, + { + "id": "tools.uf2conv.list_drives", + "name": "list_drives", + "lineno": 303, + "scope": null, + "is_async": false + }, + { + "id": "tools.uf2conv.write_file", + "name": "write_file", + "lineno": 308, + "scope": null, + "is_async": false + }, + { + "id": "tools.uf2conv.load_families", + "name": "load_families", + "lineno": 314, + "scope": null, + "is_async": false + }, + { + "id": "tools.uf2conv.main", + "name": "main", + "lineno": 330, + "scope": null, + "is_async": false + }, + { + "id": "tools.uf2conv.main.error", + "name": "error", + "lineno": 333, + "scope": "main", + "is_async": false + } + ], + "tools.verifygitlog": [ + { + "id": "tools.verifygitlog.verbose", + "name": "verbose", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tools.verifygitlog.very_verbose", + "name": "very_verbose", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tools.verifygitlog.ErrorCollection.__init__", + "name": "__init__", + "lineno": 25, + "scope": "ErrorCollection", + "is_async": false + }, + { + "id": "tools.verifygitlog.ErrorCollection.error", + "name": "error", + "lineno": 30, + "scope": "ErrorCollection", + "is_async": false + }, + { + "id": "tools.verifygitlog.ErrorCollection.warning", + "name": "warning", + "lineno": 34, + "scope": "ErrorCollection", + "is_async": false + }, + { + "id": "tools.verifygitlog.git_log", + "name": "git_log", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tools.verifygitlog.diagnose_subject_line", + "name": "diagnose_subject_line", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tools.verifygitlog.verify", + "name": "verify", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tools.verifygitlog.verify_message_body", + "name": "verify_message_body", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "tools.verifygitlog.verify_subject_line_prefix", + "name": "verify_subject_line_prefix", + "lineno": 120, + "scope": null, + "is_async": false + }, + { + "id": "tools.verifygitlog.run", + "name": "run", + "lineno": 140, + "scope": null, + "is_async": false + }, + { + "id": "tools.verifygitlog.show_help", + "name": "show_help", + "lineno": 167, + "scope": null, + "is_async": false + } + ], + "tools.autobuild.build-downloads": [ + { + "id": "tools.autobuild.build-downloads.main", + "name": "main", + "lineno": 45, + "scope": null, + "is_async": false + } + ], + "tools.autobuild.remove_old_firmware": [ + { + "id": "tools.autobuild.remove_old_firmware.main", + "name": "main", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tools.make_pinout_diagram.compress": [], + "tools.make_pinout_diagram.pinout": [ + { + "id": "tools.make_pinout_diagram.pinout.ansi_colour", + "name": "ansi_colour", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tools.make_pinout_diagram.pinout.add_colour", + "name": "add_colour", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tools.make_pinout_diagram.pinout.colour_tags", + "name": "colour_tags", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tools.make_pinout_diagram.pinout.replace_tags", + "name": "replace_tags", + "lineno": 79, + "scope": null, + "is_async": false + }, + { + "id": "tools.make_pinout_diagram.pinout.colour_pins", + "name": "colour_pins", + "lineno": 83, + "scope": null, + "is_async": false + }, + { + "id": "tools.make_pinout_diagram.pinout.replace_gpio", + "name": "replace_gpio", + "lineno": 94, + "scope": null, + "is_async": false + } + ], + "tools.mpremote.mpremote": [], + "tools.mpremote.mpremote.commands": [ + { + "id": "tools.mpremote.mpremote.commands.do_connect", + "name": "do_connect", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.do_disconnect", + "name": "do_disconnect", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.show_progress_bar", + "name": "show_progress_bar", + "lineno": 94, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands._remote_path_join", + "name": "_remote_path_join", + "lineno": 113, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands._remote_path_dirname", + "name": "_remote_path_dirname", + "lineno": 122, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands._remote_path_basename", + "name": "_remote_path_basename", + "lineno": 130, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.do_filesystem_cp", + "name": "do_filesystem_cp", + "lineno": 134, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp", + "name": "do_filesystem_recursive_cp", + "lineno": 198, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp._list_recursive", + "name": "_list_recursive", + "lineno": 224, + "scope": "do_filesystem_recursive_cp", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp._mkdir", + "name": "_mkdir", + "lineno": 273, + "scope": "do_filesystem_recursive_cp", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.do_filesystem_recursive_rm", + "name": "do_filesystem_recursive_rm", + "lineno": 304, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.human_size", + "name": "human_size", + "lineno": 337, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.do_filesystem_tree", + "name": "do_filesystem_tree", + "lineno": 345, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.do_filesystem_tree._tree_recursive", + "name": "_tree_recursive", + "lineno": 349, + "scope": "do_filesystem_tree", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.do_filesystem", + "name": "do_filesystem", + "lineno": 380, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.do_edit", + "name": "do_edit", + "lineno": 458, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands._do_execbuffer", + "name": "_do_execbuffer", + "lineno": 482, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.do_exec", + "name": "do_exec", + "lineno": 499, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.do_eval", + "name": "do_eval", + "lineno": 503, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.do_run", + "name": "do_run", + "lineno": 508, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.do_mount", + "name": "do_mount", + "lineno": 518, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.do_umount", + "name": "do_umount", + "lineno": 525, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.do_resume", + "name": "do_resume", + "lineno": 530, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.do_soft_reset", + "name": "do_soft_reset", + "lineno": 534, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.do_rtc", + "name": "do_rtc", + "lineno": 539, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands._do_romfs_query", + "name": "_do_romfs_query", + "lineno": 564, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands._do_romfs_build", + "name": "_do_romfs_build", + "lineno": 604, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands._do_romfs_deploy", + "name": "_do_romfs_deploy", + "lineno": 624, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.commands.do_romfs", + "name": "do_romfs", + "lineno": 736, + "scope": null, + "is_async": false + } + ], + "tools.mpremote.mpremote.console": [ + { + "id": "tools.mpremote.mpremote.console.ConsolePosix.__init__", + "name": "__init__", + "lineno": 12, + "scope": "ConsolePosix", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.console.ConsolePosix.enter", + "name": "enter", + "lineno": 23, + "scope": "ConsolePosix", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.console.ConsolePosix.exit", + "name": "exit", + "lineno": 36, + "scope": "ConsolePosix", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.console.ConsolePosix.waitchar", + "name": "waitchar", + "lineno": 39, + "scope": "ConsolePosix", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.console.ConsolePosix.readchar", + "name": "readchar", + "lineno": 43, + "scope": "ConsolePosix", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.console.ConsolePosix.write", + "name": "write", + "lineno": 50, + "scope": "ConsolePosix", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.console.ConsoleWindows.__init__", + "name": "__init__", + "lineno": 83, + "scope": "ConsoleWindows", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.console.ConsoleWindows._sigint_handler", + "name": "_sigint_handler", + "lineno": 86, + "scope": "ConsoleWindows", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.console.ConsoleWindows.enter", + "name": "enter", + "lineno": 89, + "scope": "ConsoleWindows", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.console.ConsoleWindows.exit", + "name": "exit", + "lineno": 92, + "scope": "ConsoleWindows", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.console.ConsoleWindows.inWaiting", + "name": "inWaiting", + "lineno": 95, + "scope": "ConsoleWindows", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.console.ConsoleWindows.waitchar", + "name": "waitchar", + "lineno": 98, + "scope": "ConsoleWindows", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.console.ConsoleWindows.readchar", + "name": "readchar", + "lineno": 102, + "scope": "ConsoleWindows", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.console.ConsoleWindows.write", + "name": "write", + "lineno": 118, + "scope": "ConsoleWindows", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.console._check_bool", + "name": "_check_bool", + "lineno": 145, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.console.set_conout_mode", + "name": "set_conout_mode", + "lineno": 156, + "scope": null, + "is_async": false + } + ], + "tools.mpremote.mpremote.main": [ + { + "id": "tools.mpremote.mpremote.main.do_sleep", + "name": "do_sleep", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.do_help", + "name": "do_help", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.do_help.print_commands_help", + "name": "print_commands_help", + "lineno": 54, + "scope": "do_help", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.do_version", + "name": "do_version", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main._bool_flag", + "name": "_bool_flag", + "lineno": 84, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.argparse_connect", + "name": "argparse_connect", + "lineno": 101, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.argparse_sleep", + "name": "argparse_sleep", + "lineno": 109, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.argparse_edit", + "name": "argparse_edit", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.argparse_mount", + "name": "argparse_mount", + "lineno": 121, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.argparse_repl", + "name": "argparse_repl", + "lineno": 134, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.argparse_eval", + "name": "argparse_eval", + "lineno": 155, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.argparse_exec", + "name": "argparse_exec", + "lineno": 161, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.argparse_run", + "name": "argparse_run", + "lineno": 170, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.argparse_rtc", + "name": "argparse_rtc", + "lineno": 179, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.argparse_filesystem", + "name": "argparse_filesystem", + "lineno": 185, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.argparse_mip", + "name": "argparse_mip", + "lineno": 231, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.argparse_romfs", + "name": "argparse_romfs", + "lineno": 254, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.argparse_none", + "name": "argparse_none", + "lineno": 280, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.load_user_config", + "name": "load_user_config", + "lineno": 438, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.prepare_command_expansions", + "name": "prepare_command_expansions", + "lineno": 465, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.do_command_expansion", + "name": "do_command_expansion", + "lineno": 487, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.do_command_expansion.usage_error", + "name": "usage_error", + "lineno": 488, + "scope": "do_command_expansion", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.State.__init__", + "name": "__init__", + "lineno": 532, + "scope": "State", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.State.did_action", + "name": "did_action", + "lineno": 537, + "scope": "State", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.State.run_repl_on_completion", + "name": "run_repl_on_completion", + "lineno": 540, + "scope": "State", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.State.ensure_connected", + "name": "ensure_connected", + "lineno": 543, + "scope": "State", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.State.ensure_raw_repl", + "name": "ensure_raw_repl", + "lineno": 547, + "scope": "State", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.State.ensure_friendly_repl", + "name": "ensure_friendly_repl", + "lineno": 554, + "scope": "State", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.main.main", + "name": "main", + "lineno": 560, + "scope": null, + "is_async": false + } + ], + "tools.mpremote.mpremote.mip": [ + { + "id": "tools.mpremote.mpremote.mip._ensure_path_exists", + "name": "_ensure_path_exists", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.mip._check_exists", + "name": "_check_exists", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.mip._rewrite_url", + "name": "_rewrite_url", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.mip._download_file", + "name": "_download_file", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.mip._install_json", + "name": "_install_json", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.mip._install_package", + "name": "_install_package", + "lineno": 134, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.mip.do_mip", + "name": "do_mip", + "lineno": 165, + "scope": null, + "is_async": false + } + ], + "tools.mpremote.mpremote.mp_errno": [], + "tools.mpremote.mpremote.repl": [ + { + "id": "tools.mpremote.mpremote.repl.do_repl_main_loop", + "name": "do_repl_main_loop", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.repl.do_repl", + "name": "do_repl", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.repl.do_repl.console_out_write", + "name": "console_out_write", + "lineno": 84, + "scope": "do_repl", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.repl._is_disconnect_exception", + "name": "_is_disconnect_exception", + "lineno": 105, + "scope": null, + "is_async": false + } + ], + "tools.mpremote.mpremote.romfs": [ + { + "id": "tools.mpremote.mpremote.romfs.VfsRomWriter.__init__", + "name": "__init__", + "lineno": 21, + "scope": "VfsRomWriter", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.romfs.VfsRomWriter._encode_uint", + "name": "_encode_uint", + "lineno": 24, + "scope": "VfsRomWriter", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.romfs.VfsRomWriter._pack", + "name": "_pack", + "lineno": 32, + "scope": "VfsRomWriter", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.romfs.VfsRomWriter._extend", + "name": "_extend", + "lineno": 35, + "scope": "VfsRomWriter", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.romfs.VfsRomWriter.finalise", + "name": "finalise", + "lineno": 40, + "scope": "VfsRomWriter", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.romfs.VfsRomWriter.opendir", + "name": "opendir", + "lineno": 49, + "scope": "VfsRomWriter", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.romfs.VfsRomWriter.closedir", + "name": "closedir", + "lineno": 52, + "scope": "VfsRomWriter", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.romfs.VfsRomWriter.mkdata", + "name": "mkdata", + "lineno": 57, + "scope": "VfsRomWriter", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.romfs.VfsRomWriter.mkfile", + "name": "mkfile", + "lineno": 63, + "scope": "VfsRomWriter", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.romfs.copy_recursively", + "name": "copy_recursively", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.romfs.make_romfs", + "name": "make_romfs", + "lineno": 129, + "scope": null, + "is_async": false + } + ], + "tools.mpremote.mpremote.transport": [ + { + "id": "tools.mpremote.mpremote.transport.stdout_write_bytes", + "name": "stdout_write_bytes", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport.TransportExecError.__init__", + "name": "__init__", + "lineno": 47, + "scope": "TransportExecError", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport._convert_filesystem_error", + "name": "_convert_filesystem_error", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport.Transport.fs_listdir", + "name": "fs_listdir", + "lineno": 80, + "scope": "Transport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport.Transport.fs_listdir.repr_consumer", + "name": "repr_consumer", + "lineno": 83, + "scope": "Transport.fs_listdir", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport.Transport.fs_stat", + "name": "fs_stat", + "lineno": 101, + "scope": "Transport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport.Transport.fs_exists", + "name": "fs_exists", + "lineno": 108, + "scope": "Transport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport.Transport.fs_isdir", + "name": "fs_isdir", + "lineno": 115, + "scope": "Transport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport.Transport.fs_printfile", + "name": "fs_printfile", + "lineno": 123, + "scope": "Transport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport.Transport.fs_readfile", + "name": "fs_readfile", + "lineno": 133, + "scope": "Transport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport.Transport.fs_writefile", + "name": "fs_writefile", + "lineno": 154, + "scope": "Transport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport.Transport.fs_mkdir", + "name": "fs_mkdir", + "lineno": 172, + "scope": "Transport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport.Transport.fs_rmdir", + "name": "fs_rmdir", + "lineno": 178, + "scope": "Transport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport.Transport.fs_rmfile", + "name": "fs_rmfile", + "lineno": 184, + "scope": "Transport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport.Transport.fs_touchfile", + "name": "fs_touchfile", + "lineno": 190, + "scope": "Transport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport.Transport.fs_hashfile", + "name": "fs_hashfile", + "lineno": 196, + "scope": "Transport", + "is_async": false + } + ], + "tools.mpremote.mpremote.transport_serial": [ + { + "id": "tools.mpremote.mpremote.transport_serial.SerialTransport.__init__", + "name": "__init__", + "lineno": 52, + "scope": "SerialTransport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialTransport.close", + "name": "close", + "lineno": 108, + "scope": "SerialTransport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialTransport.read_until", + "name": "read_until", + "lineno": 121, + "scope": "SerialTransport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialTransport.enter_raw_repl", + "name": "enter_raw_repl", + "lineno": 162, + "scope": "SerialTransport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialTransport.exit_raw_repl", + "name": "exit_raw_repl", + "lineno": 198, + "scope": "SerialTransport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialTransport.follow", + "name": "follow", + "lineno": 202, + "scope": "SerialTransport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialTransport.raw_paste_write", + "name": "raw_paste_write", + "lineno": 218, + "scope": "SerialTransport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec_raw_no_follow", + "name": "exec_raw_no_follow", + "lineno": 253, + "scope": "SerialTransport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec_raw", + "name": "exec_raw", + "lineno": 294, + "scope": "SerialTransport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialTransport.eval", + "name": "eval", + "lineno": 298, + "scope": "SerialTransport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec", + "name": "exec", + "lineno": 308, + "scope": "SerialTransport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialTransport.execfile", + "name": "execfile", + "lineno": 314, + "scope": "SerialTransport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialTransport.mount_local", + "name": "mount_local", + "lineno": 319, + "scope": "SerialTransport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialTransport.write_ctrl_d", + "name": "write_ctrl_d", + "lineno": 328, + "scope": "SerialTransport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialTransport.umount_local", + "name": "umount_local", + "lineno": 417, + "scope": "SerialTransport", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.__init__", + "name": "__init__", + "lineno": 796, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_s8", + "name": "rd_s8", + "lineno": 804, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_s32", + "name": "rd_s32", + "lineno": 807, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_bytes", + "name": "rd_bytes", + "lineno": 810, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_str", + "name": "rd_str", + "lineno": 814, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_s8", + "name": "wr_s8", + "lineno": 821, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_s32", + "name": "wr_s32", + "lineno": 824, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_u32", + "name": "wr_u32", + "lineno": 827, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_bytes", + "name": "wr_bytes", + "lineno": 830, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_str", + "name": "wr_str", + "lineno": 834, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.log_cmd", + "name": "log_cmd", + "lineno": 839, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.path_check", + "name": "path_check", + "lineno": 842, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_stat", + "name": "do_stat", + "lineno": 852, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_ilistdir_start", + "name": "do_ilistdir_start", + "lineno": 869, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_ilistdir_next", + "name": "do_ilistdir_next", + "lineno": 879, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_open", + "name": "do_open", + "lineno": 892, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_close", + "name": "do_close", + "lineno": 911, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_read", + "name": "do_read", + "lineno": 917, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_readline", + "name": "do_readline", + "lineno": 926, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_seek", + "name": "do_seek", + "lineno": 934, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_write", + "name": "do_write", + "lineno": 945, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_remove", + "name": "do_remove", + "lineno": 954, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_rename", + "name": "do_rename", + "lineno": 965, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_mkdir", + "name": "do_mkdir", + "lineno": 978, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_rmdir", + "name": "do_rmdir", + "lineno": 989, + "scope": "PyboardCommand", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialIntercept.__init__", + "name": "__init__", + "lineno": 1018, + "scope": "SerialIntercept", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialIntercept._check_input", + "name": "_check_input", + "lineno": 1024, + "scope": "SerialIntercept", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialIntercept.fd", + "name": "fd", + "lineno": 1043, + "scope": "SerialIntercept", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialIntercept.close", + "name": "close", + "lineno": 1046, + "scope": "SerialIntercept", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialIntercept.inWaiting", + "name": "inWaiting", + "lineno": 1049, + "scope": "SerialIntercept", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialIntercept.read", + "name": "read", + "lineno": 1053, + "scope": "SerialIntercept", + "is_async": false + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialIntercept.write", + "name": "write", + "lineno": 1060, + "scope": "SerialIntercept", + "is_async": false + } + ], + "tools.mpremote.mpremote.__main__": [], + "tools.mpremote.tests._test_mount_readinto_array": [], + "tools.mpremote.tests._test_mount_write_array": [] + }, + "class_graph": { + "docs.conf": [], + "docs.readthedocs.settings.local_settings": [], + "examples.accellog": [], + "examples.accel_i2c": [], + "examples.asmled": [], + "examples.asmsum": [], + "examples.conwaylife": [], + "examples.ledangle": [], + "examples.mandel": [], + "examples.micropython": [], + "examples.pyb": [ + { + "id": "examples.pyb.LCD", + "name": "LCD", + "lineno": 22, + "bases": [], + "scope": null + } + ], + "examples.switch": [], + "examples.bluetooth.ble_advertising": [], + "examples.bluetooth.ble_bonding_peripheral": [ + { + "id": "examples.bluetooth.ble_bonding_peripheral.BLETemperature", + "name": "BLETemperature", + "lineno": 65, + "bases": [], + "scope": null + } + ], + "examples.bluetooth.ble_simple_central": [ + { + "id": "examples.bluetooth.ble_simple_central.BLESimpleCentral", + "name": "BLESimpleCentral", + "lineno": 49, + "bases": [], + "scope": null + } + ], + "examples.bluetooth.ble_simple_peripheral": [ + { + "id": "examples.bluetooth.ble_simple_peripheral.BLESimplePeripheral", + "name": "BLESimplePeripheral", + "lineno": 40, + "bases": [], + "scope": null + } + ], + "examples.bluetooth.ble_temperature": [ + { + "id": "examples.bluetooth.ble_temperature.BLETemperature", + "name": "BLETemperature", + "lineno": 44, + "bases": [], + "scope": null + } + ], + "examples.bluetooth.ble_temperature_central": [ + { + "id": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral", + "name": "BLETemperatureCentral", + "lineno": 54, + "bases": [], + "scope": null + } + ], + "examples.bluetooth.ble_uart_peripheral": [ + { + "id": "examples.bluetooth.ble_uart_peripheral.BLEUART", + "name": "BLEUART", + "lineno": 38, + "bases": [], + "scope": null + } + ], + "examples.bluetooth.ble_uart_repl": [ + { + "id": "examples.bluetooth.ble_uart_repl.BLEUARTStream", + "name": "BLEUARTStream", + "lineno": 37, + "bases": [ + "io.IOBase" + ], + "scope": null + } + ], + "examples.hwapi.button_led": [], + "examples.hwapi.button_reaction": [], + "examples.hwapi.hwconfig_console": [ + { + "id": "examples.hwapi.hwconfig_console.LEDClass", + "name": "LEDClass", + "lineno": 3, + "bases": [], + "scope": null + } + ], + "examples.hwapi.hwconfig_dragonboard410c": [], + "examples.hwapi.hwconfig_esp8266_esp12": [], + "examples.hwapi.hwconfig_pyboard": [], + "examples.hwapi.hwconfig_z_96b_carbon": [], + "examples.hwapi.hwconfig_z_frdm_k64f": [], + "examples.hwapi.soft_pwm": [], + "examples.hwapi.soft_pwm2_asyncio": [], + "examples.hwapi.soft_pwm_asyncio": [], + "examples.natmod.features2.test": [], + "examples.network.https_client": [], + "examples.network.https_client_nonblocking": [], + "examples.network.https_server": [], + "examples.network.http_client": [], + "examples.network.http_server": [], + "examples.network.http_server_simplistic": [], + "examples.network.http_server_simplistic_commented": [], + "examples.rp2.pio_1hz": [], + "examples.rp2.pio_exec": [], + "examples.rp2.pio_pinchange": [], + "examples.rp2.pio_pwm": [ + { + "id": "examples.rp2.pio_pwm.PIOPWM", + "name": "PIOPWM", + "lineno": 24, + "bases": [], + "scope": null + } + ], + "examples.rp2.pio_uart_rx": [], + "examples.rp2.pio_uart_tx": [], + "examples.rp2.pio_ws2812": [], + "examples.rp2.pwm_fade": [], + "examples.SDdatalogger.boot": [], + "examples.SDdatalogger.cardreader": [], + "examples.SDdatalogger.datalogger": [], + "examples.unix.ffi_example": [], + "examples.unix.machine_bios": [], + "examples.usb.usb_dfu_device": [ + { + "id": "examples.usb.usb_dfu_device.DFUOverUSB", + "name": "DFUOverUSB", + "lineno": 108, + "bases": [], + "scope": null + }, + { + "id": "examples.usb.usb_dfu_device.DFU", + "name": "DFU", + "lineno": 137, + "bases": [], + "scope": null + } + ], + "examples.usb.usb_simple_device": [], + "examples.usb.usb_simple_host_pyusb": [], + "extmod.asyncio.core": [ + { + "id": "extmod.asyncio.core.CancelledError", + "name": "CancelledError", + "lineno": 18, + "bases": [ + "BaseException" + ], + "scope": null + }, + { + "id": "extmod.asyncio.core.TimeoutError", + "name": "TimeoutError", + "lineno": 22, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "extmod.asyncio.core.SingletonGenerator", + "name": "SingletonGenerator", + "lineno": 35, + "bases": [], + "scope": null + }, + { + "id": "extmod.asyncio.core.IOQueue", + "name": "IOQueue", + "lineno": 70, + "bases": [], + "scope": null + }, + { + "id": "extmod.asyncio.core.Loop", + "name": "Loop", + "lineno": 263, + "bases": [], + "scope": null + } + ], + "extmod.asyncio.event": [ + { + "id": "extmod.asyncio.event.Event", + "name": "Event", + "lineno": 8, + "bases": [], + "scope": null + }, + { + "id": "extmod.asyncio.event.ThreadSafeFlag", + "name": "ThreadSafeFlag", + "lineno": 45, + "bases": [ + "io.IOBase" + ], + "scope": null + } + ], + "extmod.asyncio.funcs": [ + { + "id": "extmod.asyncio.funcs._Remove", + "name": "_Remove", + "lineno": 58, + "bases": [], + "scope": null + } + ], + "extmod.asyncio.lock": [ + { + "id": "extmod.asyncio.lock.Lock", + "name": "Lock", + "lineno": 8, + "bases": [], + "scope": null + } + ], + "extmod.asyncio.manifest": [], + "extmod.asyncio.stream": [ + { + "id": "extmod.asyncio.stream.Stream", + "name": "Stream", + "lineno": 7, + "bases": [], + "scope": null + }, + { + "id": "extmod.asyncio.stream.Server", + "name": "Server", + "lineno": 127, + "bases": [], + "scope": null + } + ], + "extmod.asyncio.task": [ + { + "id": "extmod.asyncio.task.TaskQueue", + "name": "TaskQueue", + "lineno": 95, + "bases": [], + "scope": null + }, + { + "id": "extmod.asyncio.task.Task", + "name": "Task", + "lineno": 121, + "bases": [], + "scope": null + } + ], + "extmod.asyncio.uasyncio": [], + "extmod.asyncio": [], + "mpy-cross.mpy_cross": [ + { + "id": "mpy-cross.mpy_cross.CrossCompileError", + "name": "CrossCompileError", + "lineno": 54, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "mpy-cross.mpy_cross.__main__": [], + "ports.alif.boards.manifest": [], + "ports.alif.mcu.make-pins": [ + { + "id": "ports.alif.mcu.make-pins.AlifPin", + "name": "AlifPin", + "lineno": 36, + "bases": [ + "boardgen.Pin" + ], + "scope": null + }, + { + "id": "ports.alif.mcu.make-pins.AlifPinGenerator", + "name": "AlifPinGenerator", + "lineno": 94, + "bases": [ + "boardgen.PinGenerator" + ], + "scope": null + } + ], + "ports.alif.modules.he._boot": [], + "ports.alif.modules.hp._boot": [], + "ports.cc3200.boards.make-pins": [ + { + "id": "ports.cc3200.boards.make-pins.AF", + "name": "AF", + "lineno": 36, + "bases": [], + "scope": null + }, + { + "id": "ports.cc3200.boards.make-pins.Pin", + "name": "Pin", + "lineno": 57, + "bases": [], + "scope": null + }, + { + "id": "ports.cc3200.boards.make-pins.Pins", + "name": "Pins", + "lineno": 102, + "bases": [], + "scope": null + } + ], + "ports.cc3200.tools.smoke": [], + "ports.cc3200.tools.uniflash": [], + "ports.cc3200.tools.update-wipy": [], + "ports.esp32.makeimg": [], + "ports.esp32.boards.make-pins": [ + { + "id": "ports.esp32.boards.make-pins.Esp32Pin", + "name": "Esp32Pin", + "lineno": 14, + "bases": [ + "boardgen.Pin" + ], + "scope": null + }, + { + "id": "ports.esp32.boards.make-pins.Esp32PinGenerator", + "name": "Esp32PinGenerator", + "lineno": 47, + "bases": [ + "boardgen.NumericPinGenerator" + ], + "scope": null + } + ], + "ports.esp32.boards.manifest": [], + "ports.esp32.boards.manifest_test": [], + "ports.esp32.boards.ARDUINO_NANO_ESP32.manifest": [], + "ports.esp32.boards.LILYGO_T3_S3.manifest": [], + "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3": [], + "ports.esp32.boards.LILYGO_TTGO_LORA32.manifest": [], + "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled": [ + { + "id": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled.OLED", + "name": "OLED", + "lineno": 6, + "bases": [ + "SSD1306_I2C" + ], + "scope": null + } + ], + "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32": [ + { + "id": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base", + "name": "Lora32Base", + "lineno": 10, + "bases": [], + "scope": null + }, + { + "id": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32v1_0", + "name": "Lora32v1_0", + "lineno": 43, + "bases": [ + "Lora32Base" + ], + "scope": null + }, + { + "id": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32v1_2", + "name": "Lora32v1_2", + "lineno": 60, + "bases": [ + "Lora32Base" + ], + "scope": null + }, + { + "id": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32", + "name": "Lora32", + "lineno": 71, + "bases": [ + "Lora32Base" + ], + "scope": null + } + ], + "ports.esp32.boards.LOLIN_C3_MINI.manifest": [], + "ports.esp32.boards.LOLIN_C3_MINI.modules.c3mini": [], + "ports.esp32.boards.LOLIN_S2_MINI.manifest": [], + "ports.esp32.boards.LOLIN_S2_MINI.modules.s2mini": [], + "ports.esp32.boards.LOLIN_S2_PICO.manifest": [], + "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico": [], + "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled": [ + { + "id": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled.OLED", + "name": "OLED", + "lineno": 6, + "bases": [ + "SSD1306_I2C" + ], + "scope": null + } + ], + "ports.esp32.boards.M5STACK_ATOM.manifest": [], + "ports.esp32.boards.M5STACK_ATOM.modules.atom": [ + { + "id": "ports.esp32.boards.M5STACK_ATOM.modules.atom.ATOM", + "name": "ATOM", + "lineno": 41, + "bases": [], + "scope": null + }, + { + "id": "ports.esp32.boards.M5STACK_ATOM.modules.atom.Lite", + "name": "Lite", + "lineno": 66, + "bases": [ + "ATOM" + ], + "scope": null + }, + { + "id": "ports.esp32.boards.M5STACK_ATOM.modules.atom.Matrix", + "name": "Matrix", + "lineno": 72, + "bases": [ + "ATOM" + ], + "scope": null + } + ], + "ports.esp32.boards.SIL_MANT1S.manifest": [], + "ports.esp32.boards.SIL_MANT1S.modules.ping": [], + "ports.esp32.boards.SPARKFUN_IOT_REDBOARD_ESP32.manifest": [], + "ports.esp32.boards.SPARKFUN_THINGPLUS_ESP32C5.manifest": [], + "ports.esp32.boards.UM_FEATHERS2.manifest": [], + "ports.esp32.boards.UM_FEATHERS2.modules.feathers2": [], + "ports.esp32.boards.UM_FEATHERS2NEO.manifest": [], + "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo": [], + "ports.esp32.boards.UM_FEATHERS3.manifest": [], + "ports.esp32.boards.UM_FEATHERS3.modules.feathers3": [], + "ports.esp32.boards.UM_FEATHERS3NEO.manifest": [], + "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo": [], + "ports.esp32.boards.UM_NANOS3.manifest": [], + "ports.esp32.boards.UM_NANOS3.modules.nanos3": [], + "ports.esp32.boards.UM_OMGS3.manifest": [], + "ports.esp32.boards.UM_OMGS3.modules.max17048": [ + { + "id": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048", + "name": "MAX17048", + "lineno": 10, + "bases": [], + "scope": null + } + ], + "ports.esp32.boards.UM_OMGS3.modules.omgs3": [], + "ports.esp32.boards.UM_PROS3.manifest": [], + "ports.esp32.boards.UM_PROS3.modules.pros3": [], + "ports.esp32.boards.UM_RGBTOUCH_MINI.manifest": [], + "ports.esp32.boards.UM_TINYPICO.manifest": [], + "ports.esp32.boards.UM_TINYPICO.modules.dotstar": [ + { + "id": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar", + "name": "DotStar", + "lineno": 40, + "bases": [], + "scope": null + } + ], + "ports.esp32.boards.UM_TINYPICO.modules.tinypico": [], + "ports.esp32.boards.UM_TINYS2.manifest": [], + "ports.esp32.boards.UM_TINYS2.modules.tinys2": [], + "ports.esp32.boards.UM_TINYS3.manifest": [], + "ports.esp32.boards.UM_TINYS3.modules.tinys3": [], + "ports.esp32.modules.apa106": [ + { + "id": "ports.esp32.modules.apa106.APA106", + "name": "APA106", + "lineno": 7, + "bases": [ + "NeoPixel" + ], + "scope": null + } + ], + "ports.esp32.modules.espnow": [ + { + "id": "ports.esp32.modules.espnow.ESPNow", + "name": "ESPNow", + "lineno": 7, + "bases": [ + "ESPNowBase" + ], + "scope": null + } + ], + "ports.esp32.modules.flashbdev": [], + "ports.esp32.modules.inisetup": [], + "ports.esp32.modules.machine": [ + { + "id": "ports.esp32.modules.machine._CounterBase", + "name": "_CounterBase", + "lineno": 19, + "bases": [], + "scope": null + }, + { + "id": "ports.esp32.modules.machine.Counter", + "name": "Counter", + "lineno": 135, + "bases": [ + "_CounterBase" + ], + "scope": null + }, + { + "id": "ports.esp32.modules.machine.Encoder", + "name": "Encoder", + "lineno": 152, + "bases": [ + "_CounterBase" + ], + "scope": null + } + ], + "ports.esp32.modules._boot": [], + "ports.esp32.tools.metrics_esp32": [ + { + "id": "ports.esp32.tools.metrics_esp32.BuildSizes", + "name": "BuildSizes", + "lineno": 63, + "bases": [], + "scope": null + } + ], + "ports.esp8266.makeimg": [], + "ports.esp8266.boards.manifest": [], + "ports.esp8266.boards.ESP8266_GENERIC.manifest_2MiB": [], + "ports.esp8266.boards.ESP8266_GENERIC.manifest_512kiB": [], + "ports.esp8266.boards.ESP8266_GENERIC._boot": [], + "ports.esp8266.modules.apa102": [ + { + "id": "ports.esp8266.modules.apa102.APA102", + "name": "APA102", + "lineno": 8, + "bases": [ + "NeoPixel" + ], + "scope": null + } + ], + "ports.esp8266.modules.espnow": [ + { + "id": "ports.esp8266.modules.espnow.ESPNow", + "name": "ESPNow", + "lineno": 8, + "bases": [ + "ESPNowBase" + ], + "scope": null + } + ], + "ports.esp8266.modules.flashbdev": [ + { + "id": "ports.esp8266.modules.flashbdev.FlashBdev", + "name": "FlashBdev", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "ports.esp8266.modules.inisetup": [], + "ports.esp8266.modules.port_diag": [], + "ports.esp8266.modules._boot": [], + "ports.mimxrt.boards.make-flexram-config": [], + "ports.mimxrt.boards.make-pins": [ + { + "id": "ports.mimxrt.boards.make-pins.MimxrtPin", + "name": "MimxrtPin", + "lineno": 32, + "bases": [ + "boardgen.Pin" + ], + "scope": null + }, + { + "id": "ports.mimxrt.boards.make-pins.MimxrtPinGenerator", + "name": "MimxrtPinGenerator", + "lineno": 151, + "bases": [ + "boardgen.PinGenerator" + ], + "scope": null + } + ], + "ports.mimxrt.boards.manifest": [], + "ports.mimxrt.boards.MIMXRT1020_EVK.manifest": [], + "ports.mimxrt.boards.MIMXRT1050_EVK.manifest": [], + "ports.mimxrt.boards.MIMXRT1060_EVK.manifest": [], + "ports.mimxrt.boards.MIMXRT1064_EVK.manifest": [], + "ports.mimxrt.boards.MIMXRT1170_EVK.manifest": [], + "ports.mimxrt.boards.PHYBOARD_RT1170.manifest": [], + "ports.mimxrt.boards.SEEED_ARCH_MIX.manifest": [], + "ports.mimxrt.boards.TEENSY40.format": [], + "ports.mimxrt.boards.TEENSY41.manifest": [], + "ports.mimxrt.modules._boot": [], + "ports.nrf.boards.make-pins": [ + { + "id": "ports.nrf.boards.make-pins.AlternateFunction", + "name": "AlternateFunction", + "lineno": 38, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "ports.nrf.boards.make-pins.Pin", + "name": "Pin", + "lineno": 88, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "ports.nrf.boards.make-pins.NamedPin", + "name": "NamedPin", + "lineno": 188, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "ports.nrf.boards.make-pins.Pins", + "name": "Pins", + "lineno": 200, + "bases": [ + "object" + ], + "scope": null + } + ], + "ports.nrf.boards.manifest": [], + "ports.nrf.boards.manifest_minimal": [], + "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.manifest": [], + "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu": [ + { + "id": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu.IMU", + "name": "IMU", + "lineno": 24, + "bases": [], + "scope": null + } + ], + "ports.nrf.examples.mountsd": [], + "ports.nrf.examples.musictest": [], + "ports.nrf.examples.nrf52_pwm": [], + "ports.nrf.examples.nrf52_servo": [ + { + "id": "ports.nrf.examples.nrf52_servo.Servo", + "name": "Servo", + "lineno": 29, + "bases": [], + "scope": null + } + ], + "ports.nrf.examples.powerup": [ + { + "id": "ports.nrf.examples.powerup.PowerUp3", + "name": "PowerUp3", + "lineno": 73, + "bases": [], + "scope": null + } + ], + "ports.nrf.examples.seeed_tft": [ + { + "id": "ports.nrf.examples.seeed_tft.ILI9341", + "name": "ILI9341", + "lineno": 61, + "bases": [], + "scope": null + } + ], + "ports.nrf.examples.ssd1306_mod": [ + { + "id": "ports.nrf.examples.ssd1306_mod.SSD1306_I2C_Mod", + "name": "SSD1306_I2C_Mod", + "lineno": 28, + "bases": [ + "SSD1306_I2C" + ], + "scope": null + } + ], + "ports.nrf.examples.ubluepy_eddystone": [], + "ports.nrf.examples.ubluepy_scan": [], + "ports.nrf.examples.ubluepy_temp": [], + "ports.nrf.freeze.test": [], + "ports.nrf.modules.scripts._boot": [], + "ports.qemu.test-frzmpy.frozen_asm_rv32": [], + "ports.qemu.test-frzmpy.frozen_asm_thumb": [], + "ports.qemu.test-frzmpy.frozen_const": [], + "ports.qemu.test-frzmpy.frozen_viper": [], + "ports.qemu.test-frzmpy.native_frozen_align": [], + "ports.renesas-ra.boards.make-pins": [ + { + "id": "ports.renesas-ra.boards.make-pins.RenesasRaPin", + "name": "RenesasRaPin", + "lineno": 11, + "bases": [ + "boardgen.Pin" + ], + "scope": null + }, + { + "id": "ports.renesas-ra.boards.make-pins.RenesasRaPinGenerator", + "name": "RenesasRaPinGenerator", + "lineno": 69, + "bases": [ + "boardgen.PinGenerator" + ], + "scope": null + } + ], + "ports.renesas-ra.boards.manifest": [], + "ports.renesas-ra.boards.ARDUINO_PORTENTA_C33.manifest": [], + "ports.renesas-ra.boards.EK_RA4M1.manifest": [], + "ports.renesas-ra.boards.RA4M1_CLICKER.manifest": [], + "ports.rp2.boards.make-pins": [ + { + "id": "ports.rp2.boards.make-pins.Rp2Pin", + "name": "Rp2Pin", + "lineno": 17, + "bases": [ + "boardgen.Pin" + ], + "scope": null + }, + { + "id": "ports.rp2.boards.make-pins.Rp2PinGenerator", + "name": "Rp2PinGenerator", + "lineno": 112, + "bases": [ + "boardgen.NumericPinGenerator" + ], + "scope": null + } + ], + "ports.rp2.boards.manifest": [], + "ports.rp2.boards.ARDUINO_NANO_RP2040_CONNECT.manifest": [], + "ports.rp2.boards.CYTRON_NANOXRP_CONTROLLER.manifest": [], + "ports.rp2.boards.NULLBITS_BIT_C_PRO.board": [], + "ports.rp2.boards.NULLBITS_BIT_C_PRO.manifest": [], + "ports.rp2.boards.RPI_PICO2_W.manifest": [], + "ports.rp2.boards.RPI_PICO_W.manifest": [], + "ports.rp2.boards.SIL_RP2040_SHIM.manifest": [], + "ports.rp2.boards.SOLDERED_NULA_MAX_RP2350.manifest": [], + "ports.rp2.boards.SPARKFUN_IOTNODE_LORAWAN_RP2350.manifest": [], + "ports.rp2.boards.SPARKFUN_IOTREDBOARD_RP2350.manifest": [], + "ports.rp2.boards.SPARKFUN_THINGPLUS_RP2350.manifest": [], + "ports.rp2.boards.SPARKFUN_XRP_CONTROLLER.manifest": [], + "ports.rp2.boards.SPARKFUN_XRP_CONTROLLER_BETA.manifest": [], + "ports.rp2.boards.W5100S_EVB_PICO.manifest": [], + "ports.rp2.boards.W5500_EVB_PICO.manifest": [], + "ports.rp2.boards.WEACTSTUDIO.manifest": [], + "ports.rp2.boards.WEACTSTUDIO.modules.board": [], + "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE.manifest": [], + "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE.modules.board": [], + "ports.rp2.modules.rp2": [ + { + "id": "ports.rp2.modules.rp2.PIOASMError", + "name": "PIOASMError", + "lineno": 19, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "ports.rp2.modules.rp2.PIOASMEmit", + "name": "PIOASMEmit", + "lineno": 23, + "bases": [], + "scope": null + } + ], + "ports.rp2.modules._boot": [], + "ports.rp2.modules._boot_fat": [], + "ports.samd.boards.make-pins": [ + { + "id": "ports.samd.boards.make-pins.SamdPin", + "name": "SamdPin", + "lineno": 21, + "bases": [ + "boardgen.Pin" + ], + "scope": null + }, + { + "id": "ports.samd.boards.make-pins.SamdPinGenerator", + "name": "SamdPinGenerator", + "lineno": 75, + "bases": [ + "boardgen.PinGenerator" + ], + "scope": null + } + ], + "ports.samd.boards.manifest": [], + "ports.samd.mcu.samd21.manifest": [], + "ports.samd.mcu.samd51.manifest": [], + "ports.samd.modules._boot": [], + "ports.stm32.make-stmconst": [ + { + "id": "ports.stm32.make-stmconst.LexerError", + "name": "LexerError", + "lineno": 28, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "ports.stm32.make-stmconst.Lexer", + "name": "Lexer", + "lineno": 33, + "bases": [], + "scope": null + } + ], + "ports.stm32.boards.make-pins": [ + { + "id": "ports.stm32.boards.make-pins.Stm32Pin", + "name": "Stm32Pin", + "lineno": 58, + "bases": [ + "boardgen.Pin" + ], + "scope": null + }, + { + "id": "ports.stm32.boards.make-pins.Stm32PinGenerator", + "name": "Stm32PinGenerator", + "lineno": 222, + "bases": [ + "boardgen.PinGenerator" + ], + "scope": null + } + ], + "ports.stm32.boards.manifest": [], + "ports.stm32.boards.manifest_pyboard": [], + "ports.stm32.boards.plli2svalues": [ + { + "id": "ports.stm32.boards.plli2svalues.MCU", + "name": "MCU", + "lineno": 11, + "bases": [], + "scope": null + } + ], + "ports.stm32.boards.pllvalues": [ + { + "id": "ports.stm32.boards.pllvalues.MCU", + "name": "MCU", + "lineno": 10, + "bases": [], + "scope": null + } + ], + "ports.stm32.boards.ARDUINO_GIGA.manifest": [], + "ports.stm32.boards.ARDUINO_NICLA_VISION.manifest": [], + "ports.stm32.boards.ARDUINO_OPTA.manifest": [], + "ports.stm32.boards.ARDUINO_PORTENTA_H7.manifest": [], + "ports.stm32.boards.GARATRONIC_PYBSTICK26_F411.manifest": [], + "ports.stm32.boards.LEGO_HUB_NO6.appupdate": [], + "ports.stm32.boards.LEGO_HUB_NO6.manifest": [], + "ports.stm32.boards.LEGO_HUB_NO7.manifest": [], + "ports.stm32.boards.NUCLEO_F429ZI.manifest": [], + "ports.stm32.boards.NUCLEO_F439ZI.manifest": [], + "ports.stm32.boards.NUCLEO_F746ZG.manifest": [], + "ports.stm32.boards.NUCLEO_F756ZG.manifest": [], + "ports.stm32.boards.NUCLEO_F767ZI.manifest": [], + "ports.stm32.boards.NUCLEO_H723ZG.manifest": [], + "ports.stm32.boards.NUCLEO_H743ZI.manifest": [], + "ports.stm32.boards.NUCLEO_WB55.rfcore_debug": [], + "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware": [ + { + "id": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash", + "name": "_Flash", + "lineno": 206, + "bases": [], + "scope": null + } + ], + "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware": [], + "ports.stm32.boards.NUCLEO_WL55.manifest": [], + "ports.stm32.boards.OLIMEX_E407.manifest": [], + "ports.stm32.boards.OPENMV_N6.manifest": [], + "ports.stm32.boards.PYBD_SF2.manifest": [], + "ports.stm32.boards.PYBV10.manifest": [], + "ports.stm32.boards.STM32F4DISC.staccel": [ + { + "id": "ports.stm32.boards.STM32F4DISC.staccel.STAccel", + "name": "STAccel", + "lineno": 42, + "bases": [], + "scope": null + } + ], + "ports.stm32.boards.STM32F769DISC.manifest": [], + "ports.stm32.boards.STM32F7DISC.manifest": [], + "ports.stm32.boards.STM32H573I_DK.manifest": [], + "ports.stm32.boards.STM32H747I_DISCO.manifest": [], + "ports.stm32.boards.VCC_GND_F407ZG.manifest": [], + "ports.stm32.boards.WEACTSTUDIO_MINI_STM32H743.manifest": [], + "ports.stm32.mboot.fwupdate": [ + { + "id": "ports.stm32.mboot.fwupdate.Flash", + "name": "Flash", + "lineno": 88, + "bases": [], + "scope": null + } + ], + "ports.stm32.mboot.mboot": [ + { + "id": "ports.stm32.mboot.mboot.Bootloader", + "name": "Bootloader", + "lineno": 24, + "bases": [], + "scope": null + } + ], + "ports.stm32.mboot.mboot_pack_dfu": [ + { + "id": "ports.stm32.mboot.mboot_pack_dfu.Keys", + "name": "Keys", + "lineno": 59, + "bases": [], + "scope": null + } + ], + "ports.unix.variants.manifest": [], + "ports.unix.variants.coverage.manifest": [], + "ports.unix.variants.coverage.frzmpy.frzmpy1": [], + "ports.unix.variants.coverage.frzmpy.frzmpy2": [], + "ports.unix.variants.coverage.frzmpy.frzmpy3": [], + "ports.unix.variants.coverage.frzmpy.frzmpy4": [], + "ports.unix.variants.coverage.frzmpy.frzqstr": [], + "ports.unix.variants.coverage.frzmpy.frzmpy_pkg1": [], + "ports.unix.variants.coverage.frzmpy.frzmpy_pkg2.mod": [ + { + "id": "ports.unix.variants.coverage.frzmpy.frzmpy_pkg2.mod.Foo", + "name": "Foo", + "lineno": 5, + "bases": [], + "scope": null + } + ], + "ports.unix.variants.coverage.frzstr.frzstr1": [], + "ports.unix.variants.coverage.frzstr.frzstr_pkg1": [], + "ports.unix.variants.coverage.frzstr.frzstr_pkg2.mod": [ + { + "id": "ports.unix.variants.coverage.frzstr.frzstr_pkg2.mod.Foo", + "name": "Foo", + "lineno": 5, + "bases": [], + "scope": null + } + ], + "ports.unix.variants.standard.manifest": [], + "ports.webassembly.asyncio.core": [ + { + "id": "ports.webassembly.asyncio.core.CancelledError", + "name": "CancelledError", + "lineno": 15, + "bases": [ + "BaseException" + ], + "scope": null + }, + { + "id": "ports.webassembly.asyncio.core.TimeoutError", + "name": "TimeoutError", + "lineno": 19, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "ports.webassembly.asyncio.core.SingletonGenerator", + "name": "SingletonGenerator", + "lineno": 32, + "bases": [], + "scope": null + }, + { + "id": "ports.webassembly.asyncio.core.TopLevelCoro", + "name": "TopLevelCoro", + "lineno": 69, + "bases": [], + "scope": null + }, + { + "id": "ports.webassembly.asyncio.core.ThenableEvent", + "name": "ThenableEvent", + "lineno": 80, + "bases": [], + "scope": null + }, + { + "id": "ports.webassembly.asyncio.core.Loop", + "name": "Loop", + "lineno": 227, + "bases": [], + "scope": null + } + ], + "ports.webassembly.asyncio": [], + "ports.webassembly.variants.manifest": [], + "ports.webassembly.variants.pyscript.manifest": [], + "ports.windows.variants.manifest": [], + "ports.windows.variants.dev.manifest": [], + "ports.zephyr.boards.manifest": [], + "ports.zephyr.boards.bflb.manifest": [], + "ports.zephyr.boards.mimxrt1020_evk.manifest": [], + "ports.zephyr.boards.xiao_ble_nrf52840_sense.manifest": [], + "ports.zephyr.modules._boot": [], + "py.makecompresseddata": [], + "py.makemoduledefs": [], + "py.makeqstrdata": [], + "py.makeqstrdefs": [ + { + "id": "py.makeqstrdefs.PreprocessorError", + "name": "PreprocessorError", + "lineno": 29, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "py.makeqstrdefs.Args", + "name": "Args", + "lineno": 177, + "bases": [], + "scope": null + } + ], + "py.makeversionhdr": [], + "py.make_root_pointers": [], + "shared.memzip.make-memzip": [], + "tests.run-internalbench": [], + "tests.run-multitests": [ + { + "id": "tests.run-multitests.PyInstance", + "name": "PyInstance", + "lineno": 143, + "bases": [], + "scope": null + }, + { + "id": "tests.run-multitests.PyInstanceSubProcess", + "name": "PyInstanceSubProcess", + "lineno": 166, + "bases": [ + "PyInstance" + ], + "scope": null + }, + { + "id": "tests.run-multitests.PyInstancePyboard", + "name": "PyInstancePyboard", + "lineno": 243, + "bases": [ + "PyInstance" + ], + "scope": null + } + ], + "tests.run-natmodtests": [ + { + "id": "tests.run-natmodtests.TargetSubprocess", + "name": "TargetSubprocess", + "lineno": 89, + "bases": [], + "scope": null + }, + { + "id": "tests.run-natmodtests.TargetPyboard", + "name": "TargetPyboard", + "lineno": 106, + "bases": [], + "scope": null + } + ], + "tests.run-perfbench": [], + "tests.run-tests": [ + { + "id": "tests.run-tests.TestError", + "name": "TestError", + "lineno": 723, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tests.run-tests.ThreadSafeCounter", + "name": "ThreadSafeCounter", + "lineno": 727, + "bases": [], + "scope": null + }, + { + "id": "tests.run-tests.append_filter", + "name": "append_filter", + "lineno": 1177, + "bases": [ + "argparse.Action" + ], + "scope": null + } + ], + "tests.serial_test": [ + { + "id": "tests.serial_test.TestError", + "name": "TestError", + "lineno": 90, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "tests.test_utils": [ + { + "id": "tests.test_utils.PyboardNodeRunner", + "name": "PyboardNodeRunner", + "lineno": 119, + "bases": [], + "scope": null + } + ], + "tests.assets.frozentest": [], + "tests.basics.0prelim": [], + "tests.basics.andor": [], + "tests.basics.annotate_var": [], + "tests.basics.array1": [ + { + "id": "tests.basics.array1.X", + "name": "X", + "lineno": 58, + "bases": [ + "array.array" + ], + "scope": null + } + ], + "tests.basics.array_add": [], + "tests.basics.array_construct": [], + "tests.basics.array_construct2": [], + "tests.basics.array_construct_endian": [], + "tests.basics.array_intbig": [], + "tests.basics.array_micropython": [], + "tests.basics.assign1": [], + "tests.basics.assign_expr": [], + "tests.basics.assign_expr_scope": [], + "tests.basics.assign_expr_syntaxerror": [], + "tests.basics.async_await": [], + "tests.basics.async_await2": [], + "tests.basics.async_def": [], + "tests.basics.async_for": [ + { + "id": "tests.basics.async_for.AsyncIteratorWrapper", + "name": "AsyncIteratorWrapper", + "lineno": 5, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.async_for.AsyncIteratorWrapperIterator", + "name": "AsyncIteratorWrapperIterator", + "lineno": 18, + "bases": [], + "scope": null + } + ], + "tests.basics.async_for2": [ + { + "id": "tests.basics.async_for2.ARange", + "name": "ARange", + "lineno": 18, + "bases": [], + "scope": null + } + ], + "tests.basics.async_syntaxerror": [], + "tests.basics.async_with": [ + { + "id": "tests.basics.async_with.AContext", + "name": "AContext", + "lineno": 3, + "bases": [], + "scope": null + } + ], + "tests.basics.async_with2": [ + { + "id": "tests.basics.async_with2.AContext", + "name": "AContext", + "lineno": 18, + "bases": [], + "scope": null + } + ], + "tests.basics.async_with_break": [ + { + "id": "tests.basics.async_with_break.AContext", + "name": "AContext", + "lineno": 3, + "bases": [], + "scope": null + } + ], + "tests.basics.async_with_return": [ + { + "id": "tests.basics.async_with_return.AContext", + "name": "AContext", + "lineno": 3, + "bases": [], + "scope": null + } + ], + "tests.basics.attrtuple1": [], + "tests.basics.attrtuple2": [], + "tests.basics.bool1": [], + "tests.basics.boundmeth1": [ + { + "id": "tests.basics.boundmeth1.A", + "name": "A", + "lineno": 7, + "bases": [], + "scope": null + } + ], + "tests.basics.break": [], + "tests.basics.builtin_abs": [], + "tests.basics.builtin_abs_intbig": [], + "tests.basics.builtin_allany": [], + "tests.basics.builtin_bin": [], + "tests.basics.builtin_bin_intbig": [], + "tests.basics.builtin_callable": [ + { + "id": "tests.basics.builtin_callable.A", + "name": "A", + "lineno": 25, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_callable.B", + "name": "B", + "lineno": 31, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_callable.C", + "name": "C", + "lineno": 37, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_callable.D", + "name": "D", + "lineno": 40, + "bases": [], + "scope": null + } + ], + "tests.basics.builtin_chr": [], + "tests.basics.builtin_compile": [], + "tests.basics.builtin_delattr": [ + { + "id": "tests.basics.builtin_delattr.A", + "name": "A", + "lineno": 8, + "bases": [], + "scope": null + } + ], + "tests.basics.builtin_dir": [ + { + "id": "tests.basics.builtin_dir.Foo", + "name": "Foo", + "lineno": 20, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_dir.A", + "name": "A", + "lineno": 28, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_dir.B", + "name": "B", + "lineno": 31, + "bases": [ + "A" + ], + "scope": null + }, + { + "id": "tests.basics.builtin_dir.C", + "name": "C", + "lineno": 38, + "bases": [ + "A" + ], + "scope": null + }, + { + "id": "tests.basics.builtin_dir.D", + "name": "D", + "lineno": 41, + "bases": [ + "B", + "C" + ], + "scope": null + } + ], + "tests.basics.builtin_divmod": [], + "tests.basics.builtin_divmod_intbig": [], + "tests.basics.builtin_ellipsis": [], + "tests.basics.builtin_enumerate": [], + "tests.basics.builtin_eval": [], + "tests.basics.builtin_eval_buffer": [], + "tests.basics.builtin_eval_error": [], + "tests.basics.builtin_exec": [], + "tests.basics.builtin_exec_buffer": [], + "tests.basics.builtin_filter": [], + "tests.basics.builtin_getattr": [ + { + "id": "tests.basics.builtin_getattr.A", + "name": "A", + "lineno": 1, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_getattr.B", + "name": "B", + "lineno": 21, + "bases": [], + "scope": null + } + ], + "tests.basics.builtin_hasattr": [ + { + "id": "tests.basics.builtin_hasattr.A", + "name": "A", + "lineno": 1, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_hasattr.C", + "name": "C", + "lineno": 19, + "bases": [], + "scope": null + } + ], + "tests.basics.builtin_hash": [ + { + "id": "tests.basics.builtin_hash.A", + "name": "A", + "lineno": 32, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_hash.B", + "name": "B", + "lineno": 42, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_hash.C", + "name": "C", + "lineno": 47, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_hash.D", + "name": "D", + "lineno": 56, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_hash.E", + "name": "E", + "lineno": 65, + "bases": [], + "scope": null + } + ], + "tests.basics.builtin_hash_gen": [], + "tests.basics.builtin_hash_intbig": [ + { + "id": "tests.basics.builtin_hash_intbig.F", + "name": "F", + "lineno": 7, + "bases": [], + "scope": null + } + ], + "tests.basics.builtin_help": [ + { + "id": "tests.basics.builtin_help.A", + "name": "A", + "lineno": 17, + "bases": [], + "scope": null + } + ], + "tests.basics.builtin_hex": [], + "tests.basics.builtin_hex_intbig": [], + "tests.basics.builtin_id": [], + "tests.basics.builtin_issubclass": [ + { + "id": "tests.basics.builtin_issubclass.A", + "name": "A", + "lineno": 3, + "bases": [], + "scope": null + } + ], + "tests.basics.builtin_len1": [], + "tests.basics.builtin_locals": [ + { + "id": "tests.basics.builtin_locals.A", + "name": "A", + "lineno": 6, + "bases": [], + "scope": null + } + ], + "tests.basics.builtin_map": [], + "tests.basics.builtin_minmax": [], + "tests.basics.builtin_next_arg2": [ + { + "id": "tests.basics.builtin_next_arg2.Gen", + "name": "Gen", + "lineno": 22, + "bases": [], + "scope": null + } + ], + "tests.basics.builtin_oct": [], + "tests.basics.builtin_oct_intbig": [], + "tests.basics.builtin_ord": [], + "tests.basics.builtin_override": [ + { + "id": "tests.basics.builtin_override.A", + "name": "A", + "lineno": 17, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_override.M", + "name": "M", + "lineno": 25, + "bases": [], + "scope": null + } + ], + "tests.basics.builtin_pow": [], + "tests.basics.builtin_pow3": [], + "tests.basics.builtin_pow3_intbig": [], + "tests.basics.builtin_print": [], + "tests.basics.builtin_property": [ + { + "id": "tests.basics.builtin_property.A", + "name": "A", + "lineno": 19, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_property.B", + "name": "B", + "lineno": 37, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_property.C", + "name": "C", + "lineno": 61, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_property.D", + "name": "D", + "lineno": 86, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_property.E", + "name": "E", + "lineno": 103, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_property.F", + "name": "F", + "lineno": 110, + "bases": [], + "scope": null + } + ], + "tests.basics.builtin_property_inherit": [ + { + "id": "tests.basics.builtin_property_inherit.A", + "name": "A", + "lineno": 9, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_property_inherit.B", + "name": "B", + "lineno": 14, + "bases": [ + "A" + ], + "scope": null + }, + { + "id": "tests.basics.builtin_property_inherit.C", + "name": "C", + "lineno": 16, + "bases": [ + "B" + ], + "scope": null + }, + { + "id": "tests.basics.builtin_property_inherit.D", + "name": "D", + "lineno": 18, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_property_inherit.E", + "name": "E", + "lineno": 20, + "bases": [ + "C", + "D" + ], + "scope": null + }, + { + "id": "tests.basics.builtin_property_inherit.F", + "name": "F", + "lineno": 28, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_property_inherit.G", + "name": "G", + "lineno": 31, + "bases": [ + "F" + ], + "scope": null + }, + { + "id": "tests.basics.builtin_property_inherit.H", + "name": "H", + "lineno": 42, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_property_inherit.I", + "name": "I", + "lineno": 44, + "bases": [ + "H" + ], + "scope": null + } + ], + "tests.basics.builtin_range": [], + "tests.basics.builtin_range_attrs": [], + "tests.basics.builtin_range_binop": [], + "tests.basics.builtin_range_maxsize": [], + "tests.basics.builtin_reversed": [ + { + "id": "tests.basics.builtin_reversed.A", + "name": "A", + "lineno": 30, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.builtin_reversed.B", + "name": "B", + "lineno": 41, + "bases": [], + "scope": null + } + ], + "tests.basics.builtin_round": [], + "tests.basics.builtin_round_int": [], + "tests.basics.builtin_round_intbig": [], + "tests.basics.builtin_setattr": [ + { + "id": "tests.basics.builtin_setattr.A", + "name": "A", + "lineno": 1, + "bases": [], + "scope": null + } + ], + "tests.basics.builtin_slice": [ + { + "id": "tests.basics.builtin_slice.A", + "name": "A", + "lineno": 7, + "bases": [], + "scope": null + } + ], + "tests.basics.builtin_sorted": [], + "tests.basics.builtin_str_hex": [], + "tests.basics.builtin_sum": [], + "tests.basics.builtin_super": [], + "tests.basics.builtin_type": [], + "tests.basics.builtin_zip": [], + "tests.basics.bytearray1": [], + "tests.basics.bytearray_add": [], + "tests.basics.bytearray_add_self": [], + "tests.basics.bytearray_append": [], + "tests.basics.bytearray_byte_operations": [], + "tests.basics.bytearray_center": [], + "tests.basics.bytearray_construct": [], + "tests.basics.bytearray_construct_array": [], + "tests.basics.bytearray_construct_endian": [], + "tests.basics.bytearray_count": [], + "tests.basics.bytearray_decode": [], + "tests.basics.bytearray_intbig": [], + "tests.basics.bytearray_partition": [], + "tests.basics.bytearray_slice_assign": [], + "tests.basics.bytes": [], + "tests.basics.bytes_add": [], + "tests.basics.bytes_add_array": [], + "tests.basics.bytes_add_bytearray": [], + "tests.basics.bytes_add_endian": [], + "tests.basics.bytes_center": [], + "tests.basics.bytes_compare": [], + "tests.basics.bytes_compare2": [], + "tests.basics.bytes_compare3": [], + "tests.basics.bytes_compare_array": [], + "tests.basics.bytes_compare_bytearray": [], + "tests.basics.bytes_construct": [], + "tests.basics.bytes_construct_array": [], + "tests.basics.bytes_construct_bytearray": [], + "tests.basics.bytes_construct_endian": [], + "tests.basics.bytes_construct_intbig": [], + "tests.basics.bytes_count": [], + "tests.basics.bytes_escape_unicode": [], + "tests.basics.bytes_find": [], + "tests.basics.bytes_format_modulo": [], + "tests.basics.bytes_gen": [], + "tests.basics.bytes_index": [], + "tests.basics.bytes_large": [], + "tests.basics.bytes_mult": [], + "tests.basics.bytes_partition": [], + "tests.basics.bytes_replace": [], + "tests.basics.bytes_split": [], + "tests.basics.bytes_strip": [], + "tests.basics.bytes_subscr": [], + "tests.basics.class1": [ + { + "id": "tests.basics.class1.C", + "name": "C", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.basics.class2": [ + { + "id": "tests.basics.class2.C1", + "name": "C1", + "lineno": 3, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class2.C2", + "name": "C2", + "lineno": 11, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class2.C3", + "name": "C3", + "lineno": 20, + "bases": [], + "scope": null + } + ], + "tests.basics.class3": [ + { + "id": "tests.basics.class3.A", + "name": "A", + "lineno": 3, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class3.B", + "name": "B", + "lineno": 7, + "bases": [ + "A" + ], + "scope": null + } + ], + "tests.basics.class_bases": [ + { + "id": "tests.basics.class_bases.A", + "name": "A", + "lineno": 7, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_bases.B", + "name": "B", + "lineno": 10, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "tests.basics.class_bases.C", + "name": "C", + "lineno": 13, + "bases": [ + "B" + ], + "scope": null + }, + { + "id": "tests.basics.class_bases.D", + "name": "D", + "lineno": 16, + "bases": [ + "C", + "A" + ], + "scope": null + } + ], + "tests.basics.class_bind_self": [ + { + "id": "tests.basics.class_bind_self.A", + "name": "A", + "lineno": 3, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_bind_self.C", + "name": "C", + "lineno": 19, + "bases": [], + "scope": null + } + ], + "tests.basics.class_binop": [ + { + "id": "tests.basics.class_binop.foo", + "name": "foo", + "lineno": 1, + "bases": [ + "object" + ], + "scope": null + } + ], + "tests.basics.class_call": [ + { + "id": "tests.basics.class_call.C1", + "name": "C1", + "lineno": 1, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_call.C2", + "name": "C2", + "lineno": 6, + "bases": [], + "scope": null + } + ], + "tests.basics.class_contains": [ + { + "id": "tests.basics.class_contains.A", + "name": "A", + "lineno": 2, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_contains.B", + "name": "B", + "lineno": 12, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_contains.C", + "name": "C", + "lineno": 26, + "bases": [], + "scope": null + } + ], + "tests.basics.class_delattr_setattr": [ + { + "id": "tests.basics.class_delattr_setattr.Test", + "name": "Test", + "lineno": 5, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_delattr_setattr.A", + "name": "A", + "lineno": 13, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_delattr_setattr.B", + "name": "B", + "lineno": 36, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_delattr_setattr.C", + "name": "C", + "lineno": 65, + "bases": [], + "scope": null + } + ], + "tests.basics.class_descriptor": [ + { + "id": "tests.basics.class_descriptor.Descriptor", + "name": "Descriptor", + "lineno": 1, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_descriptor.Main", + "name": "Main", + "lineno": 22, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_descriptor.NonDescriptor", + "name": "NonDescriptor", + "lineno": 49, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_descriptor.TestClass", + "name": "TestClass", + "lineno": 54, + "bases": [], + "scope": null + } + ], + "tests.basics.class_dict": [ + { + "id": "tests.basics.class_dict.Foo", + "name": "Foo", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "tests.basics.class_emptybases": [ + { + "id": "tests.basics.class_emptybases.A", + "name": "A", + "lineno": 1, + "bases": [], + "scope": null + } + ], + "tests.basics.class_getattr": [ + { + "id": "tests.basics.class_getattr.C", + "name": "C", + "lineno": 2, + "bases": [], + "scope": null + } + ], + "tests.basics.class_inherit1": [ + { + "id": "tests.basics.class_inherit1.A", + "name": "A", + "lineno": 1, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_inherit1.B", + "name": "B", + "lineno": 9, + "bases": [ + "A" + ], + "scope": null + } + ], + "tests.basics.class_inherit_mul": [ + { + "id": "tests.basics.class_inherit_mul.A", + "name": "A", + "lineno": 3, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_inherit_mul.B", + "name": "B", + "lineno": 14, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_inherit_mul.Sub", + "name": "Sub", + "lineno": 26, + "bases": [ + "A", + "B" + ], + "scope": null + } + ], + "tests.basics.class_inplace_op": [ + { + "id": "tests.basics.class_inplace_op.A", + "name": "A", + "lineno": 4, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_inplace_op.L", + "name": "L", + "lineno": 25, + "bases": [], + "scope": null + } + ], + "tests.basics.class_inplace_op2": [ + { + "id": "tests.basics.class_inplace_op2.A", + "name": "A", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.basics.class_instance_override": [ + { + "id": "tests.basics.class_instance_override.A", + "name": "A", + "lineno": 3, + "bases": [], + "scope": null + } + ], + "tests.basics.class_item": [ + { + "id": "tests.basics.class_item.C", + "name": "C", + "lineno": 3, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_item.A", + "name": "A", + "lineno": 20, + "bases": [], + "scope": null + } + ], + "tests.basics.class_misc": [ + { + "id": "tests.basics.class_misc.C", + "name": "C", + "lineno": 2, + "bases": [], + "scope": null + } + ], + "tests.basics.class_new": [ + { + "id": "tests.basics.class_new.A", + "name": "A", + "lineno": 9, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_new.B", + "name": "B", + "lineno": 40, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_new.Dummy", + "name": "Dummy", + "lineno": 54, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_new.C", + "name": "C", + "lineno": 56, + "bases": [], + "scope": null + } + ], + "tests.basics.class_notimpl": [ + { + "id": "tests.basics.class_notimpl.C", + "name": "C", + "lineno": 9, + "bases": [], + "scope": null + } + ], + "tests.basics.class_number": [ + { + "id": "tests.basics.class_number.C", + "name": "C", + "lineno": 3, + "bases": [], + "scope": null + } + ], + "tests.basics.class_ordereddict": [], + "tests.basics.class_reverse_op": [ + { + "id": "tests.basics.class_reverse_op.A", + "name": "A", + "lineno": 4, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_reverse_op.B", + "name": "B", + "lineno": 25, + "bases": [], + "scope": null + } + ], + "tests.basics.class_setname_hazard": [ + { + "id": "tests.basics.class_setname_hazard.Descriptor", + "name": "Descriptor", + "lineno": 5, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard.TestClass", + "name": "TestClass", + "lineno": 9, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard.GetSibling", + "name": "GetSibling", + "lineno": 33, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard.GetSiblingTest", + "name": "GetSiblingTest", + "lineno": 38, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard.SetSibling", + "name": "SetSibling", + "lineno": 46, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard.SetSiblingTest", + "name": "SetSiblingTest", + "lineno": 51, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard.DelSibling", + "name": "DelSibling", + "lineno": 60, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard.DelSiblingTest", + "name": "DelSiblingTest", + "lineno": 65, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard.GetSelf", + "name": "GetSelf", + "lineno": 78, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard.GetSelfTest", + "name": "GetSelfTest", + "lineno": 85, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard.SetSelf", + "name": "SetSelf", + "lineno": 92, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard.SetSelfTest", + "name": "SetSelfTest", + "lineno": 97, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard.DelSelf", + "name": "DelSelf", + "lineno": 106, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard.DelSelfTest", + "name": "DelSelfTest", + "lineno": 111, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard.Raise", + "name": "Raise", + "lineno": 126, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard.RaiseTest", + "name": "RaiseTest", + "lineno": 133, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard.SetSpecific", + "name": "SetSpecific", + "lineno": 142, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard.SetReplaceTest", + "name": "SetReplaceTest", + "lineno": 151, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard.DelSpecific", + "name": "DelSpecific", + "lineno": 161, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard.DelReplaceTest", + "name": "DelReplaceTest", + "lineno": 169, + "bases": [], + "scope": null + } + ], + "tests.basics.class_setname_hazard_rand": [ + { + "id": "tests.basics.class_setname_hazard_rand.Descriptor", + "name": "Descriptor", + "lineno": 15, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard_rand.TestClass", + "name": "TestClass", + "lineno": 19, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard_rand.JunkMaker", + "name": "JunkMaker", + "lineno": 68, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_setname_hazard_rand.Main", + "name": "Main", + "lineno": 79, + "bases": [], + "scope": null + } + ], + "tests.basics.class_staticclassmethod": [ + { + "id": "tests.basics.class_staticclassmethod.C", + "name": "C", + "lineno": 3, + "bases": [], + "scope": null + } + ], + "tests.basics.class_store": [ + { + "id": "tests.basics.class_store.C", + "name": "C", + "lineno": 3, + "bases": [], + "scope": null + } + ], + "tests.basics.class_store_class": [ + { + "id": "tests.basics.class_store_class._ResultMixinStr", + "name": "_ResultMixinStr", + "lineno": 13, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "tests.basics.class_store_class._ResultMixinBytes", + "name": "_ResultMixinBytes", + "lineno": 17, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "tests.basics.class_store_class.DefragResult", + "name": "DefragResult", + "lineno": 21, + "bases": [ + "_DefragResultBase", + "_ResultMixinStr" + ], + "scope": null + }, + { + "id": "tests.basics.class_store_class.DefragResultBytes", + "name": "DefragResultBytes", + "lineno": 24, + "bases": [ + "_DefragResultBase", + "_ResultMixinBytes" + ], + "scope": null + } + ], + "tests.basics.class_str": [ + { + "id": "tests.basics.class_str.C1", + "name": "C1", + "lineno": 1, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_str.C2", + "name": "C2", + "lineno": 8, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_str.C3", + "name": "C3", + "lineno": 15, + "bases": [], + "scope": null + } + ], + "tests.basics.class_super": [ + { + "id": "tests.basics.class_super.Base", + "name": "Base", + "lineno": 1, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_super.Sub", + "name": "Sub", + "lineno": 9, + "bases": [ + "Base" + ], + "scope": null + }, + { + "id": "tests.basics.class_super.A", + "name": "A", + "lineno": 19, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_super.A", + "name": "A", + "lineno": 26, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_super.B", + "name": "B", + "lineno": 31, + "bases": [ + "A" + ], + "scope": null + } + ], + "tests.basics.class_super_aslocal": [ + { + "id": "tests.basics.class_super_aslocal.A", + "name": "A", + "lineno": 3, + "bases": [], + "scope": null + } + ], + "tests.basics.class_super_closure": [ + { + "id": "tests.basics.class_super_closure.A", + "name": "A", + "lineno": 3, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_super_closure.B", + "name": "B", + "lineno": 9, + "bases": [ + "A" + ], + "scope": null + } + ], + "tests.basics.class_super_multinherit": [ + { + "id": "tests.basics.class_super_multinherit.A", + "name": "A", + "lineno": 3, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_super_multinherit.B", + "name": "B", + "lineno": 7, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_super_multinherit.C", + "name": "C", + "lineno": 11, + "bases": [ + "A", + "B" + ], + "scope": null + } + ], + "tests.basics.class_super_object": [ + { + "id": "tests.basics.class_super_object.Test", + "name": "Test", + "lineno": 10, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "tests.basics.class_super_object.Test2", + "name": "Test2", + "lineno": 17, + "bases": [], + "scope": null + } + ], + "tests.basics.class_use_other": [ + { + "id": "tests.basics.class_use_other.A", + "name": "A", + "lineno": 3, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.class_use_other.B", + "name": "B", + "lineno": 7, + "bases": [], + "scope": null + } + ], + "tests.basics.closure1": [], + "tests.basics.closure2": [], + "tests.basics.closure_defargs": [], + "tests.basics.closure_manyvars": [], + "tests.basics.closure_namedarg": [], + "tests.basics.compare_multi": [], + "tests.basics.comprehension1": [], + "tests.basics.containment": [], + "tests.basics.continue": [], + "tests.basics.decorator": [ + { + "id": "tests.basics.decorator.A", + "name": "A", + "lineno": 23, + "bases": [], + "scope": null + } + ], + "tests.basics.del_attr": [ + { + "id": "tests.basics.del_attr.C", + "name": "C", + "lineno": 1, + "bases": [], + "scope": null + } + ], + "tests.basics.del_deref": [], + "tests.basics.del_global": [], + "tests.basics.del_local": [], + "tests.basics.del_name": [ + { + "id": "tests.basics.del_name.C", + "name": "C", + "lineno": 16, + "bases": [], + "scope": null + } + ], + "tests.basics.del_subscr": [], + "tests.basics.deque1": [], + "tests.basics.deque2": [], + "tests.basics.deque_micropython": [], + "tests.basics.deque_slice": [], + "tests.basics.dict1": [], + "tests.basics.dict2": [], + "tests.basics.dict_clear": [], + "tests.basics.dict_construct": [], + "tests.basics.dict_copy": [], + "tests.basics.dict_del": [], + "tests.basics.dict_fixed": [], + "tests.basics.dict_fromkeys": [], + "tests.basics.dict_fromkeys2": [], + "tests.basics.dict_from_iter": [], + "tests.basics.dict_get": [], + "tests.basics.dict_intern": [], + "tests.basics.dict_iterator": [], + "tests.basics.dict_pop": [], + "tests.basics.dict_popitem": [], + "tests.basics.dict_setdefault": [], + "tests.basics.dict_specialmeth": [], + "tests.basics.dict_union": [], + "tests.basics.dict_update": [], + "tests.basics.dict_views": [], + "tests.basics.equal": [], + "tests.basics.equal_class": [ + { + "id": "tests.basics.equal_class.A", + "name": "A", + "lineno": 3, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.equal_class.B", + "name": "B", + "lineno": 6, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.equal_class.C", + "name": "C", + "lineno": 9, + "bases": [ + "A" + ], + "scope": null + } + ], + "tests.basics.errno1": [], + "tests.basics.exception1": [], + "tests.basics.exception_chain": [], + "tests.basics.exceptpoly": [], + "tests.basics.exceptpoly2": [], + "tests.basics.except_match_tuple": [], + "tests.basics.floordivide": [], + "tests.basics.floordivide_intbig": [], + "tests.basics.for1": [], + "tests.basics.for2": [], + "tests.basics.for3": [], + "tests.basics.for_break": [], + "tests.basics.for_else": [], + "tests.basics.for_range": [], + "tests.basics.for_return": [], + "tests.basics.frozenset1": [], + "tests.basics.frozenset_add": [], + "tests.basics.frozenset_binop": [], + "tests.basics.frozenset_copy": [], + "tests.basics.frozenset_difference": [], + "tests.basics.frozenset_set": [], + "tests.basics.fun1": [], + "tests.basics.fun2": [], + "tests.basics.fun3": [], + "tests.basics.fun_annotations": [], + "tests.basics.fun_calldblstar": [ + { + "id": "tests.basics.fun_calldblstar.A", + "name": "A", + "lineno": 16, + "bases": [], + "scope": null + } + ], + "tests.basics.fun_calldblstar2": [], + "tests.basics.fun_calldblstar3": [ + { + "id": "tests.basics.fun_calldblstar3.Mapping", + "name": "Mapping", + "lineno": 6, + "bases": [], + "scope": null + } + ], + "tests.basics.fun_calldblstar4": [ + { + "id": "tests.basics.fun_calldblstar4.A", + "name": "A", + "lineno": 20, + "bases": [], + "scope": null + } + ], + "tests.basics.fun_callstar": [ + { + "id": "tests.basics.fun_callstar.A", + "name": "A", + "lineno": 33, + "bases": [], + "scope": null + } + ], + "tests.basics.fun_callstardblstar": [ + { + "id": "tests.basics.fun_callstardblstar.A", + "name": "A", + "lineno": 16, + "bases": [], + "scope": null + } + ], + "tests.basics.fun_callstar_kwarg": [], + "tests.basics.fun_code": [], + "tests.basics.fun_code_colines": [], + "tests.basics.fun_code_full": [], + "tests.basics.fun_code_lnotab": [ + { + "id": "tests.basics.fun_code_lnotab.Test", + "name": "Test", + "lineno": 21, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tests.basics.fun_defargs": [], + "tests.basics.fun_defargs2": [], + "tests.basics.fun_error": [], + "tests.basics.fun_error2": [], + "tests.basics.fun_globals": [], + "tests.basics.fun_kwargs": [], + "tests.basics.fun_kwonly": [], + "tests.basics.fun_kwonlydef": [], + "tests.basics.fun_kwvarargs": [], + "tests.basics.fun_largestate": [], + "tests.basics.fun_name": [ + { + "id": "tests.basics.fun_name.A", + "name": "A", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.basics.fun_str": [], + "tests.basics.fun_varargs": [], + "tests.basics.gc1": [], + "tests.basics.generator1": [], + "tests.basics.generator2": [], + "tests.basics.generator_args": [], + "tests.basics.generator_close": [], + "tests.basics.generator_closure": [], + "tests.basics.generator_exc": [], + "tests.basics.generator_name": [ + { + "id": "tests.basics.generator_name.A", + "name": "A", + "lineno": 6, + "bases": [], + "scope": null + } + ], + "tests.basics.generator_pend_throw": [ + { + "id": "tests.basics.generator_pend_throw.CancelledError", + "name": "CancelledError", + "lineno": 66, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "tests.basics.generator_pep479": [], + "tests.basics.generator_return": [], + "tests.basics.generator_send": [], + "tests.basics.generator_throw": [], + "tests.basics.generator_throw_multi_arg": [], + "tests.basics.generator_throw_nested": [], + "tests.basics.generator_throw_repeat": [], + "tests.basics.gen_yield_from": [], + "tests.basics.gen_yield_from_close": [ + { + "id": "tests.basics.gen_yield_from_close.Iter", + "name": "Iter", + "lineno": 112, + "bases": [], + "scope": null + } + ], + "tests.basics.gen_yield_from_ducktype": [ + { + "id": "tests.basics.gen_yield_from_ducktype.MyGen", + "name": "MyGen", + "lineno": 1, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.gen_yield_from_ducktype.Incrementer", + "name": "Incrementer", + "lineno": 25, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.gen_yield_from_ducktype.MyIter", + "name": "MyIter", + "lineno": 50, + "bases": [], + "scope": null + } + ], + "tests.basics.gen_yield_from_exc": [], + "tests.basics.gen_yield_from_executing": [], + "tests.basics.gen_yield_from_iter": [], + "tests.basics.gen_yield_from_pending": [], + "tests.basics.gen_yield_from_send": [], + "tests.basics.gen_yield_from_stopped": [], + "tests.basics.gen_yield_from_throw": [], + "tests.basics.gen_yield_from_throw2": [], + "tests.basics.gen_yield_from_throw3": [ + { + "id": "tests.basics.gen_yield_from_throw3.Iter", + "name": "Iter", + "lineno": 3, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.gen_yield_from_throw3.Iter2", + "name": "Iter2", + "lineno": 33, + "bases": [], + "scope": null + } + ], + "tests.basics.gen_yield_from_throw_multi_arg": [], + "tests.basics.gen_yield_from_throw_repeat": [], + "tests.basics.getattr": [ + { + "id": "tests.basics.getattr.A", + "name": "A", + "lineno": 3, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.getattr.A", + "name": "A", + "lineno": 14, + "bases": [], + "scope": null + } + ], + "tests.basics.getitem": [ + { + "id": "tests.basics.getitem.A", + "name": "A", + "lineno": 2, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.getitem.A", + "name": "A", + "lineno": 25, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.getitem.A", + "name": "A", + "lineno": 31, + "bases": [], + "scope": null + } + ], + "tests.basics.globals_del": [ + { + "id": "tests.basics.globals_del._C", + "name": "_C", + "lineno": 16, + "bases": [], + "scope": null + } + ], + "tests.basics.ifcond": [], + "tests.basics.ifexpr": [], + "tests.basics.import_instance_method": [ + { + "id": "tests.basics.import_instance_method.A", + "name": "A", + "lineno": 11, + "bases": [], + "scope": null + } + ], + "tests.basics.import_star_nonmodule": [ + { + "id": "tests.basics.import_star_nonmodule.M", + "name": "M", + "lineno": 16, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.import_star_nonmodule.M", + "name": "M", + "lineno": 36, + "bases": [], + "scope": null + } + ], + "tests.basics.int1": [], + "tests.basics.int2": [], + "tests.basics.int_64_basics": [], + "tests.basics.int_big1": [], + "tests.basics.int_big_add": [], + "tests.basics.int_big_and": [], + "tests.basics.int_big_and2": [], + "tests.basics.int_big_and3": [], + "tests.basics.int_big_cmp": [], + "tests.basics.int_big_div": [], + "tests.basics.int_big_error": [], + "tests.basics.int_big_lshift": [], + "tests.basics.int_big_mod": [], + "tests.basics.int_big_mul": [], + "tests.basics.int_big_or": [], + "tests.basics.int_big_or2": [], + "tests.basics.int_big_or3": [], + "tests.basics.int_big_pow": [], + "tests.basics.int_big_rshift": [], + "tests.basics.int_big_to_small": [], + "tests.basics.int_big_to_small_int29": [], + "tests.basics.int_big_unary": [], + "tests.basics.int_big_xor": [], + "tests.basics.int_big_xor2": [], + "tests.basics.int_big_xor3": [], + "tests.basics.int_big_zeroone": [], + "tests.basics.int_bytes": [], + "tests.basics.int_bytes_int64": [], + "tests.basics.int_bytes_intbig": [], + "tests.basics.int_bytes_optional_args_cp311": [], + "tests.basics.int_constfolding": [], + "tests.basics.int_constfolding_intbig": [], + "tests.basics.int_divmod": [], + "tests.basics.int_divmod_intbig": [], + "tests.basics.int_divzero": [], + "tests.basics.int_intbig": [], + "tests.basics.int_parse": [], + "tests.basics.int_small": [], + "tests.basics.io_buffered_writer": [ + { + "id": "tests.basics.io_buffered_writer.MyIO", + "name": "MyIO", + "lineno": 33, + "bases": [ + "io.IOBase" + ], + "scope": null + } + ], + "tests.basics.io_bytesio_cow": [], + "tests.basics.io_bytesio_ext": [], + "tests.basics.io_bytesio_ext2": [], + "tests.basics.io_iobase": [ + { + "id": "tests.basics.io_iobase.MyIO", + "name": "MyIO", + "lineno": 10, + "bases": [ + "io.IOBase" + ], + "scope": null + } + ], + "tests.basics.io_stringio1": [], + "tests.basics.io_stringio_base": [ + { + "id": "tests.basics.io_stringio_base.X", + "name": "X", + "lineno": 17, + "bases": [ + "io.StringIO" + ], + "scope": null + } + ], + "tests.basics.io_stringio_with": [], + "tests.basics.io_write_ext": [], + "tests.basics.is_isnot": [], + "tests.basics.is_isnot_literal": [], + "tests.basics.iter0": [], + "tests.basics.iter1": [ + { + "id": "tests.basics.iter1.NotIterable", + "name": "NotIterable", + "lineno": 4, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.iter1.NotIterable", + "name": "NotIterable", + "lineno": 13, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.iter1.MyStopIteration", + "name": "MyStopIteration", + "lineno": 21, + "bases": [ + "StopIteration" + ], + "scope": null + }, + { + "id": "tests.basics.iter1.myiter", + "name": "myiter", + "lineno": 24, + "bases": [], + "scope": null + } + ], + "tests.basics.iter2": [ + { + "id": "tests.basics.iter2.MyStopIteration", + "name": "MyStopIteration", + "lineno": 3, + "bases": [ + "StopIteration" + ], + "scope": null + }, + { + "id": "tests.basics.iter2.myiter", + "name": "myiter", + "lineno": 6, + "bases": [], + "scope": null + } + ], + "tests.basics.iter_of_iter": [], + "tests.basics.lambda1": [], + "tests.basics.lambda_defargs": [], + "tests.basics.lexer": [], + "tests.basics.list1": [], + "tests.basics.list_clear": [], + "tests.basics.list_compare": [], + "tests.basics.list_copy": [], + "tests.basics.list_count": [], + "tests.basics.list_extend": [], + "tests.basics.list_index": [], + "tests.basics.list_insert": [], + "tests.basics.list_mult": [], + "tests.basics.list_pop": [], + "tests.basics.list_remove": [], + "tests.basics.list_reverse": [], + "tests.basics.list_slice": [], + "tests.basics.list_slice_3arg": [], + "tests.basics.list_slice_assign": [], + "tests.basics.list_slice_assign_grow": [], + "tests.basics.list_sort": [ + { + "id": "tests.basics.list_sort.A", + "name": "A", + "lineno": 37, + "bases": [], + "scope": null + } + ], + "tests.basics.list_sum": [], + "tests.basics.logic_constfolding": [], + "tests.basics.memoryerror": [], + "tests.basics.memoryview1": [], + "tests.basics.memoryview2": [], + "tests.basics.memoryview_gc": [], + "tests.basics.memoryview_intbig": [], + "tests.basics.memoryview_itemsize": [], + "tests.basics.memoryview_slice_assign": [], + "tests.basics.memoryview_slice_size": [], + "tests.basics.module1": [], + "tests.basics.module2": [], + "tests.basics.module_dict": [], + "tests.basics.namedtuple1": [], + "tests.basics.namedtuple_asdict": [], + "tests.basics.nanbox_smallint": [], + "tests.basics.object1": [], + "tests.basics.object_dict": [ + { + "id": "tests.basics.object_dict.Foo", + "name": "Foo", + "lineno": 2, + "bases": [], + "scope": null + } + ], + "tests.basics.object_new": [ + { + "id": "tests.basics.object_new.Foo", + "name": "Foo", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "tests.basics.op_error": [], + "tests.basics.op_error_bytearray": [], + "tests.basics.op_error_intbig": [], + "tests.basics.op_error_literal": [], + "tests.basics.op_error_memoryview": [], + "tests.basics.op_precedence": [], + "tests.basics.ordereddict1": [], + "tests.basics.ordereddict_eq": [], + "tests.basics.parser": [], + "tests.basics.python34": [], + "tests.basics.python36": [], + "tests.basics.return1": [], + "tests.basics.scope": [], + "tests.basics.scope_class": [ + { + "id": "tests.basics.scope_class.A", + "name": "A", + "lineno": 8, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.scope_class.A", + "name": "A", + "lineno": 24, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.scope_class.A", + "name": "A", + "lineno": 40, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.scope_class.A", + "name": "A", + "lineno": 52, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.scope_class.A", + "name": "A", + "lineno": 69, + "bases": [], + "scope": null + } + ], + "tests.basics.scope_implicit": [], + "tests.basics.self_type_check": [], + "tests.basics.seq_unpack": [], + "tests.basics.set_add": [], + "tests.basics.set_basic": [], + "tests.basics.set_binop": [], + "tests.basics.set_clear": [], + "tests.basics.set_comprehension": [], + "tests.basics.set_containment": [], + "tests.basics.set_copy": [], + "tests.basics.set_difference": [], + "tests.basics.set_discard": [], + "tests.basics.set_intersection": [], + "tests.basics.set_isdisjoint": [], + "tests.basics.set_isfooset": [], + "tests.basics.set_iter": [], + "tests.basics.set_iter_of_iter": [], + "tests.basics.set_pop": [], + "tests.basics.set_remove": [], + "tests.basics.set_specialmeth": [], + "tests.basics.set_symmetric_difference": [], + "tests.basics.set_type": [], + "tests.basics.set_union": [], + "tests.basics.set_unop": [], + "tests.basics.set_update": [], + "tests.basics.slice_attrs": [ + { + "id": "tests.basics.slice_attrs.A", + "name": "A", + "lineno": 4, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.slice_attrs.B", + "name": "B", + "lineno": 18, + "bases": [], + "scope": null + } + ], + "tests.basics.slice_indices": [ + { + "id": "tests.basics.slice_indices.A", + "name": "A", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.basics.slice_intbig": [], + "tests.basics.slice_op": [], + "tests.basics.slice_optimise": [], + "tests.basics.slots_bool_len": [ + { + "id": "tests.basics.slots_bool_len.A", + "name": "A", + "lineno": 1, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.slots_bool_len.B", + "name": "B", + "lineno": 9, + "bases": [], + "scope": null + } + ], + "tests.basics.special_comparisons": [ + { + "id": "tests.basics.special_comparisons.A", + "name": "A", + "lineno": 1, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.special_comparisons.B", + "name": "B", + "lineno": 6, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.special_comparisons.C", + "name": "C", + "lineno": 11, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.special_comparisons.D", + "name": "D", + "lineno": 16, + "bases": [], + "scope": null + } + ], + "tests.basics.special_comparisons2": [ + { + "id": "tests.basics.special_comparisons2.E", + "name": "E", + "lineno": 1, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.special_comparisons2.F", + "name": "F", + "lineno": 9, + "bases": [], + "scope": null + } + ], + "tests.basics.special_methods": [ + { + "id": "tests.basics.special_methods.Cud", + "name": "Cud", + "lineno": 1, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.special_methods.BadInt", + "name": "BadInt", + "lineno": 110, + "bases": [], + "scope": null + } + ], + "tests.basics.special_methods2": [ + { + "id": "tests.basics.special_methods2.Cud", + "name": "Cud", + "lineno": 1, + "bases": [], + "scope": null + } + ], + "tests.basics.special_methods_intbig": [ + { + "id": "tests.basics.special_methods_intbig.A", + "name": "A", + "lineno": 3, + "bases": [], + "scope": null + } + ], + "tests.basics.stopiteration": [ + { + "id": "tests.basics.stopiteration.A", + "name": "A", + "lineno": 18, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.stopiteration.B", + "name": "B", + "lineno": 26, + "bases": [], + "scope": null + } + ], + "tests.basics.string1": [], + "tests.basics.string_center": [], + "tests.basics.string_compare": [], + "tests.basics.string_count": [], + "tests.basics.string_crlf_conversion": [], + "tests.basics.string_cr_conversion": [], + "tests.basics.string_endswith": [], + "tests.basics.string_escape": [], + "tests.basics.string_escape_invalid": [], + "tests.basics.string_find": [], + "tests.basics.string_format": [], + "tests.basics.string_format2": [], + "tests.basics.string_format_cp310": [], + "tests.basics.string_format_error": [], + "tests.basics.string_format_intbig": [], + "tests.basics.string_format_modulo": [ + { + "id": "tests.basics.string_format_modulo.A", + "name": "A", + "lineno": 17, + "bases": [], + "scope": null + } + ], + "tests.basics.string_format_modulo_int": [], + "tests.basics.string_format_sep": [], + "tests.basics.string_fstring": [], + "tests.basics.string_fstring_debug": [], + "tests.basics.string_fstring_invalid": [], + "tests.basics.string_fstring_nested": [], + "tests.basics.string_fstring_nested_py312": [], + "tests.basics.string_index": [], + "tests.basics.string_istest": [], + "tests.basics.string_join": [], + "tests.basics.string_large": [], + "tests.basics.string_mult": [], + "tests.basics.string_partition": [], + "tests.basics.string_replace": [], + "tests.basics.string_repr": [], + "tests.basics.string_rfind": [], + "tests.basics.string_rindex": [], + "tests.basics.string_rpartition": [], + "tests.basics.string_rsplit": [], + "tests.basics.string_slice": [], + "tests.basics.string_split": [], + "tests.basics.string_splitlines": [], + "tests.basics.string_startswith": [], + "tests.basics.string_strip": [], + "tests.basics.string_tstring_constructor1": [], + "tests.basics.string_tstring_whitespace": [], + "tests.basics.string_upperlow": [], + "tests.basics.struct1": [], + "tests.basics.struct1_intbig": [], + "tests.basics.struct2": [], + "tests.basics.struct_endian": [], + "tests.basics.struct_micropython": [ + { + "id": "tests.basics.struct_micropython.A", + "name": "A", + "lineno": 9, + "bases": [], + "scope": null + } + ], + "tests.basics.subclass_classmethod": [ + { + "id": "tests.basics.subclass_classmethod.Base", + "name": "Base", + "lineno": 2, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.subclass_classmethod.Sub", + "name": "Sub", + "lineno": 14, + "bases": [ + "Base" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_classmethod.A", + "name": "A", + "lineno": 22, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_classmethod.B", + "name": "B", + "lineno": 32, + "bases": [ + "A" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_classmethod.C", + "name": "C", + "lineno": 43, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.subclass_classmethod.D", + "name": "D", + "lineno": 53, + "bases": [ + "C" + ], + "scope": null + } + ], + "tests.basics.subclass_native1": [ + { + "id": "tests.basics.subclass_native1.mylist", + "name": "mylist", + "lineno": 1, + "bases": [ + "list" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native1.myfunc", + "name": "myfunc", + "lineno": 26, + "bases": [ + "" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native1.A", + "name": "A", + "lineno": 33, + "bases": [ + "type", + "tuple" + ], + "scope": null + } + ], + "tests.basics.subclass_native2_list": [ + { + "id": "tests.basics.subclass_native2_list.Base1", + "name": "Base1", + "lineno": 1, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.subclass_native2_list.Clist1", + "name": "Clist1", + "lineno": 5, + "bases": [ + "Base1", + "list" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native2_list.Clist2", + "name": "Clist2", + "lineno": 17, + "bases": [ + "list", + "Base1" + ], + "scope": null + } + ], + "tests.basics.subclass_native2_tuple": [ + { + "id": "tests.basics.subclass_native2_tuple.Base1", + "name": "Base1", + "lineno": 1, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.subclass_native2_tuple.Ctuple1", + "name": "Ctuple1", + "lineno": 5, + "bases": [ + "Base1", + "tuple" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native2_tuple.Ctuple2", + "name": "Ctuple2", + "lineno": 15, + "bases": [ + "tuple", + "Base1" + ], + "scope": null + } + ], + "tests.basics.subclass_native3": [ + { + "id": "tests.basics.subclass_native3.MyExc", + "name": "MyExc", + "lineno": 4, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native3.MyStopIteration", + "name": "MyStopIteration", + "lineno": 29, + "bases": [ + "StopIteration" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native3.Iter", + "name": "Iter", + "lineno": 37, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.subclass_native3.MyOSError", + "name": "MyOSError", + "lineno": 57, + "bases": [ + "OSError" + ], + "scope": null + } + ], + "tests.basics.subclass_native4": [ + { + "id": "tests.basics.subclass_native4.mylist", + "name": "mylist", + "lineno": 3, + "bases": [ + "list" + ], + "scope": null + } + ], + "tests.basics.subclass_native5": [ + { + "id": "tests.basics.subclass_native5.Base1", + "name": "Base1", + "lineno": 3, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native5.Base2", + "name": "Base2", + "lineno": 6, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native5.Sub", + "name": "Sub", + "lineno": 9, + "bases": [ + "Base1", + "Base2" + ], + "scope": null + } + ], + "tests.basics.subclass_native_buffer": [ + { + "id": "tests.basics.subclass_native_buffer.my_bytes", + "name": "my_bytes", + "lineno": 3, + "bases": [ + "bytes" + ], + "scope": null + } + ], + "tests.basics.subclass_native_call": [ + { + "id": "tests.basics.subclass_native_call.Pin", + "name": "Pin", + "lineno": 14, + "bases": [ + "machine.PinBase" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native_call.MySignal", + "name": "MySignal", + "lineno": 21, + "bases": [ + "machine.Signal" + ], + "scope": null + } + ], + "tests.basics.subclass_native_cmp": [ + { + "id": "tests.basics.subclass_native_cmp.mytuple", + "name": "mytuple", + "lineno": 3, + "bases": [ + "tuple" + ], + "scope": null + } + ], + "tests.basics.subclass_native_containment": [ + { + "id": "tests.basics.subclass_native_containment.mylist", + "name": "mylist", + "lineno": 3, + "bases": [ + "list" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native_containment.mydict", + "name": "mydict", + "lineno": 6, + "bases": [ + "dict" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native_containment.mybytes", + "name": "mybytes", + "lineno": 9, + "bases": [ + "bytes" + ], + "scope": null + } + ], + "tests.basics.subclass_native_exc_new": [ + { + "id": "tests.basics.subclass_native_exc_new.Dummy", + "name": "Dummy", + "lineno": 4, + "bases": [ + "BaseException" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native_exc_new.GoodException", + "name": "GoodException", + "lineno": 8, + "bases": [ + "BaseException" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native_exc_new.BadException", + "name": "BadException", + "lineno": 14, + "bases": [ + "BaseException" + ], + "scope": null + } + ], + "tests.basics.subclass_native_init": [ + { + "id": "tests.basics.subclass_native_init.L", + "name": "L", + "lineno": 8, + "bases": [ + "list" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native_init.D", + "name": "D", + "lineno": 14, + "bases": [ + "dict" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native_init.D", + "name": "D", + "lineno": 22, + "bases": [ + "dict" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native_init.D", + "name": "D", + "lineno": 27, + "bases": [ + "dict" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native_init.D", + "name": "D", + "lineno": 32, + "bases": [ + "dict" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native_init.D", + "name": "D", + "lineno": 37, + "bases": [ + "dict" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native_init.A", + "name": "A", + "lineno": 43, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.subclass_native_init.B", + "name": "B", + "lineno": 50, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native_init.C", + "name": "C", + "lineno": 57, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.subclass_native_init.D", + "name": "D", + "lineno": 59, + "bases": [ + "C", + "object" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native_init.L", + "name": "L", + "lineno": 71, + "bases": [ + "list" + ], + "scope": null + } + ], + "tests.basics.subclass_native_iter": [ + { + "id": "tests.basics.subclass_native_iter.mymap", + "name": "mymap", + "lineno": 3, + "bases": [ + "map" + ], + "scope": null + } + ], + "tests.basics.subclass_native_specmeth": [ + { + "id": "tests.basics.subclass_native_specmeth.mylist", + "name": "mylist", + "lineno": 3, + "bases": [ + "list" + ], + "scope": null + }, + { + "id": "tests.basics.subclass_native_specmeth.mylist2", + "name": "mylist2", + "lineno": 11, + "bases": [ + "list" + ], + "scope": null + } + ], + "tests.basics.subclass_native_str": [ + { + "id": "tests.basics.subclass_native_str.S", + "name": "S", + "lineno": 3, + "bases": [ + "str" + ], + "scope": null + } + ], + "tests.basics.syntaxerror": [], + "tests.basics.syntaxerror_return": [], + "tests.basics.sys1": [], + "tests.basics.sys_exit": [], + "tests.basics.sys_getsizeof": [ + { + "id": "tests.basics.sys_getsizeof.A", + "name": "A", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "tests.basics.sys_path": [], + "tests.basics.sys_stdio": [], + "tests.basics.sys_stdio_buffer": [], + "tests.basics.sys_tracebacklimit": [], + "tests.basics.true_value": [], + "tests.basics.try1": [], + "tests.basics.try2": [], + "tests.basics.try3": [], + "tests.basics.try4": [], + "tests.basics.try_as_var": [], + "tests.basics.try_continue": [], + "tests.basics.try_else": [], + "tests.basics.try_else_finally": [], + "tests.basics.try_error": [], + "tests.basics.try_except_break": [], + "tests.basics.try_finally1": [], + "tests.basics.try_finally2": [], + "tests.basics.try_finally_break": [], + "tests.basics.try_finally_break2": [], + "tests.basics.try_finally_continue": [], + "tests.basics.try_finally_loops": [], + "tests.basics.try_finally_return": [], + "tests.basics.try_finally_return2": [], + "tests.basics.try_finally_return3": [], + "tests.basics.try_finally_return4": [], + "tests.basics.try_finally_return5": [], + "tests.basics.try_reraise": [], + "tests.basics.try_reraise2": [], + "tests.basics.try_return": [], + "tests.basics.tuple1": [], + "tests.basics.tuple_compare": [], + "tests.basics.tuple_count": [], + "tests.basics.tuple_index": [], + "tests.basics.tuple_mult": [], + "tests.basics.tuple_slice": [], + "tests.basics.tuple_subclass": [ + { + "id": "tests.basics.tuple_subclass.MyTuple", + "name": "MyTuple", + "lineno": 8, + "bases": [ + "tuple" + ], + "scope": null + }, + { + "id": "tests.basics.tuple_subclass.MyNamedTuple", + "name": "MyNamedTuple", + "lineno": 15, + "bases": [ + "N" + ], + "scope": null + } + ], + "tests.basics.types1": [], + "tests.basics.types2": [ + { + "id": "tests.basics.types2.Foo", + "name": "Foo", + "lineno": 5, + "bases": [], + "scope": null + } + ], + "tests.basics.unary_op": [ + { + "id": "tests.basics.unary_op.A", + "name": "A", + "lineno": 20, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.unary_op.B", + "name": "B", + "lineno": 24, + "bases": [ + "int" + ], + "scope": null + }, + { + "id": "tests.basics.unary_op.C", + "name": "C", + "lineno": 27, + "bases": [ + "list" + ], + "scope": null + }, + { + "id": "tests.basics.unary_op.D", + "name": "D", + "lineno": 31, + "bases": [ + "type" + ], + "scope": null + } + ], + "tests.basics.unboundlocal": [], + "tests.basics.unpack1": [], + "tests.basics.weakref_callback_exception": [ + { + "id": "tests.basics.weakref_callback_exception.A", + "name": "A", + "lineno": 15, + "bases": [], + "scope": null + } + ], + "tests.basics.weakref_finalize_basic": [ + { + "id": "tests.basics.weakref_finalize_basic.A", + "name": "A", + "lineno": 24, + "bases": [], + "scope": null + } + ], + "tests.basics.weakref_finalize_collect": [ + { + "id": "tests.basics.weakref_finalize_collect.A", + "name": "A", + "lineno": 14, + "bases": [], + "scope": null + } + ], + "tests.basics.weakref_multiple_refs": [ + { + "id": "tests.basics.weakref_multiple_refs.A", + "name": "A", + "lineno": 16, + "bases": [], + "scope": null + } + ], + "tests.basics.weakref_ref_basic": [], + "tests.basics.weakref_ref_collect": [ + { + "id": "tests.basics.weakref_ref_collect.A", + "name": "A", + "lineno": 21, + "bases": [], + "scope": null + } + ], + "tests.basics.while1": [], + "tests.basics.while_cond": [], + "tests.basics.while_nest_exc": [], + "tests.basics.with1": [ + { + "id": "tests.basics.with1.CtxMgr", + "name": "CtxMgr", + "lineno": 1, + "bases": [], + "scope": null + }, + { + "id": "tests.basics.with1.CtxMgr2", + "name": "CtxMgr2", + "lineno": 21, + "bases": [], + "scope": null + } + ], + "tests.basics.with_break": [ + { + "id": "tests.basics.with_break.CtxMgr", + "name": "CtxMgr", + "lineno": 1, + "bases": [], + "scope": null + } + ], + "tests.basics.with_continue": [ + { + "id": "tests.basics.with_continue.CtxMgr", + "name": "CtxMgr", + "lineno": 1, + "bases": [], + "scope": null + } + ], + "tests.basics.with_raise": [ + { + "id": "tests.basics.with_raise.CtxMgr", + "name": "CtxMgr", + "lineno": 3, + "bases": [], + "scope": null + } + ], + "tests.basics.with_return": [ + { + "id": "tests.basics.with_return.CtxMgr", + "name": "CtxMgr", + "lineno": 1, + "bases": [], + "scope": null + } + ], + "tests.cmdline.cmd_compile_only": [ + { + "id": "tests.cmdline.cmd_compile_only.TestClass", + "name": "TestClass", + "lineno": 11, + "bases": [], + "scope": null + } + ], + "tests.cmdline.cmd_file_variable": [], + "tests.cmdline.cmd_module_atexit": [], + "tests.cmdline.cmd_module_atexit_exc": [], + "tests.cmdline.cmd_optimise": [], + "tests.cmdline.cmd_parsetree": [], + "tests.cmdline.cmd_showbc": [ + { + "id": "tests.cmdline.cmd_showbc.Class", + "name": "Class", + "lineno": 149, + "bases": [], + "scope": null + } + ], + "tests.cmdline.cmd_showbc_const": [], + "tests.cmdline.cmd_showbc_opt": [], + "tests.cmdline.cmd_sys_exit_0": [], + "tests.cmdline.cmd_sys_exit_error": [], + "tests.cmdline.cmd_sys_exit_none": [], + "tests.cmdline.cmd_verbose": [], + "tests.cmdline.repl_inspect": [], + "tests.cmdline.repl_lock": [], + "tests.cmdline.repl_micropyinspect": [], + "tests.cmdline.repl_sys_ps1_ps2": [], + "tests.cpydiff.core_class_delnotimpl": [ + { + "id": "tests.cpydiff.core_class_delnotimpl.Foo", + "name": "Foo", + "lineno": 11, + "bases": [], + "scope": null + } + ], + "tests.cpydiff.core_class_dir": [ + { + "id": "tests.cpydiff.core_class_dir.C", + "name": "C", + "lineno": 9, + "bases": [], + "scope": null + } + ], + "tests.cpydiff.core_class_initsubclass": [ + { + "id": "tests.cpydiff.core_class_initsubclass.Base", + "name": "Base", + "lineno": 14, + "bases": [], + "scope": null + }, + { + "id": "tests.cpydiff.core_class_initsubclass.A", + "name": "A", + "lineno": 20, + "bases": [ + "Base" + ], + "scope": null + } + ], + "tests.cpydiff.core_class_initsubclass_autoclassmethod": [ + { + "id": "tests.cpydiff.core_class_initsubclass_autoclassmethod.A", + "name": "A", + "lineno": 16, + "bases": [], + "scope": null + } + ], + "tests.cpydiff.core_class_initsubclass_kwargs": [ + { + "id": "tests.cpydiff.core_class_initsubclass_kwargs.Base", + "name": "Base", + "lineno": 9, + "bases": [], + "scope": null + }, + { + "id": "tests.cpydiff.core_class_initsubclass_kwargs.A", + "name": "A", + "lineno": 16, + "bases": [ + "Base" + ], + "scope": null + } + ], + "tests.cpydiff.core_class_initsubclass_super": [ + { + "id": "tests.cpydiff.core_class_initsubclass_super.Base", + "name": "Base", + "lineno": 9, + "bases": [], + "scope": null + }, + { + "id": "tests.cpydiff.core_class_initsubclass_super.A", + "name": "A", + "lineno": 16, + "bases": [ + "Base" + ], + "scope": null + } + ], + "tests.cpydiff.core_class_mro": [ + { + "id": "tests.cpydiff.core_class_mro.Foo", + "name": "Foo", + "lineno": 9, + "bases": [], + "scope": null + }, + { + "id": "tests.cpydiff.core_class_mro.C", + "name": "C", + "lineno": 14, + "bases": [ + "tuple", + "Foo" + ], + "scope": null + } + ], + "tests.cpydiff.core_class_name_mangling": [ + { + "id": "tests.cpydiff.core_class_name_mangling.Foo", + "name": "Foo", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "tests.cpydiff.core_class_strrettype": [ + { + "id": "tests.cpydiff.core_class_strrettype.Foo", + "name": "Foo", + "lineno": 9, + "bases": [], + "scope": null + } + ], + "tests.cpydiff.core_class_subclassret": [ + { + "id": "tests.cpydiff.core_class_subclassret.MyStr", + "name": "MyStr", + "lineno": 9, + "bases": [ + "str" + ], + "scope": null + }, + { + "id": "tests.cpydiff.core_class_subclassret.Foo", + "name": "Foo", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "tests.cpydiff.core_class_supermultiple": [ + { + "id": "tests.cpydiff.core_class_supermultiple.A", + "name": "A", + "lineno": 9, + "bases": [], + "scope": null + }, + { + "id": "tests.cpydiff.core_class_supermultiple.B", + "name": "B", + "lineno": 14, + "bases": [ + "A" + ], + "scope": null + }, + { + "id": "tests.cpydiff.core_class_supermultiple.C", + "name": "C", + "lineno": 20, + "bases": [ + "A" + ], + "scope": null + }, + { + "id": "tests.cpydiff.core_class_supermultiple.D", + "name": "D", + "lineno": 26, + "bases": [ + "B", + "C" + ], + "scope": null + } + ], + "tests.cpydiff.core_class_superproperty": [ + { + "id": "tests.cpydiff.core_class_superproperty.A", + "name": "A", + "lineno": 9, + "bases": [], + "scope": null + }, + { + "id": "tests.cpydiff.core_class_superproperty.AA", + "name": "AA", + "lineno": 15, + "bases": [ + "A" + ], + "scope": null + } + ], + "tests.cpydiff.core_class_super_init": [ + { + "id": "tests.cpydiff.core_class_super_init.L1", + "name": "L1", + "lineno": 9, + "bases": [ + "list" + ], + "scope": null + }, + { + "id": "tests.cpydiff.core_class_super_init.L2", + "name": "L2", + "lineno": 21, + "bases": [ + "list" + ], + "scope": null + } + ], + "tests.cpydiff.core_exception_construction": [ + { + "id": "tests.cpydiff.core_exception_construction.C", + "name": "C", + "lineno": 9, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tests.cpydiff.core_exception_construction.C1", + "name": "C1", + "lineno": 14, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "tests.cpydiff.core_fstring_concat": [], + "tests.cpydiff.core_fstring_parser": [], + "tests.cpydiff.core_fstring_repr": [], + "tests.cpydiff.core_function_argcount": [], + "tests.cpydiff.core_function_moduleattr": [], + "tests.cpydiff.core_function_star": [], + "tests.cpydiff.core_function_userattr": [], + "tests.cpydiff.core_generator_noexit": [ + { + "id": "tests.cpydiff.core_generator_noexit.foo", + "name": "foo", + "lineno": 9, + "bases": [ + "object" + ], + "scope": null + } + ], + "tests.cpydiff.core_import_path": [], + "tests.cpydiff.core_import_split_ns_pkgs": [], + "tests.cpydiff.core_locals": [], + "tests.cpydiff.core_locals_eval": [], + "tests.cpydiff.modules_array_containment": [], + "tests.cpydiff.modules_array_deletion": [], + "tests.cpydiff.modules_array_subscrstep": [], + "tests.cpydiff.modules_errno_enotsup": [], + "tests.cpydiff.modules_json_nonserializable": [], + "tests.cpydiff.modules_os_environ": [], + "tests.cpydiff.modules_os_getenv": [], + "tests.cpydiff.modules_random_getrandbits": [], + "tests.cpydiff.modules_random_randint": [], + "tests.cpydiff.modules_struct_fewargs": [], + "tests.cpydiff.modules_struct_manyargs": [], + "tests.cpydiff.modules_struct_whitespace_in_format": [], + "tests.cpydiff.modules_sys_stdassign": [], + "tests.cpydiff.module_array_comparison": [], + "tests.cpydiff.module_array_constructor": [], + "tests.cpydiff.syntax_annotation_expression": [], + "tests.cpydiff.syntax_arg_unpacking": [], + "tests.cpydiff.syntax_assign_expr": [], + "tests.cpydiff.syntax_literal_underscore": [], + "tests.cpydiff.syntax_spaces": [], + "tests.cpydiff.syntax_unicode_nameesc": [], + "tests.cpydiff.types_bytearray_sliceassign": [], + "tests.cpydiff.types_bytes_format": [], + "tests.cpydiff.types_bytes_keywords": [], + "tests.cpydiff.types_bytes_subscrstep": [], + "tests.cpydiff.types_complex_parser": [], + "tests.cpydiff.types_dict_keys_set": [], + "tests.cpydiff.types_exception_attrs": [], + "tests.cpydiff.types_exception_chaining": [], + "tests.cpydiff.types_exception_instancevar": [], + "tests.cpydiff.types_exception_loops": [], + "tests.cpydiff.types_exception_subclassinit": [ + { + "id": "tests.cpydiff.types_exception_subclassinit.A", + "name": "A", + "lineno": 13, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "tests.cpydiff.types_float_implicit_conversion": [ + { + "id": "tests.cpydiff.types_float_implicit_conversion.Test", + "name": "Test", + "lineno": 9, + "bases": [], + "scope": null + } + ], + "tests.cpydiff.types_int_bit_length": [], + "tests.cpydiff.types_int_subclassconv": [ + { + "id": "tests.cpydiff.types_int_subclassconv.A", + "name": "A", + "lineno": 9, + "bases": [ + "int" + ], + "scope": null + } + ], + "tests.cpydiff.types_int_to_bytes": [], + "tests.cpydiff.types_list_delete_subscrstep": [], + "tests.cpydiff.types_list_store_noniter": [], + "tests.cpydiff.types_list_store_subscrstep": [], + "tests.cpydiff.types_memoryview_invalid": [], + "tests.cpydiff.types_oserror_errnomap": [], + "tests.cpydiff.types_range_limits": [], + "tests.cpydiff.types_str_formatsep": [], + "tests.cpydiff.types_str_formatsep_float": [], + "tests.cpydiff.types_str_formatsubscr": [], + "tests.cpydiff.types_str_keywords": [], + "tests.cpydiff.types_str_ljust_rjust": [], + "tests.cpydiff.types_str_rsplitnone": [], + "tests.cpydiff.types_str_subscrstep": [], + "tests.cpydiff.types_tuple_subscrstep": [], + "tests.cpydiff.modules.foo": [], + "tests.cpydiff.modules": [], + "tests.cpydiff.modules.subpkg.foo": [], + "tests.cpydiff.modules2.subpkg.bar": [], + "tests.extmod.asyncio_as_uasyncio": [], + "tests.extmod.asyncio_await_return": [], + "tests.extmod.asyncio_basic": [], + "tests.extmod.asyncio_basic2": [], + "tests.extmod.asyncio_cancel_fair": [], + "tests.extmod.asyncio_cancel_fair2": [], + "tests.extmod.asyncio_cancel_self": [], + "tests.extmod.asyncio_cancel_task": [], + "tests.extmod.asyncio_cancel_wait_on_finished": [], + "tests.extmod.asyncio_current_task": [], + "tests.extmod.asyncio_event": [], + "tests.extmod.asyncio_event_fair": [], + "tests.extmod.asyncio_event_queue": [], + "tests.extmod.asyncio_exception": [], + "tests.extmod.asyncio_fair": [], + "tests.extmod.asyncio_gather": [], + "tests.extmod.asyncio_gather_finished_early": [], + "tests.extmod.asyncio_gather_notimpl": [], + "tests.extmod.asyncio_get_event_loop": [], + "tests.extmod.asyncio_heaplock": [ + { + "id": "tests.extmod.asyncio_heaplock.TestStream", + "name": "TestStream", + "lineno": 32, + "bases": [], + "scope": null + } + ], + "tests.extmod.asyncio_iterator_event": [ + { + "id": "tests.extmod.asyncio_iterator_event.AsyncIterable", + "name": "AsyncIterable", + "lineno": 56, + "bases": [], + "scope": null + } + ], + "tests.extmod.asyncio_lock": [], + "tests.extmod.asyncio_lock_cancel": [], + "tests.extmod.asyncio_loop_stop": [], + "tests.extmod.asyncio_micropython": [], + "tests.extmod.asyncio_new_event_loop": [], + "tests.extmod.asyncio_set_exception_handler": [], + "tests.extmod.asyncio_task_done": [], + "tests.extmod.asyncio_threadsafeflag": [], + "tests.extmod.asyncio_wait_for": [], + "tests.extmod.asyncio_wait_for_fwd": [], + "tests.extmod.asyncio_wait_for_linked_task": [ + { + "id": "tests.extmod.asyncio_wait_for_linked_task.Worker", + "name": "Worker", + "lineno": 17, + "bases": [], + "scope": null + } + ], + "tests.extmod.asyncio_wait_task": [], + "tests.extmod.binascii_a2b_base64": [], + "tests.extmod.binascii_b2a_base64": [], + "tests.extmod.binascii_crc32": [], + "tests.extmod.binascii_hexlify": [], + "tests.extmod.binascii_unhexlify": [], + "tests.extmod.btree1": [], + "tests.extmod.btree_closed": [], + "tests.extmod.btree_error": [ + { + "id": "tests.extmod.btree_error.Device", + "name": "Device", + "lineno": 12, + "bases": [ + "io.IOBase" + ], + "scope": null + } + ], + "tests.extmod.btree_gc": [], + "tests.extmod.cryptolib_aes128_cbc": [], + "tests.extmod.cryptolib_aes128_ctr": [], + "tests.extmod.cryptolib_aes128_ecb": [], + "tests.extmod.cryptolib_aes128_ecb_enc": [], + "tests.extmod.cryptolib_aes128_ecb_inpl": [], + "tests.extmod.cryptolib_aes128_ecb_into": [], + "tests.extmod.cryptolib_aes256_cbc": [], + "tests.extmod.cryptolib_aes256_ecb": [], + "tests.extmod.deflate_compress": [], + "tests.extmod.deflate_compress_memory_error": [], + "tests.extmod.deflate_decompress": [], + "tests.extmod.deflate_stream_error": [ + { + "id": "tests.extmod.deflate_stream_error.Stream", + "name": "Stream", + "lineno": 22, + "bases": [ + "io.IOBase" + ], + "scope": null + }, + { + "id": "tests.extmod.deflate_stream_error.Stream", + "name": "Stream", + "lineno": 36, + "bases": [ + "io.IOBase" + ], + "scope": null + }, + { + "id": "tests.extmod.deflate_stream_error.Stream", + "name": "Stream", + "lineno": 51, + "bases": [ + "io.IOBase" + ], + "scope": null + }, + { + "id": "tests.extmod.deflate_stream_error.Stream", + "name": "Stream", + "lineno": 71, + "bases": [ + "io.IOBase" + ], + "scope": null + } + ], + "tests.extmod.framebuf1": [], + "tests.extmod.framebuf16": [], + "tests.extmod.framebuf2": [], + "tests.extmod.framebuf4": [], + "tests.extmod.framebuf8": [], + "tests.extmod.framebuf_blit": [], + "tests.extmod.framebuf_bounds": [], + "tests.extmod.framebuf_ellipse": [], + "tests.extmod.framebuf_palette": [], + "tests.extmod.framebuf_polygon": [], + "tests.extmod.framebuf_scroll": [], + "tests.extmod.framebuf_subclass": [ + { + "id": "tests.extmod.framebuf_subclass.FB", + "name": "FB", + "lineno": 15, + "bases": [ + "framebuf.FrameBuffer" + ], + "scope": null + }, + { + "id": "tests.extmod.framebuf_subclass.NotAFrameBuf", + "name": "NotAFrameBuf", + "lineno": 39, + "bases": [], + "scope": null + } + ], + "tests.extmod.hashlib_final": [], + "tests.extmod.hashlib_md5": [], + "tests.extmod.hashlib_sha1": [], + "tests.extmod.hashlib_sha256": [], + "tests.extmod.heapq1": [], + "tests.extmod.json_dump": [], + "tests.extmod.json_dumps": [], + "tests.extmod.json_dumps_extra": [], + "tests.extmod.json_dumps_float": [], + "tests.extmod.json_dumps_ordereddict": [], + "tests.extmod.json_dumps_separators": [], + "tests.extmod.json_dump_iobase": [ + { + "id": "tests.extmod.json_dump_iobase.S", + "name": "S", + "lineno": 15, + "bases": [ + "io.IOBase" + ], + "scope": null + } + ], + "tests.extmod.json_dump_separators": [], + "tests.extmod.json_load": [], + "tests.extmod.json_loads": [], + "tests.extmod.json_loads_bytes": [], + "tests.extmod.json_loads_float": [], + "tests.extmod.json_loads_int_64": [], + "tests.extmod.machine1": [ + { + "id": "tests.extmod.machine1.Test", + "name": "Test", + "lineno": 14, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tests.extmod.machine_disable_irq": [], + "tests.extmod.machine_hard_timer": [], + "tests.extmod.machine_i2s_rate": [], + "tests.extmod.machine_pinbase": [ + { + "id": "tests.extmod.machine_pinbase.MyPin", + "name": "MyPin", + "lineno": 10, + "bases": [ + "machine.PinBase" + ], + "scope": null + } + ], + "tests.extmod.machine_pulse": [ + { + "id": "tests.extmod.machine_pulse.ConstPin", + "name": "ConstPin", + "lineno": 11, + "bases": [ + "machine.PinBase" + ], + "scope": null + }, + { + "id": "tests.extmod.machine_pulse.TogglePin", + "name": "TogglePin", + "lineno": 22, + "bases": [ + "machine.PinBase" + ], + "scope": null + } + ], + "tests.extmod.machine_rtc": [], + "tests.extmod.machine_signal": [ + { + "id": "tests.extmod.machine_signal.Pin", + "name": "Pin", + "lineno": 13, + "bases": [ + "machine.PinBase" + ], + "scope": null + } + ], + "tests.extmod.machine_soft_timer": [], + "tests.extmod.machine_spi_rate": [], + "tests.extmod.machine_timer": [], + "tests.extmod.machine_uart_irq_txidle": [], + "tests.extmod.machine_uart_tx": [], + "tests.extmod.marshal_basic": [], + "tests.extmod.marshal_fun_nested": [], + "tests.extmod.marshal_stress": [], + "tests.extmod.os_urandom": [], + "tests.extmod.platform_basic": [], + "tests.extmod.random_basic": [], + "tests.extmod.random_extra": [], + "tests.extmod.random_extra_float": [], + "tests.extmod.random_seed_default": [], + "tests.extmod.re1": [], + "tests.extmod.re_debug": [], + "tests.extmod.re_error": [], + "tests.extmod.re_group": [], + "tests.extmod.re_groups": [], + "tests.extmod.re_limit": [], + "tests.extmod.re_namedclass": [], + "tests.extmod.re_span": [], + "tests.extmod.re_split": [], + "tests.extmod.re_split_empty": [], + "tests.extmod.re_split_notimpl": [], + "tests.extmod.re_stack_overflow": [], + "tests.extmod.re_stack_overflow2": [], + "tests.extmod.re_start_end_pos": [], + "tests.extmod.re_sub": [], + "tests.extmod.re_sub_unmatched": [], + "tests.extmod.select_ipoll": [], + "tests.extmod.select_poll_basic": [], + "tests.extmod.select_poll_custom": [ + { + "id": "tests.extmod.select_poll_custom.CustomPollable", + "name": "CustomPollable", + "lineno": 22, + "bases": [ + "io.IOBase" + ], + "scope": null + } + ], + "tests.extmod.select_poll_eintr": [], + "tests.extmod.select_poll_fd": [], + "tests.extmod.select_poll_udp": [], + "tests.extmod.socket_badconstructor": [], + "tests.extmod.socket_fileno": [], + "tests.extmod.socket_tcp_basic": [], + "tests.extmod.socket_udp_nonblock": [], + "tests.extmod.ssl_basic": [ + { + "id": "tests.extmod.ssl_basic.TestSocket", + "name": "TestSocket", + "lineno": 11, + "bases": [ + "io.IOBase" + ], + "scope": null + } + ], + "tests.extmod.ssl_cadata": [], + "tests.extmod.ssl_ioctl": [], + "tests.extmod.ssl_keycert": [], + "tests.extmod.ssl_keycert_pkcs8": [], + "tests.extmod.ssl_poll": [ + { + "id": "tests.extmod.ssl_poll._Pipe", + "name": "_Pipe", + "lineno": 64, + "bases": [ + "io.IOBase" + ], + "scope": null + } + ], + "tests.extmod.ssl_sslcontext": [], + "tests.extmod.ssl_sslcontext_verify_mode": [], + "tests.extmod.ssl_sslcontext_verify_mode2": [], + "tests.extmod.ticks_add": [], + "tests.extmod.ticks_diff": [], + "tests.extmod.time_mktime": [], + "tests.extmod.time_ms_us": [], + "tests.extmod.time_res": [], + "tests.extmod.time_time_ns": [], + "tests.extmod.tls_dtls": [ + { + "id": "tests.extmod.tls_dtls.DummySocket", + "name": "DummySocket", + "lineno": 11, + "bases": [ + "io.IOBase" + ], + "scope": null + } + ], + "tests.extmod.tls_noleak": [ + { + "id": "tests.extmod.tls_noleak.TestSocket", + "name": "TestSocket", + "lineno": 13, + "bases": [ + "io.IOBase" + ], + "scope": null + }, + { + "id": "tests.extmod.tls_noleak.TLSNoLeaks", + "name": "TLSNoLeaks", + "lineno": 30, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tests.extmod.tls_psk": [], + "tests.extmod.tls_sslcontext_ciphers": [], + "tests.extmod.tls_sslcontext_micropython": [], + "tests.extmod.tls_threads": [ + { + "id": "tests.extmod.tls_threads.TestSocket", + "name": "TestSocket", + "lineno": 16, + "bases": [ + "io.IOBase" + ], + "scope": null + }, + { + "id": "tests.extmod.tls_threads.TLSThreads", + "name": "TLSThreads", + "lineno": 33, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tests.extmod.uctypes_32bit_intbig": [], + "tests.extmod.uctypes_addressof": [], + "tests.extmod.uctypes_array_assign_le": [], + "tests.extmod.uctypes_array_assign_native_le": [], + "tests.extmod.uctypes_array_assign_native_le_intbig": [], + "tests.extmod.uctypes_array_load_store": [], + "tests.extmod.uctypes_bytearray": [], + "tests.extmod.uctypes_byteat": [], + "tests.extmod.uctypes_error": [], + "tests.extmod.uctypes_le": [], + "tests.extmod.uctypes_le_float": [], + "tests.extmod.uctypes_native_float": [], + "tests.extmod.uctypes_native_le": [], + "tests.extmod.uctypes_print": [], + "tests.extmod.uctypes_ptr_le": [], + "tests.extmod.uctypes_ptr_native_le": [], + "tests.extmod.uctypes_sizeof": [], + "tests.extmod.uctypes_sizeof_float": [], + "tests.extmod.uctypes_sizeof_layout": [], + "tests.extmod.uctypes_sizeof_native": [], + "tests.extmod.uctypes_sizeof_od": [], + "tests.extmod.vfs_basic": [ + { + "id": "tests.extmod.vfs_basic.Filesystem", + "name": "Filesystem", + "lineno": 10, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_blockdev": [ + { + "id": "tests.extmod.vfs_blockdev.RAMBlockDevice", + "name": "RAMBlockDevice", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_blockdev_invalid": [ + { + "id": "tests.extmod.vfs_blockdev_invalid.RAMBlockDevice", + "name": "RAMBlockDevice", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_blockdev_invalid2": [ + { + "id": "tests.extmod.vfs_blockdev_invalid2.BadDev", + "name": "BadDev", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_fat_fileio1": [ + { + "id": "tests.extmod.vfs_fat_fileio1.RAMFS", + "name": "RAMFS", + "lineno": 10, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_fat_fileio2": [ + { + "id": "tests.extmod.vfs_fat_fileio2.RAMFS", + "name": "RAMFS", + "lineno": 10, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_fat_finaliser": [ + { + "id": "tests.extmod.vfs_fat_finaliser.RAMBlockDevice", + "name": "RAMBlockDevice", + "lineno": 12, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_fat_ilistdir_del": [ + { + "id": "tests.extmod.vfs_fat_ilistdir_del.RAMBlockDevice", + "name": "RAMBlockDevice", + "lineno": 12, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_fat_more": [ + { + "id": "tests.extmod.vfs_fat_more.RAMFS", + "name": "RAMFS", + "lineno": 10, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_fat_mtime": [ + { + "id": "tests.extmod.vfs_fat_mtime.RAMBlockDevice", + "name": "RAMBlockDevice", + "lineno": 14, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_fat_oldproto": [ + { + "id": "tests.extmod.vfs_fat_oldproto.RAMFS_OLD", + "name": "RAMFS_OLD", + "lineno": 10, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_fat_ramdisk": [ + { + "id": "tests.extmod.vfs_fat_ramdisk.RAMFS", + "name": "RAMFS", + "lineno": 10, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_fat_ramdisklarge": [ + { + "id": "tests.extmod.vfs_fat_ramdisklarge.RAMBDevSparse", + "name": "RAMBDevSparse", + "lineno": 12, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_lfs": [ + { + "id": "tests.extmod.vfs_lfs.RAMBlockDevice", + "name": "RAMBlockDevice", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_lfs_corrupt": [ + { + "id": "tests.extmod.vfs_lfs_corrupt.RAMBlockDevice", + "name": "RAMBlockDevice", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_lfs_error": [ + { + "id": "tests.extmod.vfs_lfs_error.RAMBlockDevice", + "name": "RAMBlockDevice", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_lfs_file": [ + { + "id": "tests.extmod.vfs_lfs_file.RAMBlockDevice", + "name": "RAMBlockDevice", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_lfs_ilistdir_del": [ + { + "id": "tests.extmod.vfs_lfs_ilistdir_del.RAMBlockDevice", + "name": "RAMBlockDevice", + "lineno": 12, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_lfs_mount": [ + { + "id": "tests.extmod.vfs_lfs_mount.RAMBlockDevice", + "name": "RAMBlockDevice", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_lfs_mtime": [ + { + "id": "tests.extmod.vfs_lfs_mtime.RAMBlockDevice", + "name": "RAMBlockDevice", + "lineno": 14, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_lfs_superblock": [ + { + "id": "tests.extmod.vfs_lfs_superblock.RAMBlockDevice", + "name": "RAMBlockDevice", + "lineno": 12, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_mountinfo": [ + { + "id": "tests.extmod.vfs_mountinfo.Filesystem", + "name": "Filesystem", + "lineno": 10, + "bases": [], + "scope": null + } + ], + "tests.extmod.vfs_posix": [], + "tests.extmod.vfs_posix_enoent": [], + "tests.extmod.vfs_posix_ilistdir_del": [], + "tests.extmod.vfs_posix_ilistdir_filter": [], + "tests.extmod.vfs_posix_paths": [], + "tests.extmod.vfs_posix_readonly": [], + "tests.extmod.vfs_rom": [ + { + "id": "tests.extmod.vfs_rom.VfsRomWriter", + "name": "VfsRomWriter", + "lineno": 61, + "bases": [], + "scope": null + }, + { + "id": "tests.extmod.vfs_rom.Range", + "name": "Range", + "lineno": 151, + "bases": [], + "scope": null + }, + { + "id": "tests.extmod.vfs_rom.TestBase", + "name": "TestBase", + "lineno": 163, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "tests.extmod.vfs_rom.TestEdgeCases", + "name": "TestEdgeCases", + "lineno": 194, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "tests.extmod.vfs_rom.TestCorrupt", + "name": "TestCorrupt", + "lineno": 226, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "tests.extmod.vfs_rom.TestStandalone", + "name": "TestStandalone", + "lineno": 299, + "bases": [ + "TestBase" + ], + "scope": null + }, + { + "id": "tests.extmod.vfs_rom.TestMounted", + "name": "TestMounted", + "lineno": 393, + "bases": [ + "TestBase" + ], + "scope": null + } + ], + "tests.extmod.vfs_userfs": [ + { + "id": "tests.extmod.vfs_userfs.UserFile", + "name": "UserFile", + "lineno": 15, + "bases": [ + "io.IOBase" + ], + "scope": null + }, + { + "id": "tests.extmod.vfs_userfs.UserFS", + "name": "UserFS", + "lineno": 48, + "bases": [], + "scope": null + } + ], + "tests.extmod.websocket_basic": [], + "tests.extmod.websocket_toobig": [], + "tests.extmod_hardware.machine_can_instances": [ + { + "id": "tests.extmod_hardware.machine_can_instances.Test", + "name": "Test", + "lineno": 25, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tests.extmod_hardware.machine_can_timings": [ + { + "id": "tests.extmod_hardware.machine_can_timings.TestTimings", + "name": "TestTimings", + "lineno": 16, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tests.extmod_hardware.machine_counter": [ + { + "id": "tests.extmod_hardware.machine_counter.TestConnections", + "name": "TestConnections", + "lineno": 40, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "tests.extmod_hardware.machine_counter.TestCounter", + "name": "TestCounter", + "lineno": 52, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tests.extmod_hardware.machine_encoder": [ + { + "id": "tests.extmod_hardware.machine_encoder.TestConnections", + "name": "TestConnections", + "lineno": 31, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "tests.extmod_hardware.machine_encoder.TestEncoder", + "name": "TestEncoder", + "lineno": 46, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tests.extmod_hardware.machine_i2c_target": [ + { + "id": "tests.extmod_hardware.machine_i2c_target.TestMemory", + "name": "TestMemory", + "lineno": 65, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestMemoryIRQ", + "name": "TestMemoryIRQ", + "lineno": 128, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestPolling", + "name": "TestPolling", + "lineno": 175, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "tests.extmod_hardware.machine_i2c_target.TestIRQ", + "name": "TestIRQ", + "lineno": 211, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tests.extmod_hardware.machine_pwm": [ + { + "id": "tests.extmod_hardware.machine_pwm.TestBase", + "name": "TestBase", + "lineno": 109, + "bases": [], + "scope": null + } + ], + "tests.extmod_hardware.machine_sdcard_dma_align": [ + { + "id": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign", + "name": "TestSDAlign", + "lineno": 91, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tests.extmod_hardware.machine_uart_irq_break": [], + "tests.extmod_hardware.machine_uart_irq_rx": [], + "tests.extmod_hardware.machine_uart_irq_rxidle": [], + "tests.feature_check.async_check": [], + "tests.feature_check.bytearray": [], + "tests.feature_check.byteorder": [], + "tests.feature_check.complex": [], + "tests.feature_check.const": [], + "tests.feature_check.coverage": [], + "tests.feature_check.fstring": [], + "tests.feature_check.inlineasm": [], + "tests.feature_check.int_64": [], + "tests.feature_check.int_big": [], + "tests.feature_check.native_check": [], + "tests.feature_check.reverse_ops": [ + { + "id": "tests.feature_check.reverse_ops.Foo", + "name": "Foo", + "lineno": 1, + "bases": [], + "scope": null + } + ], + "tests.feature_check.set_check": [], + "tests.feature_check.slice": [], + "tests.feature_check.target_info": [], + "tests.float.array_construct": [], + "tests.float.builtin_float_abs": [], + "tests.float.builtin_float_hash": [], + "tests.float.builtin_float_minmax": [], + "tests.float.builtin_float_pow": [], + "tests.float.builtin_float_round": [], + "tests.float.builtin_float_round_intbig": [], + "tests.float.bytearray_construct_endian": [], + "tests.float.bytes_construct_endian": [], + "tests.float.cmath_dunder": [ + { + "id": "tests.float.cmath_dunder.TestFloat", + "name": "TestFloat", + "lineno": 10, + "bases": [], + "scope": null + }, + { + "id": "tests.float.cmath_dunder.TestComplex", + "name": "TestComplex", + "lineno": 15, + "bases": [], + "scope": null + } + ], + "tests.float.cmath_fun": [], + "tests.float.cmath_fun_special": [], + "tests.float.complex1": [], + "tests.float.complex1_intbig": [], + "tests.float.complex1_micropython": [], + "tests.float.complex_dunder": [ + { + "id": "tests.float.complex_dunder.TestFloat", + "name": "TestFloat", + "lineno": 4, + "bases": [], + "scope": null + }, + { + "id": "tests.float.complex_dunder.TestComplex", + "name": "TestComplex", + "lineno": 9, + "bases": [], + "scope": null + }, + { + "id": "tests.float.complex_dunder.TestStrComplex", + "name": "TestStrComplex", + "lineno": 14, + "bases": [], + "scope": null + }, + { + "id": "tests.float.complex_dunder.TestNonComplex", + "name": "TestNonComplex", + "lineno": 19, + "bases": [], + "scope": null + }, + { + "id": "tests.float.complex_dunder.Test", + "name": "Test", + "lineno": 24, + "bases": [], + "scope": null + } + ], + "tests.float.complex_reverse_op": [ + { + "id": "tests.float.complex_reverse_op.A", + "name": "A", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.float.complex_special_methods": [ + { + "id": "tests.float.complex_special_methods.A", + "name": "A", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.float.float1": [], + "tests.float.float2int_doubleprec_intbig": [], + "tests.float.float2int_fp30_intbig": [], + "tests.float.float2int_intbig": [], + "tests.float.float_array": [], + "tests.float.float_compare": [ + { + "id": "tests.float.float_compare.Foo", + "name": "Foo", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.float.float_divmod": [], + "tests.float.float_divmod_relaxed": [], + "tests.float.float_dunder": [ + { + "id": "tests.float.float_dunder.TestFloat", + "name": "TestFloat", + "lineno": 4, + "bases": [], + "scope": null + }, + { + "id": "tests.float.float_dunder.TestStrFloat", + "name": "TestStrFloat", + "lineno": 9, + "bases": [], + "scope": null + }, + { + "id": "tests.float.float_dunder.TestNonFloat", + "name": "TestNonFloat", + "lineno": 14, + "bases": [], + "scope": null + }, + { + "id": "tests.float.float_dunder.Test", + "name": "Test", + "lineno": 19, + "bases": [], + "scope": null + } + ], + "tests.float.float_format": [], + "tests.float.float_format_accuracy": [], + "tests.float.float_format_ftoe": [], + "tests.float.float_format_ints": [], + "tests.float.float_format_ints_doubleprec": [], + "tests.float.float_format_ints_power10": [], + "tests.float.float_parse": [], + "tests.float.float_parse_doubleprec": [], + "tests.float.float_struct": [], + "tests.float.float_struct_e": [], + "tests.float.float_struct_e_doubleprec": [], + "tests.float.float_struct_e_fp30": [], + "tests.float.inf_nan_arith": [], + "tests.float.int_64_float": [], + "tests.float.int_big_float": [], + "tests.float.int_divzero": [], + "tests.float.int_power": [], + "tests.float.lexer": [], + "tests.float.list_index": [], + "tests.float.math_constants": [], + "tests.float.math_constants_extra": [], + "tests.float.math_domain": [], + "tests.float.math_domain_python311": [], + "tests.float.math_domain_special": [], + "tests.float.math_dunder": [ + { + "id": "tests.float.math_dunder.TestFloat", + "name": "TestFloat", + "lineno": 10, + "bases": [], + "scope": null + } + ], + "tests.float.math_factorial_intbig": [], + "tests.float.math_fun": [], + "tests.float.math_fun_bool": [], + "tests.float.math_fun_int": [], + "tests.float.math_fun_intbig": [], + "tests.float.math_fun_special": [], + "tests.float.math_isclose": [], + "tests.float.python36": [], + "tests.float.string_format": [], + "tests.float.string_format2": [], + "tests.float.string_format_modulo": [], + "tests.float.string_format_modulo2": [], + "tests.float.string_format_modulo2_intbig": [], + "tests.float.string_format_modulo3": [], + "tests.float.true_value": [], + "tests.float.types": [], + "tests.import.builtin_ext": [], + "tests.import.builtin_import": [], + "tests.import.gen_context": [], + "tests.import.gen_context2": [], + "tests.import.import1a": [], + "tests.import.import1b": [], + "tests.import.import2a": [], + "tests.import.import3a": [], + "tests.import.import_broken": [], + "tests.import.import_circular": [], + "tests.import.import_file": [], + "tests.import.import_long_dyn": [], + "tests.import.import_long_dyn2": [], + "tests.import.import_override": [ + { + "id": "tests.import.import_override.M", + "name": "M", + "lineno": 11, + "bases": [], + "scope": null + } + ], + "tests.import.import_override2": [], + "tests.import.import_pkg1": [], + "tests.import.import_pkg2": [], + "tests.import.import_pkg3": [], + "tests.import.import_pkg4": [], + "tests.import.import_pkg5": [], + "tests.import.import_pkg6": [], + "tests.import.import_pkg7": [], + "tests.import.import_pkg8": [], + "tests.import.import_pkg9": [], + "tests.import.import_star": [], + "tests.import.import_star_error": [], + "tests.import.module_dict": [], + "tests.import.module_getattr": [], + "tests.import.rel_import_inv": [], + "tests.import.try_module": [], + "tests.import.broken.pkg2_and_zerodiv": [], + "tests.import.broken.zerodiv": [], + "tests.import.circular.main": [], + "tests.import.circular.sub": [], + "tests.import.ext.micropython": [], + "tests.import.ext.os": [], + "tests.import.ext.sys": [], + "tests.import.ext.time": [], + "tests.import.ext.usys": [], + "tests.import.pkg.mod": [], + "tests.import.pkg": [], + "tests.import.pkg2.mod1": [], + "tests.import.pkg2.mod2": [], + "tests.import.pkg2": [], + "tests.import.pkg3.mod1": [], + "tests.import.pkg3.mod2": [], + "tests.import.pkg3": [], + "tests.import.pkg3.subpkg1.mod1": [], + "tests.import.pkg3.subpkg1": [], + "tests.import.pkg6": [], + "tests.import.pkg6.x.y": [], + "tests.import.pkg6.x": [], + "tests.import.pkg7.mod1": [], + "tests.import.pkg7.mod2": [], + "tests.import.pkg7": [], + "tests.import.pkg7.subpkg1": [], + "tests.import.pkg7.subpkg1.subpkg2.mod3": [], + "tests.import.pkg7.subpkg1.subpkg2": [], + "tests.import.pkg8.mod": [], + "tests.import.pkg9.mod1": [], + "tests.import.pkg9.mod2": [], + "tests.import.pkg9": [], + "tests.import.pkgstar_all_array.funcs": [], + "tests.import.pkgstar_all_array": [ + { + "id": "tests.import.pkgstar_all_array.PublicClass", + "name": "PublicClass", + "lineno": 9, + "bases": [], + "scope": null + }, + { + "id": "tests.import.pkgstar_all_array.UnlistedClass", + "name": "UnlistedClass", + "lineno": 20, + "bases": [], + "scope": null + }, + { + "id": "tests.import.pkgstar_all_array._PrivateClass", + "name": "_PrivateClass", + "lineno": 31, + "bases": [], + "scope": null + } + ], + "tests.import.pkgstar_all_inval": [], + "tests.import.pkgstar_all_miss": [], + "tests.import.pkgstar_all_tuple": [ + { + "id": "tests.import.pkgstar_all_tuple.PublicClass2", + "name": "PublicClass2", + "lineno": 9, + "bases": [], + "scope": null + }, + { + "id": "tests.import.pkgstar_all_tuple.UnlistedClass2", + "name": "UnlistedClass2", + "lineno": 20, + "bases": [], + "scope": null + } + ], + "tests.import.pkgstar_default": [ + { + "id": "tests.import.pkgstar_default.VisibleClass", + "name": "VisibleClass", + "lineno": 9, + "bases": [], + "scope": null + }, + { + "id": "tests.import.pkgstar_default._HiddenClass", + "name": "_HiddenClass", + "lineno": 18, + "bases": [], + "scope": null + } + ], + "tests.inlineasm.rv32.asmargs": [], + "tests.inlineasm.rv32.asmarith": [], + "tests.inlineasm.rv32.asmbranch": [], + "tests.inlineasm.rv32.asmconst": [], + "tests.inlineasm.rv32.asmcsr": [], + "tests.inlineasm.rv32.asmdata": [], + "tests.inlineasm.rv32.asmdivmul": [], + "tests.inlineasm.rv32.asmjump": [], + "tests.inlineasm.rv32.asmloadstore": [], + "tests.inlineasm.rv32.asmrettype": [], + "tests.inlineasm.rv32.asmsanity": [], + "tests.inlineasm.rv32.asmshift": [], + "tests.inlineasm.rv32.asmstack": [], + "tests.inlineasm.rv32.asmsum": [], + "tests.inlineasm.rv32.asm_ext_zba": [], + "tests.inlineasm.rv32.asm_ext_zcmp": [], + "tests.inlineasm.thumb.asmargs": [], + "tests.inlineasm.thumb.asmblbx": [], + "tests.inlineasm.thumb.asmdata": [], + "tests.inlineasm.thumb.asmerrors": [], + "tests.inlineasm.thumb.asmpushpop": [], + "tests.inlineasm.thumb.asmrettype": [], + "tests.inlineasm.thumb.asmshift": [], + "tests.inlineasm.thumb.asmsum": [], + "tests.inlineasm.thumb.asm_thumb2_bcc": [], + "tests.inlineasm.thumb.asm_thumb2_bitops": [], + "tests.inlineasm.thumb.asm_thumb2_const": [], + "tests.inlineasm.thumb.asm_thumb2_div": [], + "tests.inlineasm.thumb.asm_thumb2_it": [], + "tests.inlineasm.thumb.asm_thumb2_specialregs": [], + "tests.inlineasm.thumb.asm_vfp_addsub": [], + "tests.inlineasm.thumb.asm_vfp_cmp": [], + "tests.inlineasm.thumb.asm_vfp_ldrstr": [], + "tests.inlineasm.thumb.asm_vfp_muldiv": [], + "tests.inlineasm.thumb.asm_vfp_sqrt": [], + "tests.inlineasm.xtensa.asmargs": [], + "tests.inlineasm.xtensa.asmarith": [], + "tests.inlineasm.xtensa.asmbranch": [], + "tests.inlineasm.xtensa.asmjump": [], + "tests.inlineasm.xtensa.asmloadstore": [], + "tests.inlineasm.xtensa.asmmisc": [], + "tests.inlineasm.xtensa.asmshift": [], + "tests.internal_bench.arrayop-1-list_inplace": [], + "tests.internal_bench.arrayop-2-list_map": [], + "tests.internal_bench.arrayop-3-bytearray_inplace": [], + "tests.internal_bench.arrayop-4-bytearray_map": [], + "tests.internal_bench.bench": [], + "tests.internal_bench.bytealloc-1-bytes_n": [], + "tests.internal_bench.bytealloc-2-repeat": [], + "tests.internal_bench.bytebuf-1-inplace": [], + "tests.internal_bench.bytebuf-2-join_map_bytes": [], + "tests.internal_bench.bytebuf-3-bytarray_map": [], + "tests.internal_bench.class_create-0-empty": [ + { + "id": "tests.internal_bench.class_create-0-empty.X", + "name": "X", + "lineno": 7, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_create-1-slots": [ + { + "id": "tests.internal_bench.class_create-1-slots.X", + "name": "X", + "lineno": 8, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_create-1.1-slots5": [ + { + "id": "tests.internal_bench.class_create-1.1-slots5.X", + "name": "X", + "lineno": 8, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_create-2-classattr": [ + { + "id": "tests.internal_bench.class_create-2-classattr.X", + "name": "X", + "lineno": 7, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_create-2.1-classattr5": [ + { + "id": "tests.internal_bench.class_create-2.1-classattr5.X", + "name": "X", + "lineno": 7, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_create-2.3-classattr5objs": [ + { + "id": "tests.internal_bench.class_create-2.3-classattr5objs.Class", + "name": "Class", + "lineno": 4, + "bases": [], + "scope": null + }, + { + "id": "tests.internal_bench.class_create-2.3-classattr5objs.X", + "name": "X", + "lineno": 12, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_create-3-instancemethod": [ + { + "id": "tests.internal_bench.class_create-3-instancemethod.X", + "name": "X", + "lineno": 7, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_create-4-classmethod": [ + { + "id": "tests.internal_bench.class_create-4-classmethod.X", + "name": "X", + "lineno": 7, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_create-4.1-classmethod_implicit": [ + { + "id": "tests.internal_bench.class_create-4.1-classmethod_implicit.X", + "name": "X", + "lineno": 7, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_create-5-staticmethod": [ + { + "id": "tests.internal_bench.class_create-5-staticmethod.X", + "name": "X", + "lineno": 7, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_create-6-getattribute": [ + { + "id": "tests.internal_bench.class_create-6-getattribute.X", + "name": "X", + "lineno": 7, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_create-6.1-getattr": [ + { + "id": "tests.internal_bench.class_create-6.1-getattr.X", + "name": "X", + "lineno": 7, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_create-6.2-property": [ + { + "id": "tests.internal_bench.class_create-6.2-property.X", + "name": "X", + "lineno": 7, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_create-6.3-descriptor": [ + { + "id": "tests.internal_bench.class_create-6.3-descriptor.D", + "name": "D", + "lineno": 4, + "bases": [], + "scope": null + }, + { + "id": "tests.internal_bench.class_create-6.3-descriptor.X", + "name": "X", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_create-7-inherit": [ + { + "id": "tests.internal_bench.class_create-7-inherit.B", + "name": "B", + "lineno": 5, + "bases": [], + "scope": null + }, + { + "id": "tests.internal_bench.class_create-7-inherit.X", + "name": "X", + "lineno": 10, + "bases": [ + "B" + ], + "scope": null + } + ], + "tests.internal_bench.class_create-7.1-inherit_initsubclass": [ + { + "id": "tests.internal_bench.class_create-7.1-inherit_initsubclass.B", + "name": "B", + "lineno": 5, + "bases": [], + "scope": null + }, + { + "id": "tests.internal_bench.class_create-7.1-inherit_initsubclass.X", + "name": "X", + "lineno": 12, + "bases": [ + "B" + ], + "scope": null + } + ], + "tests.internal_bench.class_create-8-metaclass_setname": [ + { + "id": "tests.internal_bench.class_create-8-metaclass_setname.D", + "name": "D", + "lineno": 4, + "bases": [], + "scope": null + }, + { + "id": "tests.internal_bench.class_create-8-metaclass_setname.X", + "name": "X", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_create-8.1-metaclass_setname5": [ + { + "id": "tests.internal_bench.class_create-8.1-metaclass_setname5.D", + "name": "D", + "lineno": 4, + "bases": [], + "scope": null + }, + { + "id": "tests.internal_bench.class_create-8.1-metaclass_setname5.X", + "name": "X", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_instance-0-object": [], + "tests.internal_bench.class_instance-0.1-object-gc": [], + "tests.internal_bench.class_instance-1-empty": [ + { + "id": "tests.internal_bench.class_instance-1-empty.X", + "name": "X", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_instance-1.1-classattr": [ + { + "id": "tests.internal_bench.class_instance-1.1-classattr.X", + "name": "X", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_instance-1.2-func": [ + { + "id": "tests.internal_bench.class_instance-1.2-func.X", + "name": "X", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_instance-1.3-empty-gc": [ + { + "id": "tests.internal_bench.class_instance-1.3-empty-gc.X", + "name": "X", + "lineno": 5, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_instance-2-init": [ + { + "id": "tests.internal_bench.class_instance-2-init.X", + "name": "X", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_instance-2.1-init_super": [ + { + "id": "tests.internal_bench.class_instance-2.1-init_super.X", + "name": "X", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_instance-2.2-new": [ + { + "id": "tests.internal_bench.class_instance-2.2-new.X", + "name": "X", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_instance-3-del": [ + { + "id": "tests.internal_bench.class_instance-3-del.X", + "name": "X", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_instance-3.1-del-gc": [ + { + "id": "tests.internal_bench.class_instance-3.1-del-gc.X", + "name": "X", + "lineno": 5, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_instance-4-slots": [ + { + "id": "tests.internal_bench.class_instance-4-slots.X", + "name": "X", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.class_instance-4.1-slots5": [ + { + "id": "tests.internal_bench.class_instance-4.1-slots5.X", + "name": "X", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.from_iter-1-list_bound": [], + "tests.internal_bench.from_iter-2-list_unbound": [], + "tests.internal_bench.from_iter-3-tuple_bound": [], + "tests.internal_bench.from_iter-4-tuple_unbound": [], + "tests.internal_bench.from_iter-5-bytes_bound": [], + "tests.internal_bench.from_iter-6-bytes_unbound": [], + "tests.internal_bench.from_iter-7-bytearray_bound": [], + "tests.internal_bench.from_iter-8-bytearray_unbound": [], + "tests.internal_bench.funcall-1-inline": [], + "tests.internal_bench.funcall-2-funcall": [], + "tests.internal_bench.funcall-3-funcall-local": [], + "tests.internal_bench.func_args-1.1-pos_1": [], + "tests.internal_bench.func_args-1.2-pos_3": [], + "tests.internal_bench.func_args-2-pos_default_2_of_3": [], + "tests.internal_bench.func_args-3.1-kw_1": [], + "tests.internal_bench.func_args-3.2-kw_3": [], + "tests.internal_bench.func_builtin-1-enum_pos": [], + "tests.internal_bench.func_builtin-2-enum_kw": [], + "tests.internal_bench.loop_count-1-range": [], + "tests.internal_bench.loop_count-2-range_iter": [], + "tests.internal_bench.loop_count-3-while_up": [], + "tests.internal_bench.loop_count-4-while_down_gt": [], + "tests.internal_bench.loop_count-5-while_down_ne": [], + "tests.internal_bench.loop_count-5.1-while_down_ne_localvar": [], + "tests.internal_bench.var-1-constant": [], + "tests.internal_bench.var-2-global": [], + "tests.internal_bench.var-3-local": [], + "tests.internal_bench.var-4-arg": [], + "tests.internal_bench.var-5-class-attr": [ + { + "id": "tests.internal_bench.var-5-class-attr.Foo", + "name": "Foo", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.var-6-instance-attr": [ + { + "id": "tests.internal_bench.var-6-instance-attr.Foo", + "name": "Foo", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.var-6.1-instance-attr-5": [ + { + "id": "tests.internal_bench.var-6.1-instance-attr-5.Foo", + "name": "Foo", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.var-6.2-instance-speciallookup": [ + { + "id": "tests.internal_bench.var-6.2-instance-speciallookup.Foo", + "name": "Foo", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.var-6.3-instance-property": [ + { + "id": "tests.internal_bench.var-6.3-instance-property.Foo", + "name": "Foo", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.var-6.4-instance-descriptor": [ + { + "id": "tests.internal_bench.var-6.4-instance-descriptor.Descriptor", + "name": "Descriptor", + "lineno": 4, + "bases": [], + "scope": null + }, + { + "id": "tests.internal_bench.var-6.4-instance-descriptor.Foo", + "name": "Foo", + "lineno": 9, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.var-6.5-instance-getattr": [ + { + "id": "tests.internal_bench.var-6.5-instance-getattr.Foo", + "name": "Foo", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.var-6.6-instance-builtin_ordered": [], + "tests.internal_bench.var-7-instance-meth": [ + { + "id": "tests.internal_bench.var-7-instance-meth.Foo", + "name": "Foo", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.var-8-namedtuple-1st": [], + "tests.internal_bench.var-8.1-namedtuple-5th": [], + "tests.internal_bench.var-9-getattr": [ + { + "id": "tests.internal_bench.var-9-getattr.Foo", + "name": "Foo", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.var-9.1-getattr_default": [ + { + "id": "tests.internal_bench.var-9.1-getattr_default.Foo", + "name": "Foo", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.var-9.2-getattr_default_special": [ + { + "id": "tests.internal_bench.var-9.2-getattr_default_special.Foo", + "name": "Foo", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.var-9.3-except_ok": [ + { + "id": "tests.internal_bench.var-9.3-except_ok.Foo", + "name": "Foo", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.var-9.4-except_selfinduced": [ + { + "id": "tests.internal_bench.var-9.4-except_selfinduced.Foo", + "name": "Foo", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.var-9.5-except_error": [ + { + "id": "tests.internal_bench.var-9.5-except_error.Foo", + "name": "Foo", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.internal_bench.var-9.6-except_error_special": [ + { + "id": "tests.internal_bench.var-9.6-except_error_special.Foo", + "name": "Foo", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.io.argv": [], + "tests.io.builtin_print_file": [], + "tests.io.file1": [], + "tests.io.file_iter": [], + "tests.io.file_long_read": [], + "tests.io.file_long_read2": [], + "tests.io.file_long_read3": [], + "tests.io.file_readinto": [], + "tests.io.file_readinto_len": [], + "tests.io.file_readline": [], + "tests.io.file_seek": [], + "tests.io.file_stdio": [], + "tests.io.file_stdio2": [], + "tests.io.file_with": [], + "tests.io.open_append": [], + "tests.io.open_plus": [], + "tests.jni.list": [], + "tests.jni.object": [], + "tests.jni.system_out": [], + "tests.micropython.builtin_execfile": [ + { + "id": "tests.micropython.builtin_execfile.File", + "name": "File", + "lineno": 13, + "bases": [ + "io.IOBase" + ], + "scope": null + }, + { + "id": "tests.micropython.builtin_execfile.Filesystem", + "name": "Filesystem", + "lineno": 29, + "bases": [], + "scope": null + }, + { + "id": "tests.micropython.builtin_execfile.EvilFilesystem", + "name": "EvilFilesystem", + "lineno": 80, + "bases": [], + "scope": null + } + ], + "tests.micropython.builtin_tstring": [], + "tests.micropython.const": [ + { + "id": "tests.micropython.const.A", + "name": "A", + "lineno": 24, + "bases": [], + "scope": null + } + ], + "tests.micropython.const2": [ + { + "id": "tests.micropython.const2.X", + "name": "X", + "lineno": 32, + "bases": [], + "scope": null + }, + { + "id": "tests.micropython.const2.A", + "name": "A", + "lineno": 41, + "bases": [], + "scope": null + } + ], + "tests.micropython.const_alltypes": [], + "tests.micropython.const_annotated": [], + "tests.micropython.const_error": [], + "tests.micropython.const_float": [], + "tests.micropython.const_intbig": [], + "tests.micropython.const_math": [], + "tests.micropython.decorator": [], + "tests.micropython.decorator_error": [], + "tests.micropython.emg_exc": [], + "tests.micropython.extreme_exc": [], + "tests.micropython.heapalloc": [], + "tests.micropython.heapalloc_bytesio": [], + "tests.micropython.heapalloc_bytesio2": [], + "tests.micropython.heapalloc_exc_compressed": [], + "tests.micropython.heapalloc_exc_compressed_emg_exc": [], + "tests.micropython.heapalloc_exc_raise": [], + "tests.micropython.heapalloc_fail_bytearray": [ + { + "id": "tests.micropython.heapalloc_fail_bytearray.GetSlice", + "name": "GetSlice", + "lineno": 12, + "bases": [], + "scope": null + } + ], + "tests.micropython.heapalloc_fail_dict": [], + "tests.micropython.heapalloc_fail_list": [ + { + "id": "tests.micropython.heapalloc_fail_list.GetSlice", + "name": "GetSlice", + "lineno": 12, + "bases": [], + "scope": null + } + ], + "tests.micropython.heapalloc_fail_memoryview": [ + { + "id": "tests.micropython.heapalloc_fail_memoryview.GetSlice", + "name": "GetSlice", + "lineno": 12, + "bases": [], + "scope": null + } + ], + "tests.micropython.heapalloc_fail_set": [], + "tests.micropython.heapalloc_fail_tuple": [], + "tests.micropython.heapalloc_inst_call": [ + { + "id": "tests.micropython.heapalloc_inst_call.Foo0", + "name": "Foo0", + "lineno": 13, + "bases": [], + "scope": null + }, + { + "id": "tests.micropython.heapalloc_inst_call.Foo1", + "name": "Foo1", + "lineno": 18, + "bases": [], + "scope": null + }, + { + "id": "tests.micropython.heapalloc_inst_call.Foo2", + "name": "Foo2", + "lineno": 23, + "bases": [], + "scope": null + }, + { + "id": "tests.micropython.heapalloc_inst_call.Foo3", + "name": "Foo3", + "lineno": 28, + "bases": [], + "scope": null + } + ], + "tests.micropython.heapalloc_int_from_bytes": [], + "tests.micropython.heapalloc_iter": [], + "tests.micropython.heapalloc_slice": [], + "tests.micropython.heapalloc_str": [], + "tests.micropython.heapalloc_super": [ + { + "id": "tests.micropython.heapalloc_super.A", + "name": "A", + "lineno": 26, + "bases": [], + "scope": null + }, + { + "id": "tests.micropython.heapalloc_super.B", + "name": "B", + "lineno": 32, + "bases": [ + "A" + ], + "scope": null + } + ], + "tests.micropython.heapalloc_traceback": [], + "tests.micropython.heapalloc_yield_from": [ + { + "id": "tests.micropython.heapalloc_yield_from.G", + "name": "G", + "lineno": 30, + "bases": [], + "scope": null + } + ], + "tests.micropython.heap_lock": [], + "tests.micropython.heap_locked": [], + "tests.micropython.import_mpy_invalid": [ + { + "id": "tests.micropython.import_mpy_invalid.UserFile", + "name": "UserFile", + "lineno": 13, + "bases": [ + "io.IOBase" + ], + "scope": null + }, + { + "id": "tests.micropython.import_mpy_invalid.UserFS", + "name": "UserFS", + "lineno": 30, + "bases": [], + "scope": null + } + ], + "tests.micropython.import_mpy_native": [ + { + "id": "tests.micropython.import_mpy_native.UserFile", + "name": "UserFile", + "lineno": 19, + "bases": [ + "io.IOBase" + ], + "scope": null + }, + { + "id": "tests.micropython.import_mpy_native.UserFS", + "name": "UserFS", + "lineno": 36, + "bases": [], + "scope": null + } + ], + "tests.micropython.import_mpy_native_gc": [ + { + "id": "tests.micropython.import_mpy_native_gc.UserFile", + "name": "UserFile", + "lineno": 13, + "bases": [ + "io.IOBase" + ], + "scope": null + }, + { + "id": "tests.micropython.import_mpy_native_gc.UserFS", + "name": "UserFS", + "lineno": 30, + "bases": [], + "scope": null + } + ], + "tests.micropython.incomplete_exc": [ + { + "id": "tests.micropython.incomplete_exc.C", + "name": "C", + "lineno": 4, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tests.micropython.incomplete_exc.C1", + "name": "C1", + "lineno": 9, + "bases": [ + "C" + ], + "scope": null + }, + { + "id": "tests.micropython.incomplete_exc.B", + "name": "B", + "lineno": 13, + "bases": [], + "scope": null + }, + { + "id": "tests.micropython.incomplete_exc.C2", + "name": "C2", + "lineno": 17, + "bases": [ + "B", + "Exception" + ], + "scope": null + }, + { + "id": "tests.micropython.incomplete_exc.C3", + "name": "C3", + "lineno": 22, + "bases": [ + "Exception", + "B" + ], + "scope": null + }, + { + "id": "tests.micropython.incomplete_exc.D", + "name": "D", + "lineno": 27, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tests.micropython.incomplete_exc.C4", + "name": "C4", + "lineno": 31, + "bases": [ + "D" + ], + "scope": null + } + ], + "tests.micropython.io_badlength": [ + { + "id": "tests.micropython.io_badlength.S", + "name": "S", + "lineno": 11, + "bases": [ + "io.IOBase" + ], + "scope": null + } + ], + "tests.micropython.kbd_intr": [], + "tests.micropython.meminfo": [], + "tests.micropython.memstats": [], + "tests.micropython.native_closure": [], + "tests.micropython.native_const": [], + "tests.micropython.native_const_intbig": [], + "tests.micropython.native_for": [], + "tests.micropython.native_fun_attrs": [], + "tests.micropython.native_fun_attrs_code": [], + "tests.micropython.native_gen": [], + "tests.micropython.native_marshal": [ + { + "id": "tests.micropython.native_marshal.Test", + "name": "Test", + "lineno": 30, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tests.micropython.native_misc": [], + "tests.micropython.native_try": [], + "tests.micropython.native_try_deep": [], + "tests.micropython.native_while": [], + "tests.micropython.native_with": [ + { + "id": "tests.micropython.native_with.C", + "name": "C", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.micropython.opt_level": [], + "tests.micropython.opt_level_lineno": [], + "tests.micropython.ringio": [], + "tests.micropython.ringio_async": [], + "tests.micropython.ringio_big": [], + "tests.micropython.schedule": [], + "tests.micropython.schedule_sleep": [], + "tests.micropython.stack_use": [], + "tests.micropython.test_normalize_newlines": [], + "tests.micropython.viper_addr": [], + "tests.micropython.viper_binop_arith": [], + "tests.micropython.viper_binop_arith_uint": [], + "tests.micropython.viper_binop_bitwise_uint": [], + "tests.micropython.viper_binop_comp": [], + "tests.micropython.viper_binop_comp_imm": [], + "tests.micropython.viper_binop_comp_uint": [], + "tests.micropython.viper_binop_divmod": [], + "tests.micropython.viper_binop_multi_comp": [], + "tests.micropython.viper_cond": [], + "tests.micropython.viper_const": [], + "tests.micropython.viper_const_intbig": [], + "tests.micropython.viper_error": [], + "tests.micropython.viper_globals": [], + "tests.micropython.viper_import": [], + "tests.micropython.viper_large_jump": [], + "tests.micropython.viper_misc": [], + "tests.micropython.viper_misc2": [], + "tests.micropython.viper_misc3": [], + "tests.micropython.viper_misc_intbig": [], + "tests.micropython.viper_preserve_invariants": [], + "tests.micropython.viper_ptr16_load": [], + "tests.micropython.viper_ptr16_load_boundary": [], + "tests.micropython.viper_ptr16_store": [], + "tests.micropython.viper_ptr16_store_boundary": [], + "tests.micropython.viper_ptr32_load": [], + "tests.micropython.viper_ptr32_load_boundary": [], + "tests.micropython.viper_ptr32_store": [], + "tests.micropython.viper_ptr32_store_boundary": [], + "tests.micropython.viper_ptr8_load": [], + "tests.micropython.viper_ptr8_load_boundary": [], + "tests.micropython.viper_ptr8_store": [], + "tests.micropython.viper_ptr8_store_boundary": [], + "tests.micropython.viper_storeattr": [ + { + "id": "tests.micropython.viper_storeattr.X", + "name": "X", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.micropython.viper_subscr": [], + "tests.micropython.viper_subscr_multi": [], + "tests.micropython.viper_try": [], + "tests.micropython.viper_types": [], + "tests.micropython.viper_unop": [], + "tests.micropython.viper_with": [ + { + "id": "tests.micropython.viper_with.C", + "name": "C", + "lineno": 4, + "bases": [], + "scope": null + } + ], + "tests.misc.cexample_class": [], + "tests.misc.cexample_module": [], + "tests.misc.cexample_subclass": [ + { + "id": "tests.misc.cexample_subclass.SubTimer", + "name": "SubTimer", + "lineno": 11, + "bases": [ + "AdvancedTimer" + ], + "scope": null + } + ], + "tests.misc.features": [ + { + "id": "tests.misc.features.A", + "name": "A", + "lineno": 52, + "bases": [], + "scope": null + }, + { + "id": "tests.misc.features.c25", + "name": "c25", + "lineno": 101, + "bases": [], + "scope": null + }, + { + "id": "tests.misc.features.A", + "name": "A", + "lineno": 129, + "bases": [], + "scope": null + } + ], + "tests.misc.non_compliant": [ + { + "id": "tests.misc.non_compliant.A", + "name": "A", + "lineno": 134, + "bases": [], + "scope": null + }, + { + "id": "tests.misc.non_compliant.B", + "name": "B", + "lineno": 139, + "bases": [ + "object", + "A" + ], + "scope": null + }, + { + "id": "tests.misc.non_compliant.A", + "name": "A", + "lineno": 147, + "bases": [], + "scope": null + }, + { + "id": "tests.misc.non_compliant.B", + "name": "B", + "lineno": 151, + "bases": [ + "A" + ], + "scope": null + } + ], + "tests.misc.non_compliant_lexer": [], + "tests.misc.print_exception": [], + "tests.misc.rge_sm": [ + { + "id": "tests.misc.rge_sm.RungeKutta", + "name": "RungeKutta", + "lineno": 7, + "bases": [ + "object" + ], + "scope": null + } + ], + "tests.misc.sys_atexit": [], + "tests.misc.sys_exc_info": [], + "tests.misc.sys_settrace_cov": [], + "tests.misc.sys_settrace_features": [ + { + "id": "tests.misc.sys_settrace_features._Prof", + "name": "_Prof", + "lineno": 39, + "bases": [], + "scope": null + } + ], + "tests.misc.sys_settrace_generator": [], + "tests.misc.sys_settrace_loop": [], + "tests.misc.sys_settrace_subdir.sys_settrace_generic": [ + { + "id": "tests.misc.sys_settrace_subdir.sys_settrace_generic.TLClass", + "name": "TLClass", + "lineno": 52, + "bases": [], + "scope": null + }, + { + "id": "tests.misc.sys_settrace_subdir.sys_settrace_generic.TestClass", + "name": "TestClass", + "lineno": 60, + "bases": [], + "scope": null + } + ], + "tests.misc.sys_settrace_subdir.sys_settrace_importme": [], + "tests.multi_bluetooth.ble_characteristic": [], + "tests.multi_bluetooth.ble_descriptor": [], + "tests.multi_bluetooth.ble_gap_advertise": [], + "tests.multi_bluetooth.ble_gap_connect": [], + "tests.multi_bluetooth.ble_gap_device_name": [], + "tests.multi_bluetooth.ble_gap_pair": [], + "tests.multi_bluetooth.ble_gap_pair_bond": [], + "tests.multi_bluetooth.ble_gattc_discover_services": [], + "tests.multi_bluetooth.ble_gatt_data_transfer": [], + "tests.multi_bluetooth.ble_irq_calls": [ + { + "id": "tests.multi_bluetooth.ble_irq_calls.Central", + "name": "Central", + "lineno": 79, + "bases": [], + "scope": null + }, + { + "id": "tests.multi_bluetooth.ble_irq_calls.Peripheral", + "name": "Peripheral", + "lineno": 168, + "bases": [], + "scope": null + } + ], + "tests.multi_bluetooth.ble_l2cap": [], + "tests.multi_bluetooth.ble_mtu": [], + "tests.multi_bluetooth.ble_mtu_peripheral": [], + "tests.multi_bluetooth.ble_subscribe": [], + "tests.multi_bluetooth.perf_gatt_char_write": [], + "tests.multi_bluetooth.perf_gatt_notify": [], + "tests.multi_bluetooth.perf_l2cap": [], + "tests.multi_bluetooth.stress_deepsleep_reconnect": [], + "tests.multi_bluetooth.stress_log_filesystem": [], + "tests.multi_espnow.10_simple_data": [], + "tests.multi_espnow.20_send_echo": [], + "tests.multi_espnow.30_lmk_echo": [], + "tests.multi_espnow.40_recv_test": [], + "tests.multi_espnow.45_recv_espnow_v2": [], + "tests.multi_espnow.50_esp32_rssi_test": [], + "tests.multi_espnow.60_irq_test": [], + "tests.multi_espnow.70_channel": [], + "tests.multi_espnow.75_rate": [], + "tests.multi_espnow.80_asyncio_client": [], + "tests.multi_espnow.81_asyncio_server": [], + "tests.multi_espnow.90_memory_test": [], + "tests.multi_extmod.machine_can_01_rxtx_simple": [], + "tests.multi_extmod.machine_can_02_rx_callback": [], + "tests.multi_extmod.machine_can_03_rx_filters": [], + "tests.multi_extmod.machine_can_04_tx_order": [], + "tests.multi_extmod.machine_can_05_tx_prio_cancel": [], + "tests.multi_extmod.machine_can_06_remote_req": [], + "tests.multi_extmod.machine_can_07_error_states": [], + "tests.multi_extmod.machine_can_08_init_mode": [], + "tests.multi_extmod.machine_i2c_target_irq": [ + { + "id": "tests.multi_extmod.machine_i2c_target_irq.I2CTargetMemory", + "name": "I2CTargetMemory", + "lineno": 57, + "bases": [], + "scope": null + } + ], + "tests.multi_extmod.machine_i2c_target_memory": [], + "tests.multi_net.asyncio_tcp_client_rst": [], + "tests.multi_net.asyncio_tcp_close_write": [], + "tests.multi_net.asyncio_tcp_readall": [], + "tests.multi_net.asyncio_tcp_readexactly": [], + "tests.multi_net.asyncio_tcp_readinto": [], + "tests.multi_net.asyncio_tcp_server_client": [], + "tests.multi_net.asyncio_tls_server_client": [], + "tests.multi_net.asyncio_tls_server_client_cert_required_error": [], + "tests.multi_net.asyncio_tls_server_client_readline": [], + "tests.multi_net.asyncio_tls_server_client_verify_error": [], + "tests.multi_net.sslcontext_check_hostname_error": [], + "tests.multi_net.sslcontext_getpeercert": [], + "tests.multi_net.sslcontext_server_client": [], + "tests.multi_net.sslcontext_server_client_ciphers": [], + "tests.multi_net.sslcontext_server_client_files": [], + "tests.multi_net.sslcontext_server_client_psk": [], + "tests.multi_net.sslcontext_server_client_psk_bad_keys_error": [ + { + "id": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error.BadKeys", + "name": "BadKeys", + "lineno": 19, + "bases": [], + "scope": null + } + ], + "tests.multi_net.sslcontext_server_client_psk_binary_identity": [], + "tests.multi_net.sslcontext_server_client_psk_client_only_error": [], + "tests.multi_net.sslcontext_server_client_psk_no_fallback_error": [], + "tests.multi_net.sslcontext_server_client_psk_object": [ + { + "id": "tests.multi_net.sslcontext_server_client_psk_object.PSKStore", + "name": "PSKStore", + "lineno": 23, + "bases": [], + "scope": null + } + ], + "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error": [], + "tests.multi_net.sslcontext_server_client_psk_server_only_error": [], + "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error": [], + "tests.multi_net.sslcontext_server_client_psk_wrong_key_error": [], + "tests.multi_net.sslcontext_verify_callback": [], + "tests.multi_net.sslcontext_verify_error": [], + "tests.multi_net.sslcontext_verify_time_error": [], + "tests.multi_net.ssl_cert_ec": [], + "tests.multi_net.ssl_cert_rsa": [], + "tests.multi_net.tcp_accept_recv": [], + "tests.multi_net.tcp_client_rst": [], + "tests.multi_net.tcp_data": [], + "tests.multi_net.tcp_recv_peek": [], + "tests.multi_net.tcp_sendall": [], + "tests.multi_net.tls_dtls_server_client": [], + "tests.multi_net.udp_data": [], + "tests.multi_net.udp_data_multi": [], + "tests.multi_net.udp_recv_dontwait": [], + "tests.multi_net.udp_recv_peek": [], + "tests.multi_pyb_can.rx_callback": [], + "tests.multi_pyb_can.rx_filters": [], + "tests.multi_wlan.01_ap_sta": [], + "tests.multi_wlan.getaddrinfo": [], + "tests.net_hosted.accept_nonblock": [], + "tests.net_hosted.accept_timeout": [], + "tests.net_hosted.asyncio_loopback": [], + "tests.net_hosted.asyncio_start_server": [], + "tests.net_hosted.connect_nonblock": [], + "tests.net_hosted.connect_nonblock_xfer": [ + { + "id": "tests.net_hosted.connect_nonblock_xfer.Test", + "name": "Test", + "lineno": 116, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tests.net_hosted.connect_poll": [], + "tests.net_hosted.connect_timeout": [], + "tests.net_hosted.ssl_getpeercert": [], + "tests.net_hosted.ssl_verify_callback": [], + "tests.net_inet.asyncio_cancel_stream": [], + "tests.net_inet.asyncio_open_connection": [], + "tests.net_inet.asyncio_tcp_read_headers": [], + "tests.net_inet.asyncio_tls_open_connection_readline": [], + "tests.net_inet.getaddrinfo": [], + "tests.net_inet.resolve_on_connect": [ + { + "id": "tests.net_inet.resolve_on_connect.Test", + "name": "Test", + "lineno": 14, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tests.net_inet.ssl_cert": [], + "tests.net_inet.ssl_errors": [], + "tests.net_inet.test_sslcontext_client": [], + "tests.net_inet.test_tls_nonblock": [], + "tests.net_inet.test_tls_sites": [], + "tests.net_inet.test_tls_sites_simple": [], + "tests.net_inet.tls_num_errors": [], + "tests.net_inet.tls_text_errors": [], + "tests.perf_bench.benchrun": [], + "tests.perf_bench.bm_chaos": [ + { + "id": "tests.perf_bench.bm_chaos.GVector", + "name": "GVector", + "lineno": 11, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "tests.perf_bench.bm_chaos.Spline", + "name": "Spline", + "lineno": 55, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "tests.perf_bench.bm_chaos.Chaosgame", + "name": "Chaosgame", + "lineno": 129, + "bases": [ + "object" + ], + "scope": null + } + ], + "tests.perf_bench.bm_fannkuch": [], + "tests.perf_bench.bm_fft": [], + "tests.perf_bench.bm_float": [ + { + "id": "tests.perf_bench.bm_float.Point", + "name": "Point", + "lineno": 9, + "bases": [ + "object" + ], + "scope": null + } + ], + "tests.perf_bench.bm_hexiom": [ + { + "id": "tests.perf_bench.bm_hexiom.Dir", + "name": "Dir", + "lineno": 11, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "tests.perf_bench.bm_hexiom.Done", + "name": "Done", + "lineno": 24, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "tests.perf_bench.bm_hexiom.Node", + "name": "Node", + "lineno": 159, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "tests.perf_bench.bm_hexiom.Hex", + "name": "Hex", + "lineno": 169, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "tests.perf_bench.bm_hexiom.Pos", + "name": "Pos", + "lineno": 212, + "bases": [ + "object" + ], + "scope": null + } + ], + "tests.perf_bench.bm_nqueens": [], + "tests.perf_bench.bm_pidigits": [], + "tests.perf_bench.bm_wordcount": [], + "tests.perf_bench.core_import_mpy_multi": [ + { + "id": "tests.perf_bench.core_import_mpy_multi.File", + "name": "File", + "lineno": 30, + "bases": [ + "IOBase" + ], + "scope": null + }, + { + "id": "tests.perf_bench.core_import_mpy_multi.FS", + "name": "FS", + "lineno": 45, + "bases": [], + "scope": null + } + ], + "tests.perf_bench.core_import_mpy_single": [ + { + "id": "tests.perf_bench.core_import_mpy_single.File", + "name": "File", + "lineno": 85, + "bases": [ + "IOBase" + ], + "scope": null + }, + { + "id": "tests.perf_bench.core_import_mpy_single.FS", + "name": "FS", + "lineno": 100, + "bases": [], + "scope": null + } + ], + "tests.perf_bench.core_locals": [ + { + "id": "tests.perf_bench.core_locals.A", + "name": "A", + "lineno": 149, + "bases": [], + "scope": null + } + ], + "tests.perf_bench.core_qstr": [], + "tests.perf_bench.core_str": [], + "tests.perf_bench.core_yield_from": [], + "tests.perf_bench.misc_aes": [ + { + "id": "tests.perf_bench.misc_aes.AES", + "name": "AES", + "lineno": 152, + "bases": [], + "scope": null + } + ], + "tests.perf_bench.misc_mandel": [], + "tests.perf_bench.misc_pystone": [ + { + "id": "tests.perf_bench.misc_pystone.Record", + "name": "Record", + "lineno": 20, + "bases": [], + "scope": null + } + ], + "tests.perf_bench.misc_raytrace": [ + { + "id": "tests.perf_bench.misc_raytrace.Vec", + "name": "Vec", + "lineno": 8, + "bases": [], + "scope": null + }, + { + "id": "tests.perf_bench.misc_raytrace.Ray", + "name": "Ray", + "lineno": 38, + "bases": [], + "scope": null + }, + { + "id": "tests.perf_bench.misc_raytrace.View", + "name": "View", + "lineno": 43, + "bases": [], + "scope": null + }, + { + "id": "tests.perf_bench.misc_raytrace.Light", + "name": "Light", + "lineno": 57, + "bases": [], + "scope": null + }, + { + "id": "tests.perf_bench.misc_raytrace.Surface", + "name": "Surface", + "lineno": 64, + "bases": [], + "scope": null + }, + { + "id": "tests.perf_bench.misc_raytrace.Sphere", + "name": "Sphere", + "lineno": 86, + "bases": [], + "scope": null + }, + { + "id": "tests.perf_bench.misc_raytrace.Plane", + "name": "Plane", + "lineno": 110, + "bases": [], + "scope": null + }, + { + "id": "tests.perf_bench.misc_raytrace.Scene", + "name": "Scene", + "lineno": 128, + "bases": [], + "scope": null + }, + { + "id": "tests.perf_bench.misc_raytrace.Canvas", + "name": "Canvas", + "lineno": 205, + "bases": [], + "scope": null + } + ], + "tests.perf_bench.viper_call0": [], + "tests.perf_bench.viper_call1a": [], + "tests.perf_bench.viper_call1b": [], + "tests.perf_bench.viper_call1c": [], + "tests.perf_bench.viper_call2a": [], + "tests.perf_bench.viper_call2b": [], + "tests.ports.alif_hardware.flash_test": [], + "tests.ports.cc3200.adc": [], + "tests.ports.cc3200.i2c": [], + "tests.ports.cc3200.modwipy": [], + "tests.ports.cc3200.os": [], + "tests.ports.cc3200.pin": [], + "tests.ports.cc3200.pin_irq": [], + "tests.ports.cc3200.rtc": [], + "tests.ports.cc3200.sd": [], + "tests.ports.cc3200.spi": [], + "tests.ports.cc3200.time": [], + "tests.ports.cc3200.timer": [ + { + "id": "tests.ports.cc3200.timer.TimerTest", + "name": "TimerTest", + "lineno": 44, + "bases": [], + "scope": null + } + ], + "tests.ports.cc3200.uart": [], + "tests.ports.cc3200.uart_irq": [], + "tests.ports.cc3200.wdt": [], + "tests.ports.cc3200.reset.reset": [], + "tests.ports.cc3200.skipped.rtc_irq": [], + "tests.ports.cc3200.wlan.machine": [], + "tests.ports.cc3200.wlan.server": [], + "tests.ports.cc3200.wlan.wlan": [], + "tests.ports.esp32.check_err_str": [], + "tests.ports.esp32.esp32_idf_heap_info": [], + "tests.ports.esp32.esp32_nvs": [], + "tests.ports.esp32.partition_ota": [], + "tests.ports.qemu.asm_test": [], + "tests.ports.qemu.mpy_arch_flags_test": [ + { + "id": "tests.ports.qemu.mpy_arch_flags_test.UserFile", + "name": "UserFile", + "lineno": 19, + "bases": [ + "io.IOBase" + ], + "scope": null + }, + { + "id": "tests.ports.qemu.mpy_arch_flags_test.UserFS", + "name": "UserFS", + "lineno": 36, + "bases": [], + "scope": null + } + ], + "tests.ports.qemu.native_test": [], + "tests.ports.qemu.romfs_test": [], + "tests.ports.qemu.viper_test": [], + "tests.ports.renesas-ra.freq": [], + "tests.ports.renesas-ra.i2c": [], + "tests.ports.renesas-ra.modtime": [], + "tests.ports.renesas-ra.pin": [], + "tests.ports.renesas-ra.rtc_init": [], + "tests.ports.renesas-ra.spi": [], + "tests.ports.renesas-ra.uart1": [], + "tests.ports.rp2.rp2_dma": [ + { + "id": "tests.ports.rp2.rp2_dma.Test", + "name": "Test", + "lineno": 14, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tests.ports.rp2.rp2_dma_timer": [ + { + "id": "tests.ports.rp2.rp2_dma_timer.Test", + "name": "Test", + "lineno": 13, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tests.ports.rp2.rp2_lightsleep": [], + "tests.ports.rp2.rp2_lightsleep_regs": [ + { + "id": "tests.ports.rp2.rp2_lightsleep_regs.Test", + "name": "Test", + "lineno": 23, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tests.ports.rp2.rp2_lightsleep_thread": [ + { + "id": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread", + "name": "LightSleepInThread", + "lineno": 17, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tests.ports.rp2.rp2_machine_idle": [], + "tests.ports.rp2.rp2_thread_reset_part1": [], + "tests.ports.rp2.rp2_thread_reset_part2": [], + "tests.ports.rp2.rp2_uart": [], + "tests.ports.stm32.accel": [], + "tests.ports.stm32.adc": [], + "tests.ports.stm32.adcall": [], + "tests.ports.stm32.board_pybv1x": [], + "tests.ports.stm32.dac": [], + "tests.ports.stm32.extint": [], + "tests.ports.stm32.i2c": [], + "tests.ports.stm32.i2c_accel": [], + "tests.ports.stm32.i2c_error": [], + "tests.ports.stm32.irq": [], + "tests.ports.stm32.led": [], + "tests.ports.stm32.modstm": [], + "tests.ports.stm32.modtime": [], + "tests.ports.stm32.pin": [], + "tests.ports.stm32.pyb1": [], + "tests.ports.stm32.pyb_can": [], + "tests.ports.stm32.pyb_can_classic_rtr_filter": [], + "tests.ports.stm32.pyb_can_classic_rx": [], + "tests.ports.stm32.pyb_can_instances": [ + { + "id": "tests.ports.stm32.pyb_can_instances.Test", + "name": "Test", + "lineno": 26, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tests.ports.stm32.pyb_f405": [], + "tests.ports.stm32.pyb_f411": [], + "tests.ports.stm32.rtc": [], + "tests.ports.stm32.servo": [], + "tests.ports.stm32.spi": [], + "tests.ports.stm32.switch": [], + "tests.ports.stm32.timer": [], + "tests.ports.stm32.timer_callback": [], + "tests.ports.stm32.uart": [], + "tests.ports.stm32_hardware.spi_dma_align": [ + { + "id": "tests.ports.stm32_hardware.spi_dma_align.Test", + "name": "Test", + "lineno": 13, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tests.ports.unix.extra_coverage": [], + "tests.ports.unix.ffi_callback": [], + "tests.ports.unix.ffi_float": [], + "tests.ports.unix.ffi_float2": [], + "tests.ports.unix.ffi_int_base": [], + "tests.ports.unix.ffi_int_long32": [], + "tests.ports.unix.ffi_int_long64": [], + "tests.ports.unix.ffi_int_types": [], + "tests.ports.unix.mod_os": [], + "tests.ports.unix.time_mktime_localtime": [], + "tests.stress.bytecode_limit": [], + "tests.stress.dict_copy": [], + "tests.stress.dict_create": [], + "tests.stress.dict_create_max": [], + "tests.stress.fun_call_limit": [], + "tests.stress.gc_trace": [], + "tests.stress.list_sort": [], + "tests.stress.qstr_limit": [ + { + "id": "tests.stress.qstr_limit.A", + "name": "A", + "lineno": 42, + "bases": [], + "scope": null + } + ], + "tests.stress.qstr_limit_str_modulo": [], + "tests.stress.recursion": [], + "tests.stress.recursive_data": [], + "tests.stress.recursive_gen": [], + "tests.stress.recursive_iternext": [], + "tests.target_wiring.alif": [], + "tests.target_wiring.EK_RA6M2": [], + "tests.target_wiring.esp32": [], + "tests.target_wiring.esp8266": [], + "tests.target_wiring.mimxrt": [], + "tests.target_wiring.nrf": [], + "tests.target_wiring.NUCLEO_WB55": [], + "tests.target_wiring.PYBx": [], + "tests.target_wiring.renesas-ra": [], + "tests.target_wiring.rp2": [], + "tests.target_wiring.samd": [], + "tests.target_wiring.stm32": [], + "tests.target_wiring.ZEPHYR_NUCLEO_WB55RG": [], + "tests.thread.disable_irq": [], + "tests.thread.mutate_bytearray": [], + "tests.thread.mutate_dict": [], + "tests.thread.mutate_instance": [ + { + "id": "tests.thread.mutate_instance.User", + "name": "User", + "lineno": 10, + "bases": [], + "scope": null + } + ], + "tests.thread.mutate_list": [], + "tests.thread.mutate_set": [], + "tests.thread.stress_aes": [ + { + "id": "tests.thread.stress_aes.AES", + "name": "AES", + "lineno": 168, + "bases": [], + "scope": null + }, + { + "id": "tests.thread.stress_aes.LockedCounter", + "name": "LockedCounter", + "lineno": 223, + "bases": [], + "scope": null + } + ], + "tests.thread.stress_create": [], + "tests.thread.stress_heap": [], + "tests.thread.stress_recurse": [], + "tests.thread.stress_schedule": [], + "tests.thread.thread_coop": [], + "tests.thread.thread_exc1": [], + "tests.thread.thread_exc2": [], + "tests.thread.thread_exit1": [], + "tests.thread.thread_exit2": [], + "tests.thread.thread_gc1": [], + "tests.thread.thread_heap_lock": [], + "tests.thread.thread_ident1": [], + "tests.thread.thread_lock1": [], + "tests.thread.thread_lock2": [], + "tests.thread.thread_lock3": [], + "tests.thread.thread_lock4_intbig": [], + "tests.thread.thread_lock5": [], + "tests.thread.thread_qstr1": [], + "tests.thread.thread_shared1": [], + "tests.thread.thread_shared2": [], + "tests.thread.thread_sleep1": [], + "tests.thread.thread_sleep2": [], + "tests.thread.thread_stacksize1": [], + "tests.thread.thread_start1": [], + "tests.thread.thread_start2": [], + "tests.thread.thread_stdin": [ + { + "id": "tests.thread.thread_stdin.StdinWaiter", + "name": "StdinWaiter", + "lineno": 18, + "bases": [], + "scope": null + } + ], + "tests.unicode.file1": [], + "tests.unicode.file2": [], + "tests.unicode.file_invalid": [], + "tests.unicode.unicode": [], + "tests.unicode.unicode_chr": [], + "tests.unicode.unicode_id": [ + { + "id": "tests.unicode.unicode_id.\u03c6", + "name": "\u03c6", + "lineno": 24, + "bases": [], + "scope": null + } + ], + "tests.unicode.unicode_index": [], + "tests.unicode.unicode_iter": [], + "tests.unicode.unicode_ord": [], + "tests.unicode.unicode_pos": [], + "tests.unicode.unicode_slice": [], + "tests.unicode.unicode_str_format": [], + "tests.unicode.unicode_str_modulo": [], + "tests.unicode.unicode_subscr": [], + "tests.unicode.unicode_ure": [], + "tools.ar_util": [ + { + "id": "tools.ar_util.PickleCache", + "name": "PickleCache", + "lineno": 42, + "bases": [], + "scope": null + }, + { + "id": "tools.ar_util.CachedArFile", + "name": "CachedArFile", + "lineno": 95, + "bases": [], + "scope": null + } + ], + "tools.boardgen": [ + { + "id": "tools.boardgen.PinGeneratorError", + "name": "PinGeneratorError", + "lineno": 76, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tools.boardgen.Pin", + "name": "Pin", + "lineno": 82, + "bases": [], + "scope": null + }, + { + "id": "tools.boardgen.PinGenerator", + "name": "PinGenerator", + "lineno": 174, + "bases": [], + "scope": null + }, + { + "id": "tools.boardgen.NumericPinGenerator", + "name": "NumericPinGenerator", + "lineno": 518, + "bases": [ + "PinGenerator" + ], + "scope": null + } + ], + "tools.codeformat": [ + { + "id": "tools.codeformat.IndentationError", + "name": "IndentationError", + "lineno": 78, + "bases": [ + "ValueError" + ], + "scope": null + } + ], + "tools.dfu": [], + "tools.file2h": [], + "tools.gen-cpydiff": [], + "tools.hci_trace_to_pcap": [], + "tools.insert-usb-ids": [], + "tools.makemanifest": [ + { + "id": "tools.makemanifest.FreezeError", + "name": "FreezeError", + "lineno": 40, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "tools.manifestfile": [ + { + "id": "tools.manifestfile.ManifestFileError", + "name": "ManifestFileError", + "lineno": 68, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tools.manifestfile.ManifestIgnoreException", + "name": "ManifestIgnoreException", + "lineno": 72, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tools.manifestfile.ManifestUsePyPIException", + "name": "ManifestUsePyPIException", + "lineno": 76, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tools.manifestfile.ManifestPackageMetadata", + "name": "ManifestPackageMetadata", + "lineno": 97, + "bases": [], + "scope": null + }, + { + "id": "tools.manifestfile.IncludeOptions", + "name": "IncludeOptions", + "lineno": 173, + "bases": [], + "scope": null + }, + { + "id": "tools.manifestfile.ManifestFile", + "name": "ManifestFile", + "lineno": 185, + "bases": [], + "scope": null + } + ], + "tools.metrics": [ + { + "id": "tools.metrics.PortData", + "name": "PortData", + "lineno": 51, + "bases": [], + "scope": null + } + ], + "tools.mpy-tool": [ + { + "id": "tools.mpy-tool.MPYReadError", + "name": "MPYReadError", + "lineno": 52, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tools.mpy-tool.FreezeError", + "name": "FreezeError", + "lineno": 61, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tools.mpy-tool.Config", + "name": "Config", + "lineno": 70, + "bases": [], + "scope": null + }, + { + "id": "tools.mpy-tool.Opcode", + "name": "Opcode", + "lineno": 188, + "bases": [], + "scope": null + }, + { + "id": "tools.mpy-tool.QStrType", + "name": "QStrType", + "lineno": 543, + "bases": [], + "scope": null + }, + { + "id": "tools.mpy-tool.GlobalQStrList", + "name": "GlobalQStrList", + "lineno": 550, + "bases": [], + "scope": null + }, + { + "id": "tools.mpy-tool.MPFunTable", + "name": "MPFunTable", + "lineno": 572, + "bases": [], + "scope": null + }, + { + "id": "tools.mpy-tool.CompiledModule", + "name": "CompiledModule", + "lineno": 577, + "bases": [], + "scope": null + }, + { + "id": "tools.mpy-tool.RawCode", + "name": "RawCode", + "lineno": 872, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "tools.mpy-tool.RawCodeBytecode", + "name": "RawCodeBytecode", + "lineno": 1078, + "bases": [ + "RawCode" + ], + "scope": null + }, + { + "id": "tools.mpy-tool.RawCodeNative", + "name": "RawCodeNative", + "lineno": 1217, + "bases": [ + "RawCode" + ], + "scope": null + }, + { + "id": "tools.mpy-tool.MPYSegment", + "name": "MPYSegment", + "lineno": 1336, + "bases": [], + "scope": null + }, + { + "id": "tools.mpy-tool.MPYReader", + "name": "MPYReader", + "lineno": 1349, + "bases": [], + "scope": null + }, + { + "id": "tools.mpy-tool.PrintShim", + "name": "PrintShim", + "lineno": 1992, + "bases": [], + "scope": null + }, + { + "id": "tools.mpy-tool.PrintIgnoreExtraArgs", + "name": "PrintIgnoreExtraArgs", + "lineno": 2027, + "bases": [ + "PrintShim" + ], + "scope": null + }, + { + "id": "tools.mpy-tool.PrintJson", + "name": "PrintJson", + "lineno": 2034, + "bases": [ + "PrintShim" + ], + "scope": null + } + ], + "tools.mpy_bin2res": [], + "tools.mpy_cross_all": [], + "tools.mpy_ld": [ + { + "id": "tools.mpy_ld.ArchData", + "name": "ArchData", + "lineno": 211, + "bases": [], + "scope": null + }, + { + "id": "tools.mpy_ld.LinkError", + "name": "LinkError", + "lineno": 393, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tools.mpy_ld.Section", + "name": "Section", + "lineno": 397, + "bases": [], + "scope": null + }, + { + "id": "tools.mpy_ld.GOTEntry", + "name": "GOTEntry", + "lineno": 412, + "bases": [], + "scope": null + }, + { + "id": "tools.mpy_ld.LiteralEntry", + "name": "LiteralEntry", + "lineno": 432, + "bases": [], + "scope": null + }, + { + "id": "tools.mpy_ld.LinkEnv", + "name": "LinkEnv", + "lineno": 438, + "bases": [], + "scope": null + }, + { + "id": "tools.mpy_ld.MPYOutput", + "name": "MPYOutput", + "lineno": 1333, + "bases": [], + "scope": null + } + ], + "tools.pyboard": [ + { + "id": "tools.pyboard.PyboardError", + "name": "PyboardError", + "lineno": 92, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tools.pyboard.TelnetToSerial", + "name": "TelnetToSerial", + "lineno": 104, + "bases": [], + "scope": null + }, + { + "id": "tools.pyboard.ProcessToSerial", + "name": "ProcessToSerial", + "lineno": 169, + "bases": [], + "scope": null + }, + { + "id": "tools.pyboard.ProcessPtyToTerminal", + "name": "ProcessPtyToTerminal", + "lineno": 221, + "bases": [], + "scope": null + }, + { + "id": "tools.pyboard.Pyboard", + "name": "Pyboard", + "lineno": 268, + "bases": [], + "scope": null + } + ], + "tools.pydfu": [ + { + "id": "tools.pydfu.FilterDFU", + "name": "FilterDFU", + "lineno": 418, + "bases": [ + "object" + ], + "scope": null + } + ], + "tools.uf2conv": [ + { + "id": "tools.uf2conv.Block", + "name": "Block", + "lineno": 186, + "bases": [], + "scope": null + } + ], + "tools.verifygitlog": [ + { + "id": "tools.verifygitlog.ErrorCollection", + "name": "ErrorCollection", + "lineno": 23, + "bases": [], + "scope": null + } + ], + "tools.autobuild.build-downloads": [], + "tools.autobuild.remove_old_firmware": [], + "tools.make_pinout_diagram.compress": [], + "tools.make_pinout_diagram.pinout": [], + "tools.mpremote.mpremote": [], + "tools.mpremote.mpremote.commands": [ + { + "id": "tools.mpremote.mpremote.commands.CommandError", + "name": "CommandError", + "lineno": 16, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "tools.mpremote.mpremote.console": [ + { + "id": "tools.mpremote.mpremote.console.ConsolePosix", + "name": "ConsolePosix", + "lineno": 11, + "bases": [], + "scope": null + }, + { + "id": "tools.mpremote.mpremote.console.ConsoleWindows", + "name": "ConsoleWindows", + "lineno": 54, + "bases": [], + "scope": null + } + ], + "tools.mpremote.mpremote.main": [ + { + "id": "tools.mpremote.mpremote.main.State", + "name": "State", + "lineno": 531, + "bases": [], + "scope": null + } + ], + "tools.mpremote.mpremote.mip": [], + "tools.mpremote.mpremote.mp_errno": [], + "tools.mpremote.mpremote.repl": [], + "tools.mpremote.mpremote.romfs": [ + { + "id": "tools.mpremote.mpremote.romfs.VfsRomWriter", + "name": "VfsRomWriter", + "lineno": 11, + "bases": [], + "scope": null + } + ], + "tools.mpremote.mpremote.transport": [ + { + "id": "tools.mpremote.mpremote.transport.TransportError", + "name": "TransportError", + "lineno": 42, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tools.mpremote.mpremote.transport.TransportExecError", + "name": "TransportExecError", + "lineno": 46, + "bases": [ + "TransportError" + ], + "scope": null + }, + { + "id": "tools.mpremote.mpremote.transport.Transport", + "name": "Transport", + "lineno": 79, + "bases": [], + "scope": null + } + ], + "tools.mpremote.mpremote.transport_serial": [ + { + "id": "tools.mpremote.mpremote.transport_serial.SerialTransport", + "name": "SerialTransport", + "lineno": 49, + "bases": [ + "Transport" + ], + "scope": null + }, + { + "id": "tools.mpremote.mpremote.transport_serial.PyboardCommand", + "name": "PyboardCommand", + "lineno": 795, + "bases": [], + "scope": null + }, + { + "id": "tools.mpremote.mpremote.transport_serial.SerialIntercept", + "name": "SerialIntercept", + "lineno": 1017, + "bases": [], + "scope": null + } + ], + "tools.mpremote.mpremote.__main__": [], + "tools.mpremote.tests._test_mount_readinto_array": [], + "tools.mpremote.tests._test_mount_write_array": [] + }, + "module_graph": { + "docs.conf": { + "path": "C:\\repos\\v3\\micropython\\docs\\conf.py", + "parent": "docs", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs.readthedocs.settings.local_settings": { + "path": "C:\\repos\\v3\\micropython\\docs\\readthedocs\\settings\\local_settings.py", + "parent": "docs.readthedocs.settings", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.accellog": { + "path": "C:\\repos\\v3\\micropython\\examples\\accellog.py", + "parent": "examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.accel_i2c": { + "path": "C:\\repos\\v3\\micropython\\examples\\accel_i2c.py", + "parent": "examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.asmled": { + "path": "C:\\repos\\v3\\micropython\\examples\\asmled.py", + "parent": "examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.asmsum": { + "path": "C:\\repos\\v3\\micropython\\examples\\asmsum.py", + "parent": "examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.conwaylife": { + "path": "C:\\repos\\v3\\micropython\\examples\\conwaylife.py", + "parent": "examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.ledangle": { + "path": "C:\\repos\\v3\\micropython\\examples\\ledangle.py", + "parent": "examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.mandel": { + "path": "C:\\repos\\v3\\micropython\\examples\\mandel.py", + "parent": "examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.micropython": { + "path": "C:\\repos\\v3\\micropython\\examples\\micropython.py", + "parent": "examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.pyb": { + "path": "C:\\repos\\v3\\micropython\\examples\\pyb.py", + "parent": "examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.switch": { + "path": "C:\\repos\\v3\\micropython\\examples\\switch.py", + "parent": "examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.bluetooth.ble_advertising": { + "path": "C:\\repos\\v3\\micropython\\examples\\bluetooth\\ble_advertising.py", + "parent": "examples.bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.bluetooth.ble_bonding_peripheral": { + "path": "C:\\repos\\v3\\micropython\\examples\\bluetooth\\ble_bonding_peripheral.py", + "parent": "examples.bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.bluetooth.ble_simple_central": { + "path": "C:\\repos\\v3\\micropython\\examples\\bluetooth\\ble_simple_central.py", + "parent": "examples.bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.bluetooth.ble_simple_peripheral": { + "path": "C:\\repos\\v3\\micropython\\examples\\bluetooth\\ble_simple_peripheral.py", + "parent": "examples.bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.bluetooth.ble_temperature": { + "path": "C:\\repos\\v3\\micropython\\examples\\bluetooth\\ble_temperature.py", + "parent": "examples.bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.bluetooth.ble_temperature_central": { + "path": "C:\\repos\\v3\\micropython\\examples\\bluetooth\\ble_temperature_central.py", + "parent": "examples.bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.bluetooth.ble_uart_peripheral": { + "path": "C:\\repos\\v3\\micropython\\examples\\bluetooth\\ble_uart_peripheral.py", + "parent": "examples.bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.bluetooth.ble_uart_repl": { + "path": "C:\\repos\\v3\\micropython\\examples\\bluetooth\\ble_uart_repl.py", + "parent": "examples.bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.hwapi.button_led": { + "path": "C:\\repos\\v3\\micropython\\examples\\hwapi\\button_led.py", + "parent": "examples.hwapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.hwapi.button_reaction": { + "path": "C:\\repos\\v3\\micropython\\examples\\hwapi\\button_reaction.py", + "parent": "examples.hwapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.hwapi.hwconfig_console": { + "path": "C:\\repos\\v3\\micropython\\examples\\hwapi\\hwconfig_console.py", + "parent": "examples.hwapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.hwapi.hwconfig_dragonboard410c": { + "path": "C:\\repos\\v3\\micropython\\examples\\hwapi\\hwconfig_dragonboard410c.py", + "parent": "examples.hwapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.hwapi.hwconfig_esp8266_esp12": { + "path": "C:\\repos\\v3\\micropython\\examples\\hwapi\\hwconfig_esp8266_esp12.py", + "parent": "examples.hwapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.hwapi.hwconfig_pyboard": { + "path": "C:\\repos\\v3\\micropython\\examples\\hwapi\\hwconfig_pyboard.py", + "parent": "examples.hwapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.hwapi.hwconfig_z_96b_carbon": { + "path": "C:\\repos\\v3\\micropython\\examples\\hwapi\\hwconfig_z_96b_carbon.py", + "parent": "examples.hwapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.hwapi.hwconfig_z_frdm_k64f": { + "path": "C:\\repos\\v3\\micropython\\examples\\hwapi\\hwconfig_z_frdm_k64f.py", + "parent": "examples.hwapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.hwapi.soft_pwm": { + "path": "C:\\repos\\v3\\micropython\\examples\\hwapi\\soft_pwm.py", + "parent": "examples.hwapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.hwapi.soft_pwm2_asyncio": { + "path": "C:\\repos\\v3\\micropython\\examples\\hwapi\\soft_pwm2_asyncio.py", + "parent": "examples.hwapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.hwapi.soft_pwm_asyncio": { + "path": "C:\\repos\\v3\\micropython\\examples\\hwapi\\soft_pwm_asyncio.py", + "parent": "examples.hwapi", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.natmod.features2.test": { + "path": "C:\\repos\\v3\\micropython\\examples\\natmod\\features2\\test.py", + "parent": "examples.natmod.features2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.network.https_client": { + "path": "C:\\repos\\v3\\micropython\\examples\\network\\https_client.py", + "parent": "examples.network", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.network.https_client_nonblocking": { + "path": "C:\\repos\\v3\\micropython\\examples\\network\\https_client_nonblocking.py", + "parent": "examples.network", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.network.https_server": { + "path": "C:\\repos\\v3\\micropython\\examples\\network\\https_server.py", + "parent": "examples.network", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.network.http_client": { + "path": "C:\\repos\\v3\\micropython\\examples\\network\\http_client.py", + "parent": "examples.network", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.network.http_server": { + "path": "C:\\repos\\v3\\micropython\\examples\\network\\http_server.py", + "parent": "examples.network", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.network.http_server_simplistic": { + "path": "C:\\repos\\v3\\micropython\\examples\\network\\http_server_simplistic.py", + "parent": "examples.network", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.network.http_server_simplistic_commented": { + "path": "C:\\repos\\v3\\micropython\\examples\\network\\http_server_simplistic_commented.py", + "parent": "examples.network", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.rp2.pio_1hz": { + "path": "C:\\repos\\v3\\micropython\\examples\\rp2\\pio_1hz.py", + "parent": "examples.rp2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.rp2.pio_exec": { + "path": "C:\\repos\\v3\\micropython\\examples\\rp2\\pio_exec.py", + "parent": "examples.rp2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.rp2.pio_pinchange": { + "path": "C:\\repos\\v3\\micropython\\examples\\rp2\\pio_pinchange.py", + "parent": "examples.rp2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.rp2.pio_pwm": { + "path": "C:\\repos\\v3\\micropython\\examples\\rp2\\pio_pwm.py", + "parent": "examples.rp2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.rp2.pio_uart_rx": { + "path": "C:\\repos\\v3\\micropython\\examples\\rp2\\pio_uart_rx.py", + "parent": "examples.rp2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.rp2.pio_uart_tx": { + "path": "C:\\repos\\v3\\micropython\\examples\\rp2\\pio_uart_tx.py", + "parent": "examples.rp2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.rp2.pio_ws2812": { + "path": "C:\\repos\\v3\\micropython\\examples\\rp2\\pio_ws2812.py", + "parent": "examples.rp2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.rp2.pwm_fade": { + "path": "C:\\repos\\v3\\micropython\\examples\\rp2\\pwm_fade.py", + "parent": "examples.rp2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.SDdatalogger.boot": { + "path": "C:\\repos\\v3\\micropython\\examples\\SDdatalogger\\boot.py", + "parent": "examples.SDdatalogger", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.SDdatalogger.cardreader": { + "path": "C:\\repos\\v3\\micropython\\examples\\SDdatalogger\\cardreader.py", + "parent": "examples.SDdatalogger", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.SDdatalogger.datalogger": { + "path": "C:\\repos\\v3\\micropython\\examples\\SDdatalogger\\datalogger.py", + "parent": "examples.SDdatalogger", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.unix.ffi_example": { + "path": "C:\\repos\\v3\\micropython\\examples\\unix\\ffi_example.py", + "parent": "examples.unix", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.unix.machine_bios": { + "path": "C:\\repos\\v3\\micropython\\examples\\unix\\machine_bios.py", + "parent": "examples.unix", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.usb.usb_dfu_device": { + "path": "C:\\repos\\v3\\micropython\\examples\\usb\\usb_dfu_device.py", + "parent": "examples.usb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.usb.usb_simple_device": { + "path": "C:\\repos\\v3\\micropython\\examples\\usb\\usb_simple_device.py", + "parent": "examples.usb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.usb.usb_simple_host_pyusb": { + "path": "C:\\repos\\v3\\micropython\\examples\\usb\\usb_simple_host_pyusb.py", + "parent": "examples.usb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "extmod.asyncio.core": { + "path": "C:\\repos\\v3\\micropython\\extmod\\asyncio\\core.py", + "parent": "extmod.asyncio", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "extmod.asyncio.event": { + "path": "C:\\repos\\v3\\micropython\\extmod\\asyncio\\event.py", + "parent": "extmod.asyncio", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "extmod.asyncio.funcs": { + "path": "C:\\repos\\v3\\micropython\\extmod\\asyncio\\funcs.py", + "parent": "extmod.asyncio", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "extmod.asyncio.lock": { + "path": "C:\\repos\\v3\\micropython\\extmod\\asyncio\\lock.py", + "parent": "extmod.asyncio", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "extmod.asyncio.manifest": { + "path": "C:\\repos\\v3\\micropython\\extmod\\asyncio\\manifest.py", + "parent": "extmod.asyncio", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "extmod.asyncio.stream": { + "path": "C:\\repos\\v3\\micropython\\extmod\\asyncio\\stream.py", + "parent": "extmod.asyncio", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "extmod.asyncio.task": { + "path": "C:\\repos\\v3\\micropython\\extmod\\asyncio\\task.py", + "parent": "extmod.asyncio", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "extmod.asyncio.uasyncio": { + "path": "C:\\repos\\v3\\micropython\\extmod\\asyncio\\uasyncio.py", + "parent": "extmod.asyncio", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "extmod.asyncio": { + "path": "C:\\repos\\v3\\micropython\\extmod\\asyncio\\__init__.py", + "parent": "extmod", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "mpy-cross.mpy_cross": { + "path": "C:\\repos\\v3\\micropython\\mpy-cross\\mpy_cross\\__init__.py", + "parent": "mpy-cross", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "mpy-cross.mpy_cross.__main__": { + "path": "C:\\repos\\v3\\micropython\\mpy-cross\\mpy_cross\\__main__.py", + "parent": "mpy-cross.mpy_cross", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.alif.boards.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\alif\\boards\\manifest.py", + "parent": "ports.alif.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.alif.mcu.make-pins": { + "path": "C:\\repos\\v3\\micropython\\ports\\alif\\mcu\\make-pins.py", + "parent": "ports.alif.mcu", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.alif.modules.he._boot": { + "path": "C:\\repos\\v3\\micropython\\ports\\alif\\modules\\he\\_boot.py", + "parent": "ports.alif.modules.he", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.alif.modules.hp._boot": { + "path": "C:\\repos\\v3\\micropython\\ports\\alif\\modules\\hp\\_boot.py", + "parent": "ports.alif.modules.hp", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.cc3200.boards.make-pins": { + "path": "C:\\repos\\v3\\micropython\\ports\\cc3200\\boards\\make-pins.py", + "parent": "ports.cc3200.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.cc3200.tools.smoke": { + "path": "C:\\repos\\v3\\micropython\\ports\\cc3200\\tools\\smoke.py", + "parent": "ports.cc3200.tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.cc3200.tools.uniflash": { + "path": "C:\\repos\\v3\\micropython\\ports\\cc3200\\tools\\uniflash.py", + "parent": "ports.cc3200.tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.cc3200.tools.update-wipy": { + "path": "C:\\repos\\v3\\micropython\\ports\\cc3200\\tools\\update-wipy.py", + "parent": "ports.cc3200.tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.makeimg": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\makeimg.py", + "parent": "ports.esp32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.make-pins": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\make-pins.py", + "parent": "ports.esp32.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\manifest.py", + "parent": "ports.esp32.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.manifest_test": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\manifest_test.py", + "parent": "ports.esp32.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.ARDUINO_NANO_ESP32.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\ARDUINO_NANO_ESP32\\manifest.py", + "parent": "ports.esp32.boards.ARDUINO_NANO_ESP32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.LILYGO_T3_S3.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\LILYGO_T3_S3\\manifest.py", + "parent": "ports.esp32.boards.LILYGO_T3_S3", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\LILYGO_T3_S3\\modules\\t3s3.py", + "parent": "ports.esp32.boards.LILYGO_T3_S3.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.LILYGO_TTGO_LORA32.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\LILYGO_TTGO_LORA32\\manifest.py", + "parent": "ports.esp32.boards.LILYGO_TTGO_LORA32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\LILYGO_TTGO_LORA32\\modules\\lilygo_oled.py", + "parent": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\LILYGO_TTGO_LORA32\\modules\\lora32.py", + "parent": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.LOLIN_C3_MINI.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\LOLIN_C3_MINI\\manifest.py", + "parent": "ports.esp32.boards.LOLIN_C3_MINI", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.LOLIN_C3_MINI.modules.c3mini": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\LOLIN_C3_MINI\\modules\\c3mini.py", + "parent": "ports.esp32.boards.LOLIN_C3_MINI.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.LOLIN_S2_MINI.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\LOLIN_S2_MINI\\manifest.py", + "parent": "ports.esp32.boards.LOLIN_S2_MINI", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.LOLIN_S2_MINI.modules.s2mini": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\LOLIN_S2_MINI\\modules\\s2mini.py", + "parent": "ports.esp32.boards.LOLIN_S2_MINI.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.LOLIN_S2_PICO.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\LOLIN_S2_PICO\\manifest.py", + "parent": "ports.esp32.boards.LOLIN_S2_PICO", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\LOLIN_S2_PICO\\modules\\s2pico.py", + "parent": "ports.esp32.boards.LOLIN_S2_PICO.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\LOLIN_S2_PICO\\modules\\s2pico_oled.py", + "parent": "ports.esp32.boards.LOLIN_S2_PICO.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.M5STACK_ATOM.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\M5STACK_ATOM\\manifest.py", + "parent": "ports.esp32.boards.M5STACK_ATOM", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.M5STACK_ATOM.modules.atom": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\M5STACK_ATOM\\modules\\atom.py", + "parent": "ports.esp32.boards.M5STACK_ATOM.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.SIL_MANT1S.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\SIL_MANT1S\\manifest.py", + "parent": "ports.esp32.boards.SIL_MANT1S", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.SIL_MANT1S.modules.ping": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\SIL_MANT1S\\modules\\ping.py", + "parent": "ports.esp32.boards.SIL_MANT1S.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.SPARKFUN_IOT_REDBOARD_ESP32.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\SPARKFUN_IOT_REDBOARD_ESP32\\manifest.py", + "parent": "ports.esp32.boards.SPARKFUN_IOT_REDBOARD_ESP32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.SPARKFUN_THINGPLUS_ESP32C5.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\SPARKFUN_THINGPLUS_ESP32C5\\manifest.py", + "parent": "ports.esp32.boards.SPARKFUN_THINGPLUS_ESP32C5", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_FEATHERS2.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_FEATHERS2\\manifest.py", + "parent": "ports.esp32.boards.UM_FEATHERS2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_FEATHERS2.modules.feathers2": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_FEATHERS2\\modules\\feathers2.py", + "parent": "ports.esp32.boards.UM_FEATHERS2.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_FEATHERS2NEO.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_FEATHERS2NEO\\manifest.py", + "parent": "ports.esp32.boards.UM_FEATHERS2NEO", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_FEATHERS2NEO\\modules\\feathers2neo.py", + "parent": "ports.esp32.boards.UM_FEATHERS2NEO.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_FEATHERS3.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_FEATHERS3\\manifest.py", + "parent": "ports.esp32.boards.UM_FEATHERS3", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_FEATHERS3.modules.feathers3": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_FEATHERS3\\modules\\feathers3.py", + "parent": "ports.esp32.boards.UM_FEATHERS3.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_FEATHERS3NEO.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_FEATHERS3NEO\\manifest.py", + "parent": "ports.esp32.boards.UM_FEATHERS3NEO", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_FEATHERS3NEO\\modules\\feathers3neo.py", + "parent": "ports.esp32.boards.UM_FEATHERS3NEO.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_NANOS3.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_NANOS3\\manifest.py", + "parent": "ports.esp32.boards.UM_NANOS3", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_NANOS3.modules.nanos3": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_NANOS3\\modules\\nanos3.py", + "parent": "ports.esp32.boards.UM_NANOS3.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_OMGS3.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_OMGS3\\manifest.py", + "parent": "ports.esp32.boards.UM_OMGS3", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_OMGS3.modules.max17048": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_OMGS3\\modules\\max17048.py", + "parent": "ports.esp32.boards.UM_OMGS3.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_OMGS3.modules.omgs3": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_OMGS3\\modules\\omgs3.py", + "parent": "ports.esp32.boards.UM_OMGS3.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_PROS3.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_PROS3\\manifest.py", + "parent": "ports.esp32.boards.UM_PROS3", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_PROS3.modules.pros3": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_PROS3\\modules\\pros3.py", + "parent": "ports.esp32.boards.UM_PROS3.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_RGBTOUCH_MINI.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_RGBTOUCH_MINI\\manifest.py", + "parent": "ports.esp32.boards.UM_RGBTOUCH_MINI", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_TINYPICO.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_TINYPICO\\manifest.py", + "parent": "ports.esp32.boards.UM_TINYPICO", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_TINYPICO.modules.dotstar": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_TINYPICO\\modules\\dotstar.py", + "parent": "ports.esp32.boards.UM_TINYPICO.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_TINYPICO.modules.tinypico": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_TINYPICO\\modules\\tinypico.py", + "parent": "ports.esp32.boards.UM_TINYPICO.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_TINYS2.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_TINYS2\\manifest.py", + "parent": "ports.esp32.boards.UM_TINYS2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_TINYS2.modules.tinys2": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_TINYS2\\modules\\tinys2.py", + "parent": "ports.esp32.boards.UM_TINYS2.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_TINYS3.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_TINYS3\\manifest.py", + "parent": "ports.esp32.boards.UM_TINYS3", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.boards.UM_TINYS3.modules.tinys3": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\boards\\UM_TINYS3\\modules\\tinys3.py", + "parent": "ports.esp32.boards.UM_TINYS3.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.modules.apa106": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\modules\\apa106.py", + "parent": "ports.esp32.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.modules.espnow": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\modules\\espnow.py", + "parent": "ports.esp32.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.modules.flashbdev": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\modules\\flashbdev.py", + "parent": "ports.esp32.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.modules.inisetup": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\modules\\inisetup.py", + "parent": "ports.esp32.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.modules.machine": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\modules\\machine.py", + "parent": "ports.esp32.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.modules._boot": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\modules\\_boot.py", + "parent": "ports.esp32.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp32.tools.metrics_esp32": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp32\\tools\\metrics_esp32.py", + "parent": "ports.esp32.tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp8266.makeimg": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp8266\\makeimg.py", + "parent": "ports.esp8266", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp8266.boards.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp8266\\boards\\manifest.py", + "parent": "ports.esp8266.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp8266.boards.ESP8266_GENERIC.manifest_2MiB": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp8266\\boards\\ESP8266_GENERIC\\manifest_2MiB.py", + "parent": "ports.esp8266.boards.ESP8266_GENERIC", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp8266.boards.ESP8266_GENERIC.manifest_512kiB": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp8266\\boards\\ESP8266_GENERIC\\manifest_512kiB.py", + "parent": "ports.esp8266.boards.ESP8266_GENERIC", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp8266.boards.ESP8266_GENERIC._boot": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp8266\\boards\\ESP8266_GENERIC\\_boot.py", + "parent": "ports.esp8266.boards.ESP8266_GENERIC", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp8266.modules.apa102": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp8266\\modules\\apa102.py", + "parent": "ports.esp8266.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp8266.modules.espnow": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp8266\\modules\\espnow.py", + "parent": "ports.esp8266.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp8266.modules.flashbdev": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp8266\\modules\\flashbdev.py", + "parent": "ports.esp8266.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp8266.modules.inisetup": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp8266\\modules\\inisetup.py", + "parent": "ports.esp8266.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp8266.modules.port_diag": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp8266\\modules\\port_diag.py", + "parent": "ports.esp8266.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.esp8266.modules._boot": { + "path": "C:\\repos\\v3\\micropython\\ports\\esp8266\\modules\\_boot.py", + "parent": "ports.esp8266.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.mimxrt.boards.make-flexram-config": { + "path": "C:\\repos\\v3\\micropython\\ports\\mimxrt\\boards\\make-flexram-config.py", + "parent": "ports.mimxrt.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.mimxrt.boards.make-pins": { + "path": "C:\\repos\\v3\\micropython\\ports\\mimxrt\\boards\\make-pins.py", + "parent": "ports.mimxrt.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.mimxrt.boards.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\mimxrt\\boards\\manifest.py", + "parent": "ports.mimxrt.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.mimxrt.boards.MIMXRT1020_EVK.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\mimxrt\\boards\\MIMXRT1020_EVK\\manifest.py", + "parent": "ports.mimxrt.boards.MIMXRT1020_EVK", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.mimxrt.boards.MIMXRT1050_EVK.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\mimxrt\\boards\\MIMXRT1050_EVK\\manifest.py", + "parent": "ports.mimxrt.boards.MIMXRT1050_EVK", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.mimxrt.boards.MIMXRT1060_EVK.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\mimxrt\\boards\\MIMXRT1060_EVK\\manifest.py", + "parent": "ports.mimxrt.boards.MIMXRT1060_EVK", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.mimxrt.boards.MIMXRT1064_EVK.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\mimxrt\\boards\\MIMXRT1064_EVK\\manifest.py", + "parent": "ports.mimxrt.boards.MIMXRT1064_EVK", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.mimxrt.boards.MIMXRT1170_EVK.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\mimxrt\\boards\\MIMXRT1170_EVK\\manifest.py", + "parent": "ports.mimxrt.boards.MIMXRT1170_EVK", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.mimxrt.boards.PHYBOARD_RT1170.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\mimxrt\\boards\\PHYBOARD_RT1170\\manifest.py", + "parent": "ports.mimxrt.boards.PHYBOARD_RT1170", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.mimxrt.boards.SEEED_ARCH_MIX.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\mimxrt\\boards\\SEEED_ARCH_MIX\\manifest.py", + "parent": "ports.mimxrt.boards.SEEED_ARCH_MIX", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.mimxrt.boards.TEENSY40.format": { + "path": "C:\\repos\\v3\\micropython\\ports\\mimxrt\\boards\\TEENSY40\\format.py", + "parent": "ports.mimxrt.boards.TEENSY40", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.mimxrt.boards.TEENSY41.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\mimxrt\\boards\\TEENSY41\\manifest.py", + "parent": "ports.mimxrt.boards.TEENSY41", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.mimxrt.modules._boot": { + "path": "C:\\repos\\v3\\micropython\\ports\\mimxrt\\modules\\_boot.py", + "parent": "ports.mimxrt.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.nrf.boards.make-pins": { + "path": "C:\\repos\\v3\\micropython\\ports\\nrf\\boards\\make-pins.py", + "parent": "ports.nrf.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.nrf.boards.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\nrf\\boards\\manifest.py", + "parent": "ports.nrf.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.nrf.boards.manifest_minimal": { + "path": "C:\\repos\\v3\\micropython\\ports\\nrf\\boards\\manifest_minimal.py", + "parent": "ports.nrf.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\nrf\\boards\\ARDUINO_NANO_33_BLE_SENSE\\manifest.py", + "parent": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu": { + "path": "C:\\repos\\v3\\micropython\\ports\\nrf\\boards\\ARDUINO_NANO_33_BLE_SENSE\\modules\\imu.py", + "parent": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.nrf.examples.mountsd": { + "path": "C:\\repos\\v3\\micropython\\ports\\nrf\\examples\\mountsd.py", + "parent": "ports.nrf.examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.nrf.examples.musictest": { + "path": "C:\\repos\\v3\\micropython\\ports\\nrf\\examples\\musictest.py", + "parent": "ports.nrf.examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.nrf.examples.nrf52_pwm": { + "path": "C:\\repos\\v3\\micropython\\ports\\nrf\\examples\\nrf52_pwm.py", + "parent": "ports.nrf.examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.nrf.examples.nrf52_servo": { + "path": "C:\\repos\\v3\\micropython\\ports\\nrf\\examples\\nrf52_servo.py", + "parent": "ports.nrf.examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.nrf.examples.powerup": { + "path": "C:\\repos\\v3\\micropython\\ports\\nrf\\examples\\powerup.py", + "parent": "ports.nrf.examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.nrf.examples.seeed_tft": { + "path": "C:\\repos\\v3\\micropython\\ports\\nrf\\examples\\seeed_tft.py", + "parent": "ports.nrf.examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.nrf.examples.ssd1306_mod": { + "path": "C:\\repos\\v3\\micropython\\ports\\nrf\\examples\\ssd1306_mod.py", + "parent": "ports.nrf.examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.nrf.examples.ubluepy_eddystone": { + "path": "C:\\repos\\v3\\micropython\\ports\\nrf\\examples\\ubluepy_eddystone.py", + "parent": "ports.nrf.examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.nrf.examples.ubluepy_scan": { + "path": "C:\\repos\\v3\\micropython\\ports\\nrf\\examples\\ubluepy_scan.py", + "parent": "ports.nrf.examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.nrf.examples.ubluepy_temp": { + "path": "C:\\repos\\v3\\micropython\\ports\\nrf\\examples\\ubluepy_temp.py", + "parent": "ports.nrf.examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.nrf.freeze.test": { + "path": "C:\\repos\\v3\\micropython\\ports\\nrf\\freeze\\test.py", + "parent": "ports.nrf.freeze", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.nrf.modules.scripts._boot": { + "path": "C:\\repos\\v3\\micropython\\ports\\nrf\\modules\\scripts\\_boot.py", + "parent": "ports.nrf.modules.scripts", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.qemu.test-frzmpy.frozen_asm_rv32": { + "path": "C:\\repos\\v3\\micropython\\ports\\qemu\\test-frzmpy\\frozen_asm_rv32.py", + "parent": "ports.qemu.test-frzmpy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.qemu.test-frzmpy.frozen_asm_thumb": { + "path": "C:\\repos\\v3\\micropython\\ports\\qemu\\test-frzmpy\\frozen_asm_thumb.py", + "parent": "ports.qemu.test-frzmpy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.qemu.test-frzmpy.frozen_const": { + "path": "C:\\repos\\v3\\micropython\\ports\\qemu\\test-frzmpy\\frozen_const.py", + "parent": "ports.qemu.test-frzmpy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.qemu.test-frzmpy.frozen_viper": { + "path": "C:\\repos\\v3\\micropython\\ports\\qemu\\test-frzmpy\\frozen_viper.py", + "parent": "ports.qemu.test-frzmpy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.qemu.test-frzmpy.native_frozen_align": { + "path": "C:\\repos\\v3\\micropython\\ports\\qemu\\test-frzmpy\\native_frozen_align.py", + "parent": "ports.qemu.test-frzmpy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.renesas-ra.boards.make-pins": { + "path": "C:\\repos\\v3\\micropython\\ports\\renesas-ra\\boards\\make-pins.py", + "parent": "ports.renesas-ra.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.renesas-ra.boards.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\renesas-ra\\boards\\manifest.py", + "parent": "ports.renesas-ra.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.renesas-ra.boards.ARDUINO_PORTENTA_C33.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\renesas-ra\\boards\\ARDUINO_PORTENTA_C33\\manifest.py", + "parent": "ports.renesas-ra.boards.ARDUINO_PORTENTA_C33", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.renesas-ra.boards.EK_RA4M1.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\renesas-ra\\boards\\EK_RA4M1\\manifest.py", + "parent": "ports.renesas-ra.boards.EK_RA4M1", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.renesas-ra.boards.RA4M1_CLICKER.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\renesas-ra\\boards\\RA4M1_CLICKER\\manifest.py", + "parent": "ports.renesas-ra.boards.RA4M1_CLICKER", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.make-pins": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\make-pins.py", + "parent": "ports.rp2.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\manifest.py", + "parent": "ports.rp2.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.ARDUINO_NANO_RP2040_CONNECT.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\ARDUINO_NANO_RP2040_CONNECT\\manifest.py", + "parent": "ports.rp2.boards.ARDUINO_NANO_RP2040_CONNECT", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.CYTRON_NANOXRP_CONTROLLER.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\CYTRON_NANOXRP_CONTROLLER\\manifest.py", + "parent": "ports.rp2.boards.CYTRON_NANOXRP_CONTROLLER", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.NULLBITS_BIT_C_PRO.board": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\NULLBITS_BIT_C_PRO\\board.py", + "parent": "ports.rp2.boards.NULLBITS_BIT_C_PRO", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.NULLBITS_BIT_C_PRO.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\NULLBITS_BIT_C_PRO\\manifest.py", + "parent": "ports.rp2.boards.NULLBITS_BIT_C_PRO", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.RPI_PICO2_W.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\RPI_PICO2_W\\manifest.py", + "parent": "ports.rp2.boards.RPI_PICO2_W", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.RPI_PICO_W.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\RPI_PICO_W\\manifest.py", + "parent": "ports.rp2.boards.RPI_PICO_W", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.SIL_RP2040_SHIM.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\SIL_RP2040_SHIM\\manifest.py", + "parent": "ports.rp2.boards.SIL_RP2040_SHIM", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.SOLDERED_NULA_MAX_RP2350.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\SOLDERED_NULA_MAX_RP2350\\manifest.py", + "parent": "ports.rp2.boards.SOLDERED_NULA_MAX_RP2350", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.SPARKFUN_IOTNODE_LORAWAN_RP2350.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\SPARKFUN_IOTNODE_LORAWAN_RP2350\\manifest.py", + "parent": "ports.rp2.boards.SPARKFUN_IOTNODE_LORAWAN_RP2350", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.SPARKFUN_IOTREDBOARD_RP2350.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\SPARKFUN_IOTREDBOARD_RP2350\\manifest.py", + "parent": "ports.rp2.boards.SPARKFUN_IOTREDBOARD_RP2350", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.SPARKFUN_THINGPLUS_RP2350.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\SPARKFUN_THINGPLUS_RP2350\\manifest.py", + "parent": "ports.rp2.boards.SPARKFUN_THINGPLUS_RP2350", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.SPARKFUN_XRP_CONTROLLER.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\SPARKFUN_XRP_CONTROLLER\\manifest.py", + "parent": "ports.rp2.boards.SPARKFUN_XRP_CONTROLLER", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.SPARKFUN_XRP_CONTROLLER_BETA.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\SPARKFUN_XRP_CONTROLLER_BETA\\manifest.py", + "parent": "ports.rp2.boards.SPARKFUN_XRP_CONTROLLER_BETA", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.W5100S_EVB_PICO.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\W5100S_EVB_PICO\\manifest.py", + "parent": "ports.rp2.boards.W5100S_EVB_PICO", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.W5500_EVB_PICO.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\W5500_EVB_PICO\\manifest.py", + "parent": "ports.rp2.boards.W5500_EVB_PICO", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.WEACTSTUDIO.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\WEACTSTUDIO\\manifest.py", + "parent": "ports.rp2.boards.WEACTSTUDIO", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.WEACTSTUDIO.modules.board": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\WEACTSTUDIO\\modules\\board.py", + "parent": "ports.rp2.boards.WEACTSTUDIO.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\WEACTSTUDIO_RP2350B_CORE\\manifest.py", + "parent": "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE.modules.board": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\boards\\WEACTSTUDIO_RP2350B_CORE\\modules\\board.py", + "parent": "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.modules.rp2": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\modules\\rp2.py", + "parent": "ports.rp2.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.modules._boot": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\modules\\_boot.py", + "parent": "ports.rp2.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.rp2.modules._boot_fat": { + "path": "C:\\repos\\v3\\micropython\\ports\\rp2\\modules\\_boot_fat.py", + "parent": "ports.rp2.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.samd.boards.make-pins": { + "path": "C:\\repos\\v3\\micropython\\ports\\samd\\boards\\make-pins.py", + "parent": "ports.samd.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.samd.boards.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\samd\\boards\\manifest.py", + "parent": "ports.samd.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.samd.mcu.samd21.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\samd\\mcu\\samd21\\manifest.py", + "parent": "ports.samd.mcu.samd21", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.samd.mcu.samd51.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\samd\\mcu\\samd51\\manifest.py", + "parent": "ports.samd.mcu.samd51", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.samd.modules._boot": { + "path": "C:\\repos\\v3\\micropython\\ports\\samd\\modules\\_boot.py", + "parent": "ports.samd.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.make-stmconst": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\make-stmconst.py", + "parent": "ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.make-pins": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\make-pins.py", + "parent": "ports.stm32.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\manifest.py", + "parent": "ports.stm32.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.manifest_pyboard": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\manifest_pyboard.py", + "parent": "ports.stm32.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.plli2svalues": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\plli2svalues.py", + "parent": "ports.stm32.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.pllvalues": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\pllvalues.py", + "parent": "ports.stm32.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.ARDUINO_GIGA.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\ARDUINO_GIGA\\manifest.py", + "parent": "ports.stm32.boards.ARDUINO_GIGA", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.ARDUINO_NICLA_VISION.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\ARDUINO_NICLA_VISION\\manifest.py", + "parent": "ports.stm32.boards.ARDUINO_NICLA_VISION", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.ARDUINO_OPTA.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\ARDUINO_OPTA\\manifest.py", + "parent": "ports.stm32.boards.ARDUINO_OPTA", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.ARDUINO_PORTENTA_H7.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\ARDUINO_PORTENTA_H7\\manifest.py", + "parent": "ports.stm32.boards.ARDUINO_PORTENTA_H7", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.GARATRONIC_PYBSTICK26_F411.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\GARATRONIC_PYBSTICK26_F411\\manifest.py", + "parent": "ports.stm32.boards.GARATRONIC_PYBSTICK26_F411", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.LEGO_HUB_NO6.appupdate": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\LEGO_HUB_NO6\\appupdate.py", + "parent": "ports.stm32.boards.LEGO_HUB_NO6", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.LEGO_HUB_NO6.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\LEGO_HUB_NO6\\manifest.py", + "parent": "ports.stm32.boards.LEGO_HUB_NO6", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.LEGO_HUB_NO7.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\LEGO_HUB_NO7\\manifest.py", + "parent": "ports.stm32.boards.LEGO_HUB_NO7", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.NUCLEO_F429ZI.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\NUCLEO_F429ZI\\manifest.py", + "parent": "ports.stm32.boards.NUCLEO_F429ZI", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.NUCLEO_F439ZI.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\NUCLEO_F439ZI\\manifest.py", + "parent": "ports.stm32.boards.NUCLEO_F439ZI", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.NUCLEO_F746ZG.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\NUCLEO_F746ZG\\manifest.py", + "parent": "ports.stm32.boards.NUCLEO_F746ZG", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.NUCLEO_F756ZG.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\NUCLEO_F756ZG\\manifest.py", + "parent": "ports.stm32.boards.NUCLEO_F756ZG", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.NUCLEO_F767ZI.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\NUCLEO_F767ZI\\manifest.py", + "parent": "ports.stm32.boards.NUCLEO_F767ZI", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.NUCLEO_H723ZG.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\NUCLEO_H723ZG\\manifest.py", + "parent": "ports.stm32.boards.NUCLEO_H723ZG", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.NUCLEO_H743ZI.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\NUCLEO_H743ZI\\manifest.py", + "parent": "ports.stm32.boards.NUCLEO_H743ZI", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.NUCLEO_WB55.rfcore_debug": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\NUCLEO_WB55\\rfcore_debug.py", + "parent": "ports.stm32.boards.NUCLEO_WB55", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\NUCLEO_WB55\\rfcore_firmware.py", + "parent": "ports.stm32.boards.NUCLEO_WB55", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\NUCLEO_WB55\\rfcore_makefirmware.py", + "parent": "ports.stm32.boards.NUCLEO_WB55", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.NUCLEO_WL55.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\NUCLEO_WL55\\manifest.py", + "parent": "ports.stm32.boards.NUCLEO_WL55", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.OLIMEX_E407.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\OLIMEX_E407\\manifest.py", + "parent": "ports.stm32.boards.OLIMEX_E407", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.OPENMV_N6.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\OPENMV_N6\\manifest.py", + "parent": "ports.stm32.boards.OPENMV_N6", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.PYBD_SF2.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\PYBD_SF2\\manifest.py", + "parent": "ports.stm32.boards.PYBD_SF2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.PYBV10.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\PYBV10\\manifest.py", + "parent": "ports.stm32.boards.PYBV10", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.STM32F4DISC.staccel": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\STM32F4DISC\\staccel.py", + "parent": "ports.stm32.boards.STM32F4DISC", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.STM32F769DISC.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\STM32F769DISC\\manifest.py", + "parent": "ports.stm32.boards.STM32F769DISC", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.STM32F7DISC.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\STM32F7DISC\\manifest.py", + "parent": "ports.stm32.boards.STM32F7DISC", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.STM32H573I_DK.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\STM32H573I_DK\\manifest.py", + "parent": "ports.stm32.boards.STM32H573I_DK", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.STM32H747I_DISCO.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\STM32H747I_DISCO\\manifest.py", + "parent": "ports.stm32.boards.STM32H747I_DISCO", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.VCC_GND_F407ZG.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\VCC_GND_F407ZG\\manifest.py", + "parent": "ports.stm32.boards.VCC_GND_F407ZG", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.boards.WEACTSTUDIO_MINI_STM32H743.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\boards\\WEACTSTUDIO_MINI_STM32H743\\manifest.py", + "parent": "ports.stm32.boards.WEACTSTUDIO_MINI_STM32H743", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.mboot.fwupdate": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\mboot\\fwupdate.py", + "parent": "ports.stm32.mboot", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.mboot.mboot": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\mboot\\mboot.py", + "parent": "ports.stm32.mboot", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.stm32.mboot.mboot_pack_dfu": { + "path": "C:\\repos\\v3\\micropython\\ports\\stm32\\mboot\\mboot_pack_dfu.py", + "parent": "ports.stm32.mboot", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.unix.variants.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\unix\\variants\\manifest.py", + "parent": "ports.unix.variants", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.unix.variants.coverage.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\unix\\variants\\coverage\\manifest.py", + "parent": "ports.unix.variants.coverage", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.unix.variants.coverage.frzmpy.frzmpy1": { + "path": "C:\\repos\\v3\\micropython\\ports\\unix\\variants\\coverage\\frzmpy\\frzmpy1.py", + "parent": "ports.unix.variants.coverage.frzmpy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.unix.variants.coverage.frzmpy.frzmpy2": { + "path": "C:\\repos\\v3\\micropython\\ports\\unix\\variants\\coverage\\frzmpy\\frzmpy2.py", + "parent": "ports.unix.variants.coverage.frzmpy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.unix.variants.coverage.frzmpy.frzmpy3": { + "path": "C:\\repos\\v3\\micropython\\ports\\unix\\variants\\coverage\\frzmpy\\frzmpy3.py", + "parent": "ports.unix.variants.coverage.frzmpy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.unix.variants.coverage.frzmpy.frzmpy4": { + "path": "C:\\repos\\v3\\micropython\\ports\\unix\\variants\\coverage\\frzmpy\\frzmpy4.py", + "parent": "ports.unix.variants.coverage.frzmpy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.unix.variants.coverage.frzmpy.frzqstr": { + "path": "C:\\repos\\v3\\micropython\\ports\\unix\\variants\\coverage\\frzmpy\\frzqstr.py", + "parent": "ports.unix.variants.coverage.frzmpy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.unix.variants.coverage.frzmpy.frzmpy_pkg1": { + "path": "C:\\repos\\v3\\micropython\\ports\\unix\\variants\\coverage\\frzmpy\\frzmpy_pkg1\\__init__.py", + "parent": "ports.unix.variants.coverage.frzmpy", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.unix.variants.coverage.frzmpy.frzmpy_pkg2.mod": { + "path": "C:\\repos\\v3\\micropython\\ports\\unix\\variants\\coverage\\frzmpy\\frzmpy_pkg2\\mod.py", + "parent": "ports.unix.variants.coverage.frzmpy.frzmpy_pkg2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.unix.variants.coverage.frzstr.frzstr1": { + "path": "C:\\repos\\v3\\micropython\\ports\\unix\\variants\\coverage\\frzstr\\frzstr1.py", + "parent": "ports.unix.variants.coverage.frzstr", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.unix.variants.coverage.frzstr.frzstr_pkg1": { + "path": "C:\\repos\\v3\\micropython\\ports\\unix\\variants\\coverage\\frzstr\\frzstr_pkg1\\__init__.py", + "parent": "ports.unix.variants.coverage.frzstr", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.unix.variants.coverage.frzstr.frzstr_pkg2.mod": { + "path": "C:\\repos\\v3\\micropython\\ports\\unix\\variants\\coverage\\frzstr\\frzstr_pkg2\\mod.py", + "parent": "ports.unix.variants.coverage.frzstr.frzstr_pkg2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.unix.variants.standard.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\unix\\variants\\standard\\manifest.py", + "parent": "ports.unix.variants.standard", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.webassembly.asyncio.core": { + "path": "C:\\repos\\v3\\micropython\\ports\\webassembly\\asyncio\\core.py", + "parent": "ports.webassembly.asyncio", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.webassembly.asyncio": { + "path": "C:\\repos\\v3\\micropython\\ports\\webassembly\\asyncio\\__init__.py", + "parent": "ports.webassembly", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.webassembly.variants.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\webassembly\\variants\\manifest.py", + "parent": "ports.webassembly.variants", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.webassembly.variants.pyscript.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\webassembly\\variants\\pyscript\\manifest.py", + "parent": "ports.webassembly.variants.pyscript", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.windows.variants.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\windows\\variants\\manifest.py", + "parent": "ports.windows.variants", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.windows.variants.dev.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\windows\\variants\\dev\\manifest.py", + "parent": "ports.windows.variants.dev", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.zephyr.boards.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\zephyr\\boards\\manifest.py", + "parent": "ports.zephyr.boards", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.zephyr.boards.bflb.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\zephyr\\boards\\bflb\\manifest.py", + "parent": "ports.zephyr.boards.bflb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.zephyr.boards.mimxrt1020_evk.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\zephyr\\boards\\mimxrt1020_evk\\manifest.py", + "parent": "ports.zephyr.boards.mimxrt1020_evk", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.zephyr.boards.xiao_ble_nrf52840_sense.manifest": { + "path": "C:\\repos\\v3\\micropython\\ports\\zephyr\\boards\\xiao_ble_nrf52840_sense\\manifest.py", + "parent": "ports.zephyr.boards.xiao_ble_nrf52840_sense", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "ports.zephyr.modules._boot": { + "path": "C:\\repos\\v3\\micropython\\ports\\zephyr\\modules\\_boot.py", + "parent": "ports.zephyr.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "py.makecompresseddata": { + "path": "C:\\repos\\v3\\micropython\\py\\makecompresseddata.py", + "parent": "py", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "py.makemoduledefs": { + "path": "C:\\repos\\v3\\micropython\\py\\makemoduledefs.py", + "parent": "py", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "py.makeqstrdata": { + "path": "C:\\repos\\v3\\micropython\\py\\makeqstrdata.py", + "parent": "py", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "py.makeqstrdefs": { + "path": "C:\\repos\\v3\\micropython\\py\\makeqstrdefs.py", + "parent": "py", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "py.makeversionhdr": { + "path": "C:\\repos\\v3\\micropython\\py\\makeversionhdr.py", + "parent": "py", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "py.make_root_pointers": { + "path": "C:\\repos\\v3\\micropython\\py\\make_root_pointers.py", + "parent": "py", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "shared.memzip.make-memzip": { + "path": "C:\\repos\\v3\\micropython\\shared\\memzip\\make-memzip.py", + "parent": "shared.memzip", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.run-internalbench": { + "path": "C:\\repos\\v3\\micropython\\tests\\run-internalbench.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.run-multitests": { + "path": "C:\\repos\\v3\\micropython\\tests\\run-multitests.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.run-natmodtests": { + "path": "C:\\repos\\v3\\micropython\\tests\\run-natmodtests.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.run-perfbench": { + "path": "C:\\repos\\v3\\micropython\\tests\\run-perfbench.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.run-tests": { + "path": "C:\\repos\\v3\\micropython\\tests\\run-tests.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.serial_test": { + "path": "C:\\repos\\v3\\micropython\\tests\\serial_test.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_utils": { + "path": "C:\\repos\\v3\\micropython\\tests\\test_utils.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.assets.frozentest": { + "path": "C:\\repos\\v3\\micropython\\tests\\assets\\frozentest.py", + "parent": "tests.assets", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.0prelim": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\0prelim.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.andor": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\andor.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.annotate_var": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\annotate_var.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.array1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\array1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.array_add": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\array_add.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.array_construct": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\array_construct.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.array_construct2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\array_construct2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.array_construct_endian": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\array_construct_endian.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.array_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\array_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.array_micropython": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\array_micropython.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.assign1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\assign1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.assign_expr": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\assign_expr.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.assign_expr_scope": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\assign_expr_scope.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.assign_expr_syntaxerror": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\assign_expr_syntaxerror.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.async_await": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\async_await.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.async_await2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\async_await2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.async_def": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\async_def.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.async_for": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\async_for.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.async_for2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\async_for2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.async_syntaxerror": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\async_syntaxerror.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.async_with": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\async_with.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.async_with2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\async_with2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.async_with_break": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\async_with_break.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.async_with_return": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\async_with_return.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.attrtuple1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\attrtuple1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.attrtuple2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\attrtuple2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bool1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bool1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.boundmeth1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\boundmeth1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.break": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\break.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_abs": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_abs.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_abs_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_abs_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_allany": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_allany.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_bin": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_bin.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_bin_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_bin_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_callable": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_callable.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_chr": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_chr.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_compile": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_compile.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_delattr": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_delattr.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_dir": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_dir.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_divmod": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_divmod.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_divmod_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_divmod_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_ellipsis": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_ellipsis.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_enumerate": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_enumerate.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_eval": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_eval.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_eval_buffer": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_eval_buffer.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_eval_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_eval_error.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_exec": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_exec.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_exec_buffer": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_exec_buffer.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_filter": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_filter.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_getattr": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_getattr.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_hasattr": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_hasattr.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_hash": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_hash.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_hash_gen": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_hash_gen.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_hash_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_hash_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_help": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_help.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_hex": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_hex.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_hex_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_hex_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_id": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_id.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_issubclass": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_issubclass.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_len1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_len1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_locals": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_locals.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_map": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_map.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_minmax": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_minmax.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_next_arg2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_next_arg2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_oct": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_oct.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_oct_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_oct_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_ord": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_ord.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_override": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_override.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_pow": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_pow.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_pow3": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_pow3.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_pow3_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_pow3_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_print": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_print.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_property": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_property.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_property_inherit": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_property_inherit.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_range": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_range.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_range_attrs": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_range_attrs.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_range_binop": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_range_binop.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_range_maxsize": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_range_maxsize.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_reversed": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_reversed.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_round": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_round.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_round_int": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_round_int.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_round_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_round_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_setattr": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_setattr.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_slice": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_slice.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_sorted": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_sorted.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_str_hex": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_str_hex.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_sum": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_sum.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_super": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_super.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_type": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_type.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.builtin_zip": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\builtin_zip.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytearray1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytearray1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytearray_add": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytearray_add.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytearray_add_self": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytearray_add_self.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytearray_append": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytearray_append.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytearray_byte_operations": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytearray_byte_operations.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytearray_center": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytearray_center.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytearray_construct": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytearray_construct.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytearray_construct_array": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytearray_construct_array.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytearray_construct_endian": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytearray_construct_endian.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytearray_count": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytearray_count.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytearray_decode": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytearray_decode.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytearray_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytearray_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytearray_partition": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytearray_partition.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytearray_slice_assign": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytearray_slice_assign.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_add": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_add.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_add_array": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_add_array.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_add_bytearray": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_add_bytearray.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_add_endian": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_add_endian.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_center": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_center.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_compare": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_compare.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_compare2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_compare2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_compare3": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_compare3.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_compare_array": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_compare_array.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_compare_bytearray": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_compare_bytearray.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_construct": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_construct.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_construct_array": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_construct_array.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_construct_bytearray": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_construct_bytearray.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_construct_endian": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_construct_endian.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_construct_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_construct_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_count": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_count.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_escape_unicode": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_escape_unicode.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_find": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_find.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_format_modulo": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_format_modulo.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_gen": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_gen.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_index": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_index.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_large": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_large.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_mult": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_mult.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_partition": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_partition.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_replace": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_replace.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_split": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_split.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_strip": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_strip.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.bytes_subscr": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\bytes_subscr.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class3": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class3.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_bases": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_bases.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_bind_self": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_bind_self.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_binop": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_binop.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_call": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_call.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_contains": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_contains.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_delattr_setattr": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_delattr_setattr.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_descriptor": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_descriptor.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_dict": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_dict.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_emptybases": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_emptybases.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_getattr": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_getattr.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_inherit1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_inherit1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_inherit_mul": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_inherit_mul.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_inplace_op": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_inplace_op.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_inplace_op2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_inplace_op2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_instance_override": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_instance_override.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_item": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_item.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_misc": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_misc.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_new": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_new.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_notimpl": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_notimpl.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_number": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_number.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_ordereddict": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_ordereddict.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_reverse_op": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_reverse_op.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_setname_hazard": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_setname_hazard.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_setname_hazard_rand": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_setname_hazard_rand.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_staticclassmethod": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_staticclassmethod.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_store": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_store.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_store_class": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_store_class.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_str": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_str.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_super": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_super.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_super_aslocal": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_super_aslocal.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_super_closure": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_super_closure.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_super_multinherit": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_super_multinherit.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_super_object": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_super_object.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.class_use_other": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\class_use_other.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.closure1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\closure1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.closure2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\closure2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.closure_defargs": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\closure_defargs.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.closure_manyvars": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\closure_manyvars.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.closure_namedarg": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\closure_namedarg.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.compare_multi": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\compare_multi.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.comprehension1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\comprehension1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.containment": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\containment.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.continue": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\continue.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.decorator": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\decorator.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.del_attr": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\del_attr.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.del_deref": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\del_deref.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.del_global": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\del_global.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.del_local": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\del_local.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.del_name": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\del_name.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.del_subscr": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\del_subscr.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.deque1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\deque1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.deque2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\deque2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.deque_micropython": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\deque_micropython.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.deque_slice": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\deque_slice.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict_clear": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict_clear.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict_construct": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict_construct.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict_copy": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict_copy.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict_del": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict_del.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict_fixed": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict_fixed.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict_fromkeys": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict_fromkeys.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict_fromkeys2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict_fromkeys2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict_from_iter": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict_from_iter.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict_get": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict_get.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict_intern": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict_intern.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict_iterator": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict_iterator.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict_pop": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict_pop.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict_popitem": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict_popitem.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict_setdefault": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict_setdefault.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict_specialmeth": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict_specialmeth.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict_union": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict_union.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict_update": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict_update.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.dict_views": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\dict_views.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.equal": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\equal.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.equal_class": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\equal_class.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.errno1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\errno1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.exception1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\exception1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.exception_chain": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\exception_chain.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.exceptpoly": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\exceptpoly.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.exceptpoly2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\exceptpoly2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.except_match_tuple": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\except_match_tuple.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.floordivide": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\floordivide.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.floordivide_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\floordivide_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.for1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\for1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.for2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\for2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.for3": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\for3.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.for_break": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\for_break.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.for_else": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\for_else.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.for_range": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\for_range.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.for_return": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\for_return.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.frozenset1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\frozenset1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.frozenset_add": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\frozenset_add.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.frozenset_binop": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\frozenset_binop.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.frozenset_copy": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\frozenset_copy.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.frozenset_difference": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\frozenset_difference.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.frozenset_set": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\frozenset_set.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun3": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun3.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_annotations": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_annotations.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_calldblstar": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_calldblstar.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_calldblstar2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_calldblstar2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_calldblstar3": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_calldblstar3.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_calldblstar4": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_calldblstar4.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_callstar": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_callstar.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_callstardblstar": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_callstardblstar.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_callstar_kwarg": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_callstar_kwarg.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_code": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_code.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_code_colines": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_code_colines.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_code_full": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_code_full.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_code_lnotab": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_code_lnotab.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_defargs": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_defargs.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_defargs2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_defargs2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_error.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_error2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_error2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_globals": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_globals.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_kwargs": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_kwargs.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_kwonly": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_kwonly.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_kwonlydef": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_kwonlydef.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_kwvarargs": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_kwvarargs.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_largestate": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_largestate.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_name": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_name.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_str": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_str.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.fun_varargs": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\fun_varargs.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.gc1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\gc1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.generator1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\generator1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.generator2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\generator2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.generator_args": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\generator_args.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.generator_close": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\generator_close.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.generator_closure": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\generator_closure.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.generator_exc": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\generator_exc.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.generator_name": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\generator_name.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.generator_pend_throw": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\generator_pend_throw.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.generator_pep479": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\generator_pep479.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.generator_return": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\generator_return.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.generator_send": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\generator_send.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.generator_throw": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\generator_throw.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.generator_throw_multi_arg": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\generator_throw_multi_arg.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.generator_throw_nested": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\generator_throw_nested.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.generator_throw_repeat": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\generator_throw_repeat.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.gen_yield_from": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\gen_yield_from.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.gen_yield_from_close": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\gen_yield_from_close.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.gen_yield_from_ducktype": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\gen_yield_from_ducktype.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.gen_yield_from_exc": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\gen_yield_from_exc.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.gen_yield_from_executing": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\gen_yield_from_executing.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.gen_yield_from_iter": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\gen_yield_from_iter.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.gen_yield_from_pending": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\gen_yield_from_pending.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.gen_yield_from_send": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\gen_yield_from_send.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.gen_yield_from_stopped": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\gen_yield_from_stopped.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.gen_yield_from_throw": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\gen_yield_from_throw.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.gen_yield_from_throw2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\gen_yield_from_throw2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.gen_yield_from_throw3": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\gen_yield_from_throw3.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.gen_yield_from_throw_multi_arg": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\gen_yield_from_throw_multi_arg.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.gen_yield_from_throw_repeat": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\gen_yield_from_throw_repeat.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.getattr": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\getattr.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.getitem": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\getitem.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.globals_del": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\globals_del.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.ifcond": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\ifcond.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.ifexpr": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\ifexpr.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.import_instance_method": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\import_instance_method.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.import_star_nonmodule": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\import_star_nonmodule.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_64_basics": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_64_basics.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_add": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_add.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_and": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_and.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_and2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_and2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_and3": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_and3.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_cmp": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_cmp.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_div": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_div.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_error.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_lshift": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_lshift.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_mod": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_mod.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_mul": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_mul.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_or": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_or.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_or2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_or2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_or3": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_or3.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_pow": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_pow.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_rshift": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_rshift.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_to_small": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_to_small.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_to_small_int29": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_to_small_int29.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_unary": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_unary.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_xor": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_xor.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_xor2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_xor2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_xor3": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_xor3.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_big_zeroone": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_big_zeroone.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_bytes": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_bytes.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_bytes_int64": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_bytes_int64.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_bytes_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_bytes_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_bytes_optional_args_cp311": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_bytes_optional_args_cp311.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_constfolding": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_constfolding.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_constfolding_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_constfolding_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_divmod": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_divmod.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_divmod_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_divmod_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_divzero": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_divzero.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_parse": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_parse.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.int_small": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\int_small.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.io_buffered_writer": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\io_buffered_writer.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.io_bytesio_cow": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\io_bytesio_cow.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.io_bytesio_ext": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\io_bytesio_ext.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.io_bytesio_ext2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\io_bytesio_ext2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.io_iobase": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\io_iobase.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.io_stringio1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\io_stringio1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.io_stringio_base": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\io_stringio_base.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.io_stringio_with": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\io_stringio_with.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.io_write_ext": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\io_write_ext.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.is_isnot": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\is_isnot.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.is_isnot_literal": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\is_isnot_literal.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.iter0": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\iter0.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.iter1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\iter1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.iter2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\iter2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.iter_of_iter": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\iter_of_iter.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.lambda1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\lambda1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.lambda_defargs": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\lambda_defargs.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.lexer": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\lexer.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.list1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\list1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.list_clear": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\list_clear.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.list_compare": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\list_compare.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.list_copy": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\list_copy.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.list_count": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\list_count.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.list_extend": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\list_extend.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.list_index": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\list_index.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.list_insert": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\list_insert.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.list_mult": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\list_mult.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.list_pop": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\list_pop.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.list_remove": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\list_remove.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.list_reverse": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\list_reverse.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.list_slice": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\list_slice.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.list_slice_3arg": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\list_slice_3arg.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.list_slice_assign": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\list_slice_assign.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.list_slice_assign_grow": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\list_slice_assign_grow.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.list_sort": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\list_sort.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.list_sum": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\list_sum.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.logic_constfolding": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\logic_constfolding.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.memoryerror": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\memoryerror.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.memoryview1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\memoryview1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.memoryview2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\memoryview2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.memoryview_gc": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\memoryview_gc.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.memoryview_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\memoryview_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.memoryview_itemsize": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\memoryview_itemsize.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.memoryview_slice_assign": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\memoryview_slice_assign.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.memoryview_slice_size": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\memoryview_slice_size.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.module1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\module1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.module2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\module2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.module_dict": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\module_dict.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.namedtuple1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\namedtuple1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.namedtuple_asdict": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\namedtuple_asdict.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.nanbox_smallint": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\nanbox_smallint.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.object1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\object1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.object_dict": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\object_dict.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.object_new": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\object_new.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.op_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\op_error.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.op_error_bytearray": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\op_error_bytearray.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.op_error_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\op_error_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.op_error_literal": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\op_error_literal.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.op_error_memoryview": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\op_error_memoryview.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.op_precedence": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\op_precedence.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.ordereddict1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\ordereddict1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.ordereddict_eq": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\ordereddict_eq.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.parser": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\parser.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.python34": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\python34.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.python36": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\python36.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.return1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\return1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.scope": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\scope.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.scope_class": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\scope_class.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.scope_implicit": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\scope_implicit.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.self_type_check": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\self_type_check.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.seq_unpack": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\seq_unpack.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_add": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_add.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_basic": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_basic.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_binop": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_binop.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_clear": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_clear.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_comprehension": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_comprehension.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_containment": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_containment.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_copy": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_copy.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_difference": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_difference.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_discard": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_discard.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_intersection": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_intersection.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_isdisjoint": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_isdisjoint.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_isfooset": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_isfooset.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_iter": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_iter.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_iter_of_iter": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_iter_of_iter.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_pop": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_pop.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_remove": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_remove.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_specialmeth": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_specialmeth.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_symmetric_difference": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_symmetric_difference.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_type": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_type.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_union": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_union.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_unop": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_unop.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.set_update": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\set_update.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.slice_attrs": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\slice_attrs.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.slice_indices": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\slice_indices.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.slice_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\slice_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.slice_op": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\slice_op.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.slice_optimise": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\slice_optimise.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.slots_bool_len": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\slots_bool_len.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.special_comparisons": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\special_comparisons.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.special_comparisons2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\special_comparisons2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.special_methods": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\special_methods.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.special_methods2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\special_methods2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.special_methods_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\special_methods_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.stopiteration": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\stopiteration.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_center": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_center.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_compare": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_compare.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_count": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_count.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_crlf_conversion": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_crlf_conversion.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_cr_conversion": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_cr_conversion.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_endswith": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_endswith.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_escape": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_escape.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_escape_invalid": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_escape_invalid.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_find": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_find.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_format": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_format.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_format2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_format2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_format_cp310": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_format_cp310.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_format_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_format_error.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_format_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_format_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_format_modulo": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_format_modulo.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_format_modulo_int": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_format_modulo_int.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_format_sep": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_format_sep.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_fstring": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_fstring.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_fstring_debug": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_fstring_debug.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_fstring_invalid": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_fstring_invalid.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_fstring_nested": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_fstring_nested.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_fstring_nested_py312": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_fstring_nested_py312.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_index": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_index.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_istest": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_istest.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_join": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_join.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_large": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_large.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_module_tstring": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_module_tstring.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_mult": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_mult.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_partition": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_partition.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_replace": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_replace.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_repr": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_repr.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_rfind": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_rfind.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_rindex": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_rindex.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_rpartition": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_rpartition.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_rsplit": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_rsplit.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_slice": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_slice.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_split": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_split.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_splitlines": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_splitlines.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_startswith": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_startswith.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_strip": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_strip.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_tstring_basic": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_tstring_basic.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_tstring_basic1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_tstring_basic1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_tstring_constructor": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_tstring_constructor.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_tstring_constructor1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_tstring_constructor1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_tstring_errors1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_tstring_errors1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_tstring_format1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_tstring_format1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_tstring_interpolation1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_tstring_interpolation1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_tstring_operations": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_tstring_operations.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_tstring_parser1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_tstring_parser1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_tstring_whitespace": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_tstring_whitespace.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.string_upperlow": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\string_upperlow.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.struct1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\struct1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.struct1_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\struct1_intbig.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.struct2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\struct2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.struct_endian": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\struct_endian.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.struct_micropython": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\struct_micropython.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.subclass_classmethod": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\subclass_classmethod.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.subclass_native1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\subclass_native1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.subclass_native2_list": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\subclass_native2_list.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.subclass_native2_tuple": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\subclass_native2_tuple.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.subclass_native3": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\subclass_native3.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.subclass_native4": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\subclass_native4.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.subclass_native5": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\subclass_native5.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.subclass_native_buffer": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\subclass_native_buffer.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.subclass_native_call": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\subclass_native_call.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.subclass_native_cmp": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\subclass_native_cmp.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.subclass_native_containment": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\subclass_native_containment.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.subclass_native_exc_new": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\subclass_native_exc_new.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.subclass_native_init": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\subclass_native_init.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.subclass_native_iter": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\subclass_native_iter.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.subclass_native_specmeth": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\subclass_native_specmeth.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.subclass_native_str": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\subclass_native_str.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.syntaxerror": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\syntaxerror.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.syntaxerror_return": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\syntaxerror_return.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.sys1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\sys1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.sys_exit": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\sys_exit.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.sys_getsizeof": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\sys_getsizeof.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.sys_path": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\sys_path.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.sys_stdio": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\sys_stdio.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.sys_stdio_buffer": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\sys_stdio_buffer.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.sys_tracebacklimit": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\sys_tracebacklimit.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.true_value": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\true_value.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try3": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try3.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try4": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try4.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_as_var": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_as_var.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_continue": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_continue.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_else": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_else.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_else_finally": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_else_finally.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_error.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_except_break": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_except_break.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_finally1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_finally1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_finally2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_finally2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_finally_break": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_finally_break.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_finally_break2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_finally_break2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_finally_continue": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_finally_continue.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_finally_loops": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_finally_loops.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_finally_return": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_finally_return.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_finally_return2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_finally_return2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_finally_return3": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_finally_return3.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_finally_return4": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_finally_return4.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_finally_return5": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_finally_return5.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_reraise": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_reraise.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_reraise2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_reraise2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.try_return": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\try_return.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.tuple1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\tuple1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.tuple_compare": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\tuple_compare.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.tuple_count": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\tuple_count.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.tuple_index": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\tuple_index.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.tuple_mult": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\tuple_mult.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.tuple_slice": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\tuple_slice.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.tuple_subclass": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\tuple_subclass.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.types1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\types1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.types2": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\types2.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.unary_op": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\unary_op.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.unboundlocal": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\unboundlocal.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.unpack1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\unpack1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.weakref_callback_exception": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\weakref_callback_exception.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.weakref_finalize_basic": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\weakref_finalize_basic.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.weakref_finalize_collect": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\weakref_finalize_collect.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.weakref_multiple_refs": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\weakref_multiple_refs.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.weakref_ref_basic": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\weakref_ref_basic.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.weakref_ref_collect": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\weakref_ref_collect.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.while1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\while1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.while_cond": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\while_cond.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.while_nest_exc": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\while_nest_exc.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.with1": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\with1.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.with_break": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\with_break.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.with_continue": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\with_continue.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.with_raise": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\with_raise.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.basics.with_return": { + "path": "C:\\repos\\v3\\micropython\\tests\\basics\\with_return.py", + "parent": "tests.basics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.cmd_compile_only": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\cmd_compile_only.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.cmd_compile_only_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\cmd_compile_only_error.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.cmd_file_variable": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\cmd_file_variable.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.cmd_module_atexit": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\cmd_module_atexit.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.cmd_module_atexit_exc": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\cmd_module_atexit_exc.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.cmd_optimise": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\cmd_optimise.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.cmd_parsetree": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\cmd_parsetree.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.cmd_showbc": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\cmd_showbc.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.cmd_showbc_const": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\cmd_showbc_const.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.cmd_showbc_opt": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\cmd_showbc_opt.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.cmd_sys_exit_0": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\cmd_sys_exit_0.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.cmd_sys_exit_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\cmd_sys_exit_error.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.cmd_sys_exit_none": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\cmd_sys_exit_none.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.cmd_verbose": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\cmd_verbose.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.repl_autocomplete": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\repl_autocomplete.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.repl_autocomplete_underscore": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\repl_autocomplete_underscore.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.repl_autoindent": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\repl_autoindent.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.repl_basic": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\repl_basic.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.repl_cont": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\repl_cont.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.repl_ctrl_c_interrupt_execution": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\repl_ctrl_c_interrupt_execution.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.repl_emacs_keys": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\repl_emacs_keys.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.repl_inspect": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\repl_inspect.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.repl_lock": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\repl_lock.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.repl_micropyinspect": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\repl_micropyinspect.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.repl_paste": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\repl_paste.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.repl_sys_ps1_ps2": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\repl_sys_ps1_ps2.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cmdline.repl_words_move": { + "path": "C:\\repos\\v3\\micropython\\tests\\cmdline\\repl_words_move.py", + "parent": "tests.cmdline", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_class_delnotimpl": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_class_delnotimpl.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_class_dir": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_class_dir.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_class_initsubclass": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_class_initsubclass.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_class_initsubclass_autoclassmethod": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_class_initsubclass_autoclassmethod.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_class_initsubclass_kwargs": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_class_initsubclass_kwargs.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_class_initsubclass_super": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_class_initsubclass_super.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_class_mro": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_class_mro.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_class_name_mangling": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_class_name_mangling.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_class_strrettype": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_class_strrettype.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_class_subclassret": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_class_subclassret.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_class_supermultiple": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_class_supermultiple.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_class_superproperty": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_class_superproperty.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_class_super_init": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_class_super_init.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_exception_construction": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_exception_construction.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_fstring_concat": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_fstring_concat.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_fstring_parser": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_fstring_parser.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_fstring_repr": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_fstring_repr.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_function_argcount": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_function_argcount.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_function_moduleattr": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_function_moduleattr.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_function_star": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_function_star.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_function_userattr": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_function_userattr.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_generator_noexit": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_generator_noexit.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_import_path": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_import_path.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_import_split_ns_pkgs": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_import_split_ns_pkgs.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_locals": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_locals.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.core_locals_eval": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\core_locals_eval.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.modules_array_containment": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\modules_array_containment.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.modules_array_deletion": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\modules_array_deletion.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.modules_array_subscrstep": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\modules_array_subscrstep.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.modules_errno_enotsup": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\modules_errno_enotsup.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.modules_json_nonserializable": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\modules_json_nonserializable.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.modules_os_environ": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\modules_os_environ.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.modules_os_getenv": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\modules_os_getenv.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.modules_random_getrandbits": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\modules_random_getrandbits.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.modules_random_randint": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\modules_random_randint.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.modules_struct_fewargs": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\modules_struct_fewargs.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.modules_struct_manyargs": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\modules_struct_manyargs.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.modules_struct_whitespace_in_format": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\modules_struct_whitespace_in_format.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.modules_sys_stdassign": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\modules_sys_stdassign.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.module_array_comparison": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\module_array_comparison.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.module_array_constructor": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\module_array_constructor.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.syntax_annotation_expression": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\syntax_annotation_expression.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.syntax_arg_unpacking": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\syntax_arg_unpacking.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.syntax_assign_expr": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\syntax_assign_expr.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.syntax_literal_underscore": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\syntax_literal_underscore.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.syntax_spaces": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\syntax_spaces.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.syntax_unicode_nameesc": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\syntax_unicode_nameesc.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_bytearray_sliceassign": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_bytearray_sliceassign.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_bytes_format": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_bytes_format.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_bytes_keywords": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_bytes_keywords.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_bytes_subscrstep": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_bytes_subscrstep.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_complex_parser": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_complex_parser.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_dict_keys_set": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_dict_keys_set.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_exception_attrs": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_exception_attrs.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_exception_chaining": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_exception_chaining.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_exception_instancevar": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_exception_instancevar.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_exception_loops": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_exception_loops.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_exception_subclassinit": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_exception_subclassinit.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_float_implicit_conversion": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_float_implicit_conversion.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_int_bit_length": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_int_bit_length.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_int_subclassconv": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_int_subclassconv.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_int_to_bytes": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_int_to_bytes.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_list_delete_subscrstep": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_list_delete_subscrstep.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_list_store_noniter": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_list_store_noniter.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_list_store_subscrstep": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_list_store_subscrstep.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_memoryview_invalid": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_memoryview_invalid.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_oserror_errnomap": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_oserror_errnomap.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_range_limits": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_range_limits.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_str_formatsep": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_str_formatsep.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_str_formatsep_float": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_str_formatsep_float.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_str_formatsubscr": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_str_formatsubscr.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_str_keywords": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_str_keywords.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_str_ljust_rjust": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_str_ljust_rjust.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_str_rsplitnone": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_str_rsplitnone.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_str_subscrstep": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_str_subscrstep.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.types_tuple_subscrstep": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\types_tuple_subscrstep.py", + "parent": "tests.cpydiff", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.modules.foo": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\modules\\foo.py", + "parent": "tests.cpydiff.modules", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.modules": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\modules\\__init__.py", + "parent": "tests.cpydiff", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.modules.subpkg.foo": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\modules\\subpkg\\foo.py", + "parent": "tests.cpydiff.modules.subpkg", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.cpydiff.modules2.subpkg.bar": { + "path": "C:\\repos\\v3\\micropython\\tests\\cpydiff\\modules2\\subpkg\\bar.py", + "parent": "tests.cpydiff.modules2.subpkg", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_as_uasyncio": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_as_uasyncio.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_await_return": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_await_return.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_basic": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_basic.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_basic2": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_basic2.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_cancel_fair": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_cancel_fair.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_cancel_fair2": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_cancel_fair2.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_cancel_self": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_cancel_self.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_cancel_task": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_cancel_task.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_cancel_wait_on_finished": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_cancel_wait_on_finished.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_current_task": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_current_task.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_event": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_event.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_event_fair": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_event_fair.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_event_queue": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_event_queue.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_exception": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_exception.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_fair": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_fair.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_gather": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_gather.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_gather_finished_early": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_gather_finished_early.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_gather_notimpl": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_gather_notimpl.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_get_event_loop": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_get_event_loop.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_heaplock": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_heaplock.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_iterator_event": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_iterator_event.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_lock": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_lock.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_lock_cancel": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_lock_cancel.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_loop_stop": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_loop_stop.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_micropython": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_micropython.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_new_event_loop": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_new_event_loop.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_set_exception_handler": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_set_exception_handler.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_task_done": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_task_done.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_threadsafeflag": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_threadsafeflag.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_wait_for": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_wait_for.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_wait_for_fwd": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_wait_for_fwd.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_wait_for_linked_task": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_wait_for_linked_task.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.asyncio_wait_task": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\asyncio_wait_task.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.binascii_a2b_base64": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\binascii_a2b_base64.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.binascii_b2a_base64": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\binascii_b2a_base64.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.binascii_crc32": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\binascii_crc32.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.binascii_hexlify": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\binascii_hexlify.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.binascii_unhexlify": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\binascii_unhexlify.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.btree1": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\btree1.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.btree_closed": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\btree_closed.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.btree_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\btree_error.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.btree_gc": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\btree_gc.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.cryptolib_aes128_cbc": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\cryptolib_aes128_cbc.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.cryptolib_aes128_ctr": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\cryptolib_aes128_ctr.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.cryptolib_aes128_ecb": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\cryptolib_aes128_ecb.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.cryptolib_aes128_ecb_enc": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\cryptolib_aes128_ecb_enc.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.cryptolib_aes128_ecb_inpl": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\cryptolib_aes128_ecb_inpl.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.cryptolib_aes128_ecb_into": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\cryptolib_aes128_ecb_into.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.cryptolib_aes256_cbc": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\cryptolib_aes256_cbc.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.cryptolib_aes256_ecb": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\cryptolib_aes256_ecb.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.deflate_compress": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\deflate_compress.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.deflate_compress_memory_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\deflate_compress_memory_error.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.deflate_decompress": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\deflate_decompress.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.deflate_stream_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\deflate_stream_error.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.framebuf1": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\framebuf1.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.framebuf16": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\framebuf16.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.framebuf2": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\framebuf2.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.framebuf4": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\framebuf4.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.framebuf8": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\framebuf8.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.framebuf_blit": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\framebuf_blit.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.framebuf_bounds": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\framebuf_bounds.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.framebuf_ellipse": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\framebuf_ellipse.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.framebuf_palette": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\framebuf_palette.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.framebuf_polygon": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\framebuf_polygon.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.framebuf_scroll": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\framebuf_scroll.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.framebuf_subclass": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\framebuf_subclass.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.hashlib_final": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\hashlib_final.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.hashlib_md5": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\hashlib_md5.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.hashlib_sha1": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\hashlib_sha1.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.hashlib_sha256": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\hashlib_sha256.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.heapq1": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\heapq1.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.json_dump": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\json_dump.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.json_dumps": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\json_dumps.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.json_dumps_extra": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\json_dumps_extra.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.json_dumps_float": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\json_dumps_float.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.json_dumps_ordereddict": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\json_dumps_ordereddict.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.json_dumps_separators": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\json_dumps_separators.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.json_dump_iobase": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\json_dump_iobase.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.json_dump_separators": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\json_dump_separators.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.json_load": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\json_load.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.json_loads": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\json_loads.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.json_loads_bytes": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\json_loads_bytes.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.json_loads_float": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\json_loads_float.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.json_loads_int_64": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\json_loads_int_64.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.machine1": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\machine1.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.machine_disable_irq": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\machine_disable_irq.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.machine_hard_timer": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\machine_hard_timer.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.machine_i2s_rate": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\machine_i2s_rate.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.machine_pinbase": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\machine_pinbase.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.machine_pulse": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\machine_pulse.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.machine_rtc": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\machine_rtc.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.machine_signal": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\machine_signal.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.machine_soft_timer": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\machine_soft_timer.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.machine_spi_rate": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\machine_spi_rate.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.machine_timer": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\machine_timer.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.machine_uart_irq_txidle": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\machine_uart_irq_txidle.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.machine_uart_tx": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\machine_uart_tx.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.marshal_basic": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\marshal_basic.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.marshal_fun_nested": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\marshal_fun_nested.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.marshal_stress": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\marshal_stress.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.os_urandom": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\os_urandom.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.platform_basic": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\platform_basic.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.random_basic": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\random_basic.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.random_extra": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\random_extra.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.random_extra_float": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\random_extra_float.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.random_seed_default": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\random_seed_default.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.re1": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\re1.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.re_debug": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\re_debug.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.re_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\re_error.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.re_group": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\re_group.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.re_groups": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\re_groups.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.re_limit": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\re_limit.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.re_namedclass": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\re_namedclass.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.re_span": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\re_span.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.re_split": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\re_split.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.re_split_empty": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\re_split_empty.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.re_split_notimpl": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\re_split_notimpl.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.re_stack_overflow": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\re_stack_overflow.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.re_stack_overflow2": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\re_stack_overflow2.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.re_start_end_pos": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\re_start_end_pos.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.re_sub": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\re_sub.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.re_sub_unmatched": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\re_sub_unmatched.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.select_ipoll": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\select_ipoll.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.select_poll_basic": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\select_poll_basic.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.select_poll_custom": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\select_poll_custom.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.select_poll_eintr": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\select_poll_eintr.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.select_poll_fd": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\select_poll_fd.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.select_poll_udp": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\select_poll_udp.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.socket_badconstructor": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\socket_badconstructor.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.socket_fileno": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\socket_fileno.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.socket_tcp_basic": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\socket_tcp_basic.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.socket_udp_nonblock": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\socket_udp_nonblock.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.ssl_basic": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\ssl_basic.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.ssl_cadata": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\ssl_cadata.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.ssl_ioctl": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\ssl_ioctl.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.ssl_keycert": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\ssl_keycert.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.ssl_keycert_pkcs8": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\ssl_keycert_pkcs8.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.ssl_poll": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\ssl_poll.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.ssl_sslcontext": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\ssl_sslcontext.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.ssl_sslcontext_verify_mode": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\ssl_sslcontext_verify_mode.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.ssl_sslcontext_verify_mode2": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\ssl_sslcontext_verify_mode2.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.ticks_add": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\ticks_add.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.ticks_diff": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\ticks_diff.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.time_mktime": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\time_mktime.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.time_ms_us": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\time_ms_us.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.time_res": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\time_res.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.time_time_ns": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\time_time_ns.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.tls_dtls": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\tls_dtls.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.tls_noleak": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\tls_noleak.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.tls_psk": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\tls_psk.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.tls_sslcontext_ciphers": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\tls_sslcontext_ciphers.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.tls_sslcontext_micropython": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\tls_sslcontext_micropython.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.tls_threads": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\tls_threads.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_32bit_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_32bit_intbig.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_addressof": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_addressof.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_array_assign_le": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_array_assign_le.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_array_assign_native_le": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_array_assign_native_le.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_array_assign_native_le_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_array_assign_native_le_intbig.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_array_load_store": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_array_load_store.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_bytearray": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_bytearray.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_byteat": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_byteat.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_error.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_le": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_le.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_le_float": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_le_float.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_native_float": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_native_float.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_native_le": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_native_le.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_print": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_print.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_ptr_le": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_ptr_le.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_ptr_native_le": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_ptr_native_le.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_sizeof": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_sizeof.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_sizeof_float": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_sizeof_float.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_sizeof_layout": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_sizeof_layout.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_sizeof_native": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_sizeof_native.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.uctypes_sizeof_od": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\uctypes_sizeof_od.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_basic": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_basic.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_blockdev": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_blockdev.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_blockdev_invalid": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_blockdev_invalid.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_blockdev_invalid2": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_blockdev_invalid2.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_fat_fileio1": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_fat_fileio1.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_fat_fileio2": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_fat_fileio2.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_fat_finaliser": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_fat_finaliser.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_fat_ilistdir_del": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_fat_ilistdir_del.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_fat_more": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_fat_more.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_fat_mtime": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_fat_mtime.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_fat_oldproto": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_fat_oldproto.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_fat_ramdisk": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_fat_ramdisk.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_fat_ramdisklarge": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_fat_ramdisklarge.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_lfs": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_lfs.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_lfs_corrupt": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_lfs_corrupt.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_lfs_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_lfs_error.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_lfs_file": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_lfs_file.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_lfs_ilistdir_del": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_lfs_ilistdir_del.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_lfs_mount": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_lfs_mount.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_lfs_mtime": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_lfs_mtime.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_lfs_superblock": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_lfs_superblock.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_mountinfo": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_mountinfo.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_posix": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_posix.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_posix_enoent": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_posix_enoent.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_posix_ilistdir_del": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_posix_ilistdir_del.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_posix_ilistdir_filter": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_posix_ilistdir_filter.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_posix_paths": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_posix_paths.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_posix_readonly": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_posix_readonly.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_rom": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_rom.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.vfs_userfs": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\vfs_userfs.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.websocket_basic": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\websocket_basic.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod.websocket_toobig": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod\\websocket_toobig.py", + "parent": "tests.extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod_hardware.machine_can_instances": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod_hardware\\machine_can_instances.py", + "parent": "tests.extmod_hardware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod_hardware.machine_can_timings": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod_hardware\\machine_can_timings.py", + "parent": "tests.extmod_hardware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod_hardware.machine_counter": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod_hardware\\machine_counter.py", + "parent": "tests.extmod_hardware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod_hardware.machine_encoder": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod_hardware\\machine_encoder.py", + "parent": "tests.extmod_hardware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod_hardware.machine_i2c_target": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod_hardware\\machine_i2c_target.py", + "parent": "tests.extmod_hardware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod_hardware.machine_pwm": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod_hardware\\machine_pwm.py", + "parent": "tests.extmod_hardware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod_hardware.machine_sdcard_dma_align": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod_hardware\\machine_sdcard_dma_align.py", + "parent": "tests.extmod_hardware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod_hardware.machine_uart_irq_break": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod_hardware\\machine_uart_irq_break.py", + "parent": "tests.extmod_hardware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod_hardware.machine_uart_irq_rx": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod_hardware\\machine_uart_irq_rx.py", + "parent": "tests.extmod_hardware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.extmod_hardware.machine_uart_irq_rxidle": { + "path": "C:\\repos\\v3\\micropython\\tests\\extmod_hardware\\machine_uart_irq_rxidle.py", + "parent": "tests.extmod_hardware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.feature_check.async_check": { + "path": "C:\\repos\\v3\\micropython\\tests\\feature_check\\async_check.py", + "parent": "tests.feature_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.feature_check.bytearray": { + "path": "C:\\repos\\v3\\micropython\\tests\\feature_check\\bytearray.py", + "parent": "tests.feature_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.feature_check.byteorder": { + "path": "C:\\repos\\v3\\micropython\\tests\\feature_check\\byteorder.py", + "parent": "tests.feature_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.feature_check.complex": { + "path": "C:\\repos\\v3\\micropython\\tests\\feature_check\\complex.py", + "parent": "tests.feature_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.feature_check.const": { + "path": "C:\\repos\\v3\\micropython\\tests\\feature_check\\const.py", + "parent": "tests.feature_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.feature_check.coverage": { + "path": "C:\\repos\\v3\\micropython\\tests\\feature_check\\coverage.py", + "parent": "tests.feature_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.feature_check.fstring": { + "path": "C:\\repos\\v3\\micropython\\tests\\feature_check\\fstring.py", + "parent": "tests.feature_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.feature_check.inlineasm": { + "path": "C:\\repos\\v3\\micropython\\tests\\feature_check\\inlineasm.py", + "parent": "tests.feature_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.feature_check.int_64": { + "path": "C:\\repos\\v3\\micropython\\tests\\feature_check\\int_64.py", + "parent": "tests.feature_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.feature_check.int_big": { + "path": "C:\\repos\\v3\\micropython\\tests\\feature_check\\int_big.py", + "parent": "tests.feature_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.feature_check.native_check": { + "path": "C:\\repos\\v3\\micropython\\tests\\feature_check\\native_check.py", + "parent": "tests.feature_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.feature_check.repl_emacs_check": { + "path": "C:\\repos\\v3\\micropython\\tests\\feature_check\\repl_emacs_check.py", + "parent": "tests.feature_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.feature_check.repl_words_move_check": { + "path": "C:\\repos\\v3\\micropython\\tests\\feature_check\\repl_words_move_check.py", + "parent": "tests.feature_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.feature_check.reverse_ops": { + "path": "C:\\repos\\v3\\micropython\\tests\\feature_check\\reverse_ops.py", + "parent": "tests.feature_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.feature_check.set_check": { + "path": "C:\\repos\\v3\\micropython\\tests\\feature_check\\set_check.py", + "parent": "tests.feature_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.feature_check.slice": { + "path": "C:\\repos\\v3\\micropython\\tests\\feature_check\\slice.py", + "parent": "tests.feature_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.feature_check.target_info": { + "path": "C:\\repos\\v3\\micropython\\tests\\feature_check\\target_info.py", + "parent": "tests.feature_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.feature_check.tstring": { + "path": "C:\\repos\\v3\\micropython\\tests\\feature_check\\tstring.py", + "parent": "tests.feature_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.array_construct": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\array_construct.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.builtin_float_abs": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\builtin_float_abs.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.builtin_float_hash": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\builtin_float_hash.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.builtin_float_minmax": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\builtin_float_minmax.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.builtin_float_pow": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\builtin_float_pow.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.builtin_float_round": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\builtin_float_round.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.builtin_float_round_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\builtin_float_round_intbig.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.bytearray_construct_endian": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\bytearray_construct_endian.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.bytes_construct_endian": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\bytes_construct_endian.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.cmath_dunder": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\cmath_dunder.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.cmath_fun": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\cmath_fun.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.cmath_fun_special": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\cmath_fun_special.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.complex1": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\complex1.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.complex1_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\complex1_intbig.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.complex1_micropython": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\complex1_micropython.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.complex_dunder": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\complex_dunder.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.complex_reverse_op": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\complex_reverse_op.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.complex_special_methods": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\complex_special_methods.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float1": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float1.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float2int_doubleprec_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float2int_doubleprec_intbig.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float2int_fp30_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float2int_fp30_intbig.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float2int_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float2int_intbig.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float_array": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float_array.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float_compare": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float_compare.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float_divmod": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float_divmod.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float_divmod_relaxed": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float_divmod_relaxed.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float_dunder": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float_dunder.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float_format": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float_format.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float_format_accuracy": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float_format_accuracy.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float_format_ftoe": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float_format_ftoe.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float_format_ints": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float_format_ints.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float_format_ints_doubleprec": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float_format_ints_doubleprec.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float_format_ints_power10": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float_format_ints_power10.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float_parse": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float_parse.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float_parse_doubleprec": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float_parse_doubleprec.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float_struct": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float_struct.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float_struct_e": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float_struct_e.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float_struct_e_doubleprec": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float_struct_e_doubleprec.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.float_struct_e_fp30": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\float_struct_e_fp30.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.inf_nan_arith": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\inf_nan_arith.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.int_64_float": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\int_64_float.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.int_big_float": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\int_big_float.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.int_divzero": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\int_divzero.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.int_power": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\int_power.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.lexer": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\lexer.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.list_index": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\list_index.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.math_constants": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\math_constants.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.math_constants_extra": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\math_constants_extra.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.math_domain": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\math_domain.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.math_domain_python311": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\math_domain_python311.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.math_domain_special": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\math_domain_special.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.math_dunder": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\math_dunder.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.math_factorial_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\math_factorial_intbig.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.math_fun": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\math_fun.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.math_fun_bool": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\math_fun_bool.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.math_fun_int": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\math_fun_int.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.math_fun_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\math_fun_intbig.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.math_fun_special": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\math_fun_special.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.math_isclose": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\math_isclose.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.python36": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\python36.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.string_format": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\string_format.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.string_format2": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\string_format2.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.string_format_modulo": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\string_format_modulo.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.string_format_modulo2": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\string_format_modulo2.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.string_format_modulo2_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\string_format_modulo2_intbig.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.string_format_modulo3": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\string_format_modulo3.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.true_value": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\true_value.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.float.types": { + "path": "C:\\repos\\v3\\micropython\\tests\\float\\types.py", + "parent": "tests.float", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.builtin_ext": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\builtin_ext.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.builtin_import": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\builtin_import.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.gen_context": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\gen_context.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.gen_context2": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\gen_context2.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import1a": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import1a.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import1b": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import1b.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import2a": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import2a.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import3a": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import3a.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import_broken": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import_broken.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import_circular": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import_circular.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import_file": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import_file.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import_long_dyn": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import_long_dyn.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import_long_dyn2": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import_long_dyn2.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import_override": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import_override.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import_override2": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import_override2.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import_pkg1": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import_pkg1.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import_pkg2": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import_pkg2.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import_pkg3": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import_pkg3.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import_pkg4": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import_pkg4.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import_pkg5": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import_pkg5.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import_pkg6": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import_pkg6.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import_pkg7": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import_pkg7.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import_pkg8": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import_pkg8.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import_pkg9": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import_pkg9.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import_star": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import_star.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.import_star_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\import_star_error.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.module_dict": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\module_dict.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.module_getattr": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\module_getattr.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.rel_import_inv": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\rel_import_inv.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.try_module": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\try_module.py", + "parent": "tests.import", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.broken.pkg2_and_zerodiv": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\broken\\pkg2_and_zerodiv.py", + "parent": "tests.import.broken", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.broken.zerodiv": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\broken\\zerodiv.py", + "parent": "tests.import.broken", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.circular.main": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\circular\\main.py", + "parent": "tests.import.circular", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.circular.sub": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\circular\\sub.py", + "parent": "tests.import.circular", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.ext.micropython": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\ext\\micropython.py", + "parent": "tests.import.ext", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.ext.os": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\ext\\os.py", + "parent": "tests.import.ext", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.ext.sys": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\ext\\sys.py", + "parent": "tests.import.ext", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.ext.time": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\ext\\time.py", + "parent": "tests.import.ext", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.ext.usys": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\ext\\usys.py", + "parent": "tests.import.ext", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg.mod": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg\\mod.py", + "parent": "tests.import.pkg", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg\\__init__.py", + "parent": "tests.import", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg2.mod1": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg2\\mod1.py", + "parent": "tests.import.pkg2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg2.mod2": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg2\\mod2.py", + "parent": "tests.import.pkg2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg2": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg2\\__init__.py", + "parent": "tests.import", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg3.mod1": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg3\\mod1.py", + "parent": "tests.import.pkg3", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg3.mod2": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg3\\mod2.py", + "parent": "tests.import.pkg3", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg3": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg3\\__init__.py", + "parent": "tests.import", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg3.subpkg1.mod1": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg3\\subpkg1\\mod1.py", + "parent": "tests.import.pkg3.subpkg1", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg3.subpkg1": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg3\\subpkg1\\__init__.py", + "parent": "tests.import.pkg3", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg6": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg6\\__init__.py", + "parent": "tests.import", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg6.x.y": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg6\\x\\y.py", + "parent": "tests.import.pkg6.x", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg6.x": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg6\\x\\__init__.py", + "parent": "tests.import.pkg6", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg7.mod1": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg7\\mod1.py", + "parent": "tests.import.pkg7", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg7.mod2": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg7\\mod2.py", + "parent": "tests.import.pkg7", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg7": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg7\\__init__.py", + "parent": "tests.import", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg7.subpkg1": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg7\\subpkg1\\__init__.py", + "parent": "tests.import.pkg7", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg7.subpkg1.subpkg2.mod3": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg7\\subpkg1\\subpkg2\\mod3.py", + "parent": "tests.import.pkg7.subpkg1.subpkg2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg7.subpkg1.subpkg2": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg7\\subpkg1\\subpkg2\\__init__.py", + "parent": "tests.import.pkg7.subpkg1", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg8.mod": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg8\\mod.py", + "parent": "tests.import.pkg8", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg9.mod1": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg9\\mod1.py", + "parent": "tests.import.pkg9", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg9.mod2": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg9\\mod2.py", + "parent": "tests.import.pkg9", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkg9": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkg9\\__init__.py", + "parent": "tests.import", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkgstar_all_array.funcs": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkgstar_all_array\\funcs.py", + "parent": "tests.import.pkgstar_all_array", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkgstar_all_array": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkgstar_all_array\\__init__.py", + "parent": "tests.import", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkgstar_all_inval": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkgstar_all_inval\\__init__.py", + "parent": "tests.import", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkgstar_all_miss": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkgstar_all_miss\\__init__.py", + "parent": "tests.import", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkgstar_all_tuple": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkgstar_all_tuple\\__init__.py", + "parent": "tests.import", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.import.pkgstar_default": { + "path": "C:\\repos\\v3\\micropython\\tests\\import\\pkgstar_default\\__init__.py", + "parent": "tests.import", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.rv32.asmargs": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\rv32\\asmargs.py", + "parent": "tests.inlineasm.rv32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.rv32.asmarith": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\rv32\\asmarith.py", + "parent": "tests.inlineasm.rv32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.rv32.asmbranch": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\rv32\\asmbranch.py", + "parent": "tests.inlineasm.rv32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.rv32.asmconst": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\rv32\\asmconst.py", + "parent": "tests.inlineasm.rv32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.rv32.asmcsr": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\rv32\\asmcsr.py", + "parent": "tests.inlineasm.rv32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.rv32.asmdata": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\rv32\\asmdata.py", + "parent": "tests.inlineasm.rv32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.rv32.asmdivmul": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\rv32\\asmdivmul.py", + "parent": "tests.inlineasm.rv32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.rv32.asmjump": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\rv32\\asmjump.py", + "parent": "tests.inlineasm.rv32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.rv32.asmloadstore": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\rv32\\asmloadstore.py", + "parent": "tests.inlineasm.rv32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.rv32.asmrettype": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\rv32\\asmrettype.py", + "parent": "tests.inlineasm.rv32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.rv32.asmsanity": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\rv32\\asmsanity.py", + "parent": "tests.inlineasm.rv32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.rv32.asmshift": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\rv32\\asmshift.py", + "parent": "tests.inlineasm.rv32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.rv32.asmstack": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\rv32\\asmstack.py", + "parent": "tests.inlineasm.rv32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.rv32.asmsum": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\rv32\\asmsum.py", + "parent": "tests.inlineasm.rv32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.rv32.asm_ext_zba": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\rv32\\asm_ext_zba.py", + "parent": "tests.inlineasm.rv32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.rv32.asm_ext_zcmp": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\rv32\\asm_ext_zcmp.py", + "parent": "tests.inlineasm.rv32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.thumb.asmargs": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\thumb\\asmargs.py", + "parent": "tests.inlineasm.thumb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.thumb.asmblbx": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\thumb\\asmblbx.py", + "parent": "tests.inlineasm.thumb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.thumb.asmdata": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\thumb\\asmdata.py", + "parent": "tests.inlineasm.thumb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.thumb.asmerrors": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\thumb\\asmerrors.py", + "parent": "tests.inlineasm.thumb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.thumb.asmpushpop": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\thumb\\asmpushpop.py", + "parent": "tests.inlineasm.thumb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.thumb.asmrettype": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\thumb\\asmrettype.py", + "parent": "tests.inlineasm.thumb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.thumb.asmshift": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\thumb\\asmshift.py", + "parent": "tests.inlineasm.thumb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.thumb.asmsum": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\thumb\\asmsum.py", + "parent": "tests.inlineasm.thumb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.thumb.asm_thumb2_bcc": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\thumb\\asm_thumb2_bcc.py", + "parent": "tests.inlineasm.thumb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.thumb.asm_thumb2_bitops": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\thumb\\asm_thumb2_bitops.py", + "parent": "tests.inlineasm.thumb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.thumb.asm_thumb2_const": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\thumb\\asm_thumb2_const.py", + "parent": "tests.inlineasm.thumb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.thumb.asm_thumb2_div": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\thumb\\asm_thumb2_div.py", + "parent": "tests.inlineasm.thumb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.thumb.asm_thumb2_it": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\thumb\\asm_thumb2_it.py", + "parent": "tests.inlineasm.thumb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.thumb.asm_thumb2_specialregs": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\thumb\\asm_thumb2_specialregs.py", + "parent": "tests.inlineasm.thumb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.thumb.asm_vfp_addsub": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\thumb\\asm_vfp_addsub.py", + "parent": "tests.inlineasm.thumb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.thumb.asm_vfp_cmp": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\thumb\\asm_vfp_cmp.py", + "parent": "tests.inlineasm.thumb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.thumb.asm_vfp_ldrstr": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\thumb\\asm_vfp_ldrstr.py", + "parent": "tests.inlineasm.thumb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.thumb.asm_vfp_muldiv": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\thumb\\asm_vfp_muldiv.py", + "parent": "tests.inlineasm.thumb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.thumb.asm_vfp_sqrt": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\thumb\\asm_vfp_sqrt.py", + "parent": "tests.inlineasm.thumb", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.xtensa.asmargs": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\xtensa\\asmargs.py", + "parent": "tests.inlineasm.xtensa", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.xtensa.asmarith": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\xtensa\\asmarith.py", + "parent": "tests.inlineasm.xtensa", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.xtensa.asmbranch": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\xtensa\\asmbranch.py", + "parent": "tests.inlineasm.xtensa", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.xtensa.asmjump": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\xtensa\\asmjump.py", + "parent": "tests.inlineasm.xtensa", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.xtensa.asmloadstore": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\xtensa\\asmloadstore.py", + "parent": "tests.inlineasm.xtensa", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.xtensa.asmmisc": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\xtensa\\asmmisc.py", + "parent": "tests.inlineasm.xtensa", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.inlineasm.xtensa.asmshift": { + "path": "C:\\repos\\v3\\micropython\\tests\\inlineasm\\xtensa\\asmshift.py", + "parent": "tests.inlineasm.xtensa", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.arrayop-1-list_inplace": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\arrayop-1-list_inplace.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.arrayop-2-list_map": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\arrayop-2-list_map.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.arrayop-3-bytearray_inplace": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\arrayop-3-bytearray_inplace.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.arrayop-4-bytearray_map": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\arrayop-4-bytearray_map.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.bench": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\bench.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.bytealloc-1-bytes_n": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\bytealloc-1-bytes_n.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.bytealloc-2-repeat": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\bytealloc-2-repeat.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.bytebuf-1-inplace": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\bytebuf-1-inplace.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.bytebuf-2-join_map_bytes": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\bytebuf-2-join_map_bytes.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.bytebuf-3-bytarray_map": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\bytebuf-3-bytarray_map.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_create-0-empty": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_create-0-empty.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_create-1-slots": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_create-1-slots.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_create-1.1-slots5": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_create-1.1-slots5.py", + "parent": "tests.internal_bench.class_create-1", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_create-2-classattr": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_create-2-classattr.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_create-2.1-classattr5": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_create-2.1-classattr5.py", + "parent": "tests.internal_bench.class_create-2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_create-2.3-classattr5objs": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_create-2.3-classattr5objs.py", + "parent": "tests.internal_bench.class_create-2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_create-3-instancemethod": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_create-3-instancemethod.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_create-4-classmethod": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_create-4-classmethod.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_create-4.1-classmethod_implicit": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_create-4.1-classmethod_implicit.py", + "parent": "tests.internal_bench.class_create-4", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_create-5-staticmethod": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_create-5-staticmethod.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_create-6-getattribute": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_create-6-getattribute.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_create-6.1-getattr": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_create-6.1-getattr.py", + "parent": "tests.internal_bench.class_create-6", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_create-6.2-property": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_create-6.2-property.py", + "parent": "tests.internal_bench.class_create-6", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_create-6.3-descriptor": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_create-6.3-descriptor.py", + "parent": "tests.internal_bench.class_create-6", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_create-7-inherit": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_create-7-inherit.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_create-7.1-inherit_initsubclass": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_create-7.1-inherit_initsubclass.py", + "parent": "tests.internal_bench.class_create-7", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_create-8-metaclass_setname": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_create-8-metaclass_setname.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_create-8.1-metaclass_setname5": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_create-8.1-metaclass_setname5.py", + "parent": "tests.internal_bench.class_create-8", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_instance-0-object": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_instance-0-object.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_instance-0.1-object-gc": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_instance-0.1-object-gc.py", + "parent": "tests.internal_bench.class_instance-0", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_instance-1-empty": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_instance-1-empty.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_instance-1.1-classattr": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_instance-1.1-classattr.py", + "parent": "tests.internal_bench.class_instance-1", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_instance-1.2-func": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_instance-1.2-func.py", + "parent": "tests.internal_bench.class_instance-1", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_instance-1.3-empty-gc": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_instance-1.3-empty-gc.py", + "parent": "tests.internal_bench.class_instance-1", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_instance-2-init": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_instance-2-init.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_instance-2.1-init_super": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_instance-2.1-init_super.py", + "parent": "tests.internal_bench.class_instance-2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_instance-2.2-new": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_instance-2.2-new.py", + "parent": "tests.internal_bench.class_instance-2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_instance-3-del": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_instance-3-del.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_instance-3.1-del-gc": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_instance-3.1-del-gc.py", + "parent": "tests.internal_bench.class_instance-3", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_instance-4-slots": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_instance-4-slots.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.class_instance-4.1-slots5": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\class_instance-4.1-slots5.py", + "parent": "tests.internal_bench.class_instance-4", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.from_iter-1-list_bound": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\from_iter-1-list_bound.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.from_iter-2-list_unbound": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\from_iter-2-list_unbound.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.from_iter-3-tuple_bound": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\from_iter-3-tuple_bound.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.from_iter-4-tuple_unbound": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\from_iter-4-tuple_unbound.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.from_iter-5-bytes_bound": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\from_iter-5-bytes_bound.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.from_iter-6-bytes_unbound": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\from_iter-6-bytes_unbound.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.from_iter-7-bytearray_bound": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\from_iter-7-bytearray_bound.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.from_iter-8-bytearray_unbound": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\from_iter-8-bytearray_unbound.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.funcall-1-inline": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\funcall-1-inline.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.funcall-2-funcall": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\funcall-2-funcall.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.funcall-3-funcall-local": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\funcall-3-funcall-local.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.func_args-1.1-pos_1": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\func_args-1.1-pos_1.py", + "parent": "tests.internal_bench.func_args-1", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.func_args-1.2-pos_3": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\func_args-1.2-pos_3.py", + "parent": "tests.internal_bench.func_args-1", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.func_args-2-pos_default_2_of_3": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\func_args-2-pos_default_2_of_3.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.func_args-3.1-kw_1": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\func_args-3.1-kw_1.py", + "parent": "tests.internal_bench.func_args-3", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.func_args-3.2-kw_3": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\func_args-3.2-kw_3.py", + "parent": "tests.internal_bench.func_args-3", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.func_builtin-1-enum_pos": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\func_builtin-1-enum_pos.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.func_builtin-2-enum_kw": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\func_builtin-2-enum_kw.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.loop_count-1-range": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\loop_count-1-range.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.loop_count-2-range_iter": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\loop_count-2-range_iter.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.loop_count-3-while_up": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\loop_count-3-while_up.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.loop_count-4-while_down_gt": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\loop_count-4-while_down_gt.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.loop_count-5-while_down_ne": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\loop_count-5-while_down_ne.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.loop_count-5.1-while_down_ne_localvar": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\loop_count-5.1-while_down_ne_localvar.py", + "parent": "tests.internal_bench.loop_count-5", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-1-constant": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-1-constant.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-2-global": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-2-global.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-3-local": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-3-local.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-4-arg": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-4-arg.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-5-class-attr": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-5-class-attr.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-6-instance-attr": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-6-instance-attr.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-6.1-instance-attr-5": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-6.1-instance-attr-5.py", + "parent": "tests.internal_bench.var-6", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-6.2-instance-speciallookup": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-6.2-instance-speciallookup.py", + "parent": "tests.internal_bench.var-6", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-6.3-instance-property": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-6.3-instance-property.py", + "parent": "tests.internal_bench.var-6", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-6.4-instance-descriptor": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-6.4-instance-descriptor.py", + "parent": "tests.internal_bench.var-6", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-6.5-instance-getattr": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-6.5-instance-getattr.py", + "parent": "tests.internal_bench.var-6", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-6.6-instance-builtin_ordered": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-6.6-instance-builtin_ordered.py", + "parent": "tests.internal_bench.var-6", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-7-instance-meth": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-7-instance-meth.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-8-namedtuple-1st": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-8-namedtuple-1st.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-8.1-namedtuple-5th": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-8.1-namedtuple-5th.py", + "parent": "tests.internal_bench.var-8", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-9-getattr": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-9-getattr.py", + "parent": "tests.internal_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-9.1-getattr_default": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-9.1-getattr_default.py", + "parent": "tests.internal_bench.var-9", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-9.2-getattr_default_special": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-9.2-getattr_default_special.py", + "parent": "tests.internal_bench.var-9", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-9.3-except_ok": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-9.3-except_ok.py", + "parent": "tests.internal_bench.var-9", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-9.4-except_selfinduced": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-9.4-except_selfinduced.py", + "parent": "tests.internal_bench.var-9", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-9.5-except_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-9.5-except_error.py", + "parent": "tests.internal_bench.var-9", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.internal_bench.var-9.6-except_error_special": { + "path": "C:\\repos\\v3\\micropython\\tests\\internal_bench\\var-9.6-except_error_special.py", + "parent": "tests.internal_bench.var-9", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.io.argv": { + "path": "C:\\repos\\v3\\micropython\\tests\\io\\argv.py", + "parent": "tests.io", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.io.builtin_print_file": { + "path": "C:\\repos\\v3\\micropython\\tests\\io\\builtin_print_file.py", + "parent": "tests.io", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.io.file1": { + "path": "C:\\repos\\v3\\micropython\\tests\\io\\file1.py", + "parent": "tests.io", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.io.file_iter": { + "path": "C:\\repos\\v3\\micropython\\tests\\io\\file_iter.py", + "parent": "tests.io", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.io.file_long_read": { + "path": "C:\\repos\\v3\\micropython\\tests\\io\\file_long_read.py", + "parent": "tests.io", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.io.file_long_read2": { + "path": "C:\\repos\\v3\\micropython\\tests\\io\\file_long_read2.py", + "parent": "tests.io", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.io.file_long_read3": { + "path": "C:\\repos\\v3\\micropython\\tests\\io\\file_long_read3.py", + "parent": "tests.io", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.io.file_readinto": { + "path": "C:\\repos\\v3\\micropython\\tests\\io\\file_readinto.py", + "parent": "tests.io", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.io.file_readinto_len": { + "path": "C:\\repos\\v3\\micropython\\tests\\io\\file_readinto_len.py", + "parent": "tests.io", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.io.file_readline": { + "path": "C:\\repos\\v3\\micropython\\tests\\io\\file_readline.py", + "parent": "tests.io", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.io.file_seek": { + "path": "C:\\repos\\v3\\micropython\\tests\\io\\file_seek.py", + "parent": "tests.io", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.io.file_stdio": { + "path": "C:\\repos\\v3\\micropython\\tests\\io\\file_stdio.py", + "parent": "tests.io", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.io.file_stdio2": { + "path": "C:\\repos\\v3\\micropython\\tests\\io\\file_stdio2.py", + "parent": "tests.io", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.io.file_with": { + "path": "C:\\repos\\v3\\micropython\\tests\\io\\file_with.py", + "parent": "tests.io", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.io.open_append": { + "path": "C:\\repos\\v3\\micropython\\tests\\io\\open_append.py", + "parent": "tests.io", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.io.open_plus": { + "path": "C:\\repos\\v3\\micropython\\tests\\io\\open_plus.py", + "parent": "tests.io", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.jni.list": { + "path": "C:\\repos\\v3\\micropython\\tests\\jni\\list.py", + "parent": "tests.jni", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.jni.object": { + "path": "C:\\repos\\v3\\micropython\\tests\\jni\\object.py", + "parent": "tests.jni", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.jni.system_out": { + "path": "C:\\repos\\v3\\micropython\\tests\\jni\\system_out.py", + "parent": "tests.jni", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.builtin_execfile": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\builtin_execfile.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.builtin_tstring": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\builtin_tstring.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.const": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\const.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.const2": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\const2.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.const_alltypes": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\const_alltypes.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.const_annotated": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\const_annotated.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.const_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\const_error.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.const_float": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\const_float.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.const_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\const_intbig.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.const_math": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\const_math.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.decorator": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\decorator.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.decorator_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\decorator_error.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.emg_exc": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\emg_exc.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.extreme_exc": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\extreme_exc.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_bytesio": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_bytesio.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_bytesio2": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_bytesio2.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_exc_compressed": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_exc_compressed.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_exc_compressed_emg_exc": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_exc_compressed_emg_exc.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_exc_raise": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_exc_raise.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_fail_bytearray": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_fail_bytearray.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_fail_dict": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_fail_dict.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_fail_list": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_fail_list.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_fail_memoryview": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_fail_memoryview.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_fail_set": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_fail_set.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_fail_tstring": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_fail_tstring.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_fail_tuple": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_fail_tuple.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_inst_call": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_inst_call.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_int_from_bytes": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_int_from_bytes.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_iter": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_iter.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_slice": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_slice.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_str": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_str.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_super": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_super.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_traceback": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_traceback.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heapalloc_yield_from": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heapalloc_yield_from.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heap_lock": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heap_lock.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.heap_locked": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\heap_locked.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.import_mpy_invalid": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\import_mpy_invalid.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.import_mpy_native": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\import_mpy_native.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.import_mpy_native_gc": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\import_mpy_native_gc.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.incomplete_exc": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\incomplete_exc.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.io_badlength": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\io_badlength.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.kbd_intr": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\kbd_intr.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.meminfo": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\meminfo.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.memstats": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\memstats.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.native_closure": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\native_closure.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.native_const": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\native_const.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.native_const_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\native_const_intbig.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.native_for": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\native_for.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.native_fun_attrs": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\native_fun_attrs.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.native_fun_attrs_code": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\native_fun_attrs_code.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.native_gen": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\native_gen.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.native_marshal": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\native_marshal.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.native_misc": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\native_misc.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.native_try": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\native_try.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.native_try_deep": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\native_try_deep.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.native_while": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\native_while.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.native_with": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\native_with.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.opt_level": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\opt_level.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.opt_level_lineno": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\opt_level_lineno.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.ringio": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\ringio.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.ringio_async": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\ringio_async.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.ringio_big": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\ringio_big.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.schedule": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\schedule.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.schedule_sleep": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\schedule_sleep.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.stack_use": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\stack_use.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.test_normalize_newlines": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\test_normalize_newlines.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_addr": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_addr.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_args": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_args.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_binop_arith": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_binop_arith.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_binop_arith_uint": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_binop_arith_uint.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_binop_bitwise_uint": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_binop_bitwise_uint.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_binop_comp": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_binop_comp.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_binop_comp_imm": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_binop_comp_imm.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_binop_comp_uint": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_binop_comp_uint.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_binop_divmod": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_binop_divmod.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_binop_multi_comp": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_binop_multi_comp.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_cond": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_cond.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_const": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_const.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_const_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_const_intbig.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_error.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_globals": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_globals.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_import": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_import.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_large_jump": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_large_jump.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_misc": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_misc.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_misc2": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_misc2.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_misc3": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_misc3.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_misc_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_misc_intbig.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_preserve_invariants": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_preserve_invariants.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_ptr16_load": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_ptr16_load.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_ptr16_load_boundary": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_ptr16_load_boundary.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_ptr16_store": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_ptr16_store.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_ptr16_store_boundary": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_ptr16_store_boundary.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_ptr32_load": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_ptr32_load.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_ptr32_load_boundary": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_ptr32_load_boundary.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_ptr32_store": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_ptr32_store.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_ptr32_store_boundary": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_ptr32_store_boundary.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_ptr8_load": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_ptr8_load.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_ptr8_load_boundary": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_ptr8_load_boundary.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_ptr8_store": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_ptr8_store.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_ptr8_store_boundary": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_ptr8_store_boundary.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_storeattr": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_storeattr.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_subscr": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_subscr.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_subscr_multi": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_subscr_multi.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_try": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_try.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_types": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_types.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_unop": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_unop.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.micropython.viper_with": { + "path": "C:\\repos\\v3\\micropython\\tests\\micropython\\viper_with.py", + "parent": "tests.micropython", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.misc.cexample_class": { + "path": "C:\\repos\\v3\\micropython\\tests\\misc\\cexample_class.py", + "parent": "tests.misc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.misc.cexample_module": { + "path": "C:\\repos\\v3\\micropython\\tests\\misc\\cexample_module.py", + "parent": "tests.misc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.misc.cexample_subclass": { + "path": "C:\\repos\\v3\\micropython\\tests\\misc\\cexample_subclass.py", + "parent": "tests.misc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.misc.features": { + "path": "C:\\repos\\v3\\micropython\\tests\\misc\\features.py", + "parent": "tests.misc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.misc.non_compliant": { + "path": "C:\\repos\\v3\\micropython\\tests\\misc\\non_compliant.py", + "parent": "tests.misc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.misc.non_compliant_lexer": { + "path": "C:\\repos\\v3\\micropython\\tests\\misc\\non_compliant_lexer.py", + "parent": "tests.misc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.misc.print_exception": { + "path": "C:\\repos\\v3\\micropython\\tests\\misc\\print_exception.py", + "parent": "tests.misc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.misc.rge_sm": { + "path": "C:\\repos\\v3\\micropython\\tests\\misc\\rge_sm.py", + "parent": "tests.misc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.misc.sys_atexit": { + "path": "C:\\repos\\v3\\micropython\\tests\\misc\\sys_atexit.py", + "parent": "tests.misc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.misc.sys_exc_info": { + "path": "C:\\repos\\v3\\micropython\\tests\\misc\\sys_exc_info.py", + "parent": "tests.misc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.misc.sys_settrace_cov": { + "path": "C:\\repos\\v3\\micropython\\tests\\misc\\sys_settrace_cov.py", + "parent": "tests.misc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.misc.sys_settrace_features": { + "path": "C:\\repos\\v3\\micropython\\tests\\misc\\sys_settrace_features.py", + "parent": "tests.misc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.misc.sys_settrace_generator": { + "path": "C:\\repos\\v3\\micropython\\tests\\misc\\sys_settrace_generator.py", + "parent": "tests.misc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.misc.sys_settrace_loop": { + "path": "C:\\repos\\v3\\micropython\\tests\\misc\\sys_settrace_loop.py", + "parent": "tests.misc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.misc.sys_settrace_subdir.sys_settrace_generic": { + "path": "C:\\repos\\v3\\micropython\\tests\\misc\\sys_settrace_subdir\\sys_settrace_generic.py", + "parent": "tests.misc.sys_settrace_subdir", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.misc.sys_settrace_subdir.sys_settrace_importme": { + "path": "C:\\repos\\v3\\micropython\\tests\\misc\\sys_settrace_subdir\\sys_settrace_importme.py", + "parent": "tests.misc.sys_settrace_subdir", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_bluetooth.ble_characteristic": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_bluetooth\\ble_characteristic.py", + "parent": "tests.multi_bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_bluetooth.ble_descriptor": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_bluetooth\\ble_descriptor.py", + "parent": "tests.multi_bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_bluetooth.ble_gap_advertise": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_bluetooth\\ble_gap_advertise.py", + "parent": "tests.multi_bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_bluetooth.ble_gap_connect": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_bluetooth\\ble_gap_connect.py", + "parent": "tests.multi_bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_bluetooth.ble_gap_device_name": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_bluetooth\\ble_gap_device_name.py", + "parent": "tests.multi_bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_bluetooth.ble_gap_pair": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_bluetooth\\ble_gap_pair.py", + "parent": "tests.multi_bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_bluetooth.ble_gap_pair_bond": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_bluetooth\\ble_gap_pair_bond.py", + "parent": "tests.multi_bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_bluetooth.ble_gattc_discover_services": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_bluetooth\\ble_gattc_discover_services.py", + "parent": "tests.multi_bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_bluetooth.ble_gatt_data_transfer": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_bluetooth\\ble_gatt_data_transfer.py", + "parent": "tests.multi_bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_bluetooth.ble_irq_calls": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_bluetooth\\ble_irq_calls.py", + "parent": "tests.multi_bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_bluetooth.ble_l2cap": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_bluetooth\\ble_l2cap.py", + "parent": "tests.multi_bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_bluetooth.ble_mtu": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_bluetooth\\ble_mtu.py", + "parent": "tests.multi_bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_bluetooth.ble_mtu_peripheral": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_bluetooth\\ble_mtu_peripheral.py", + "parent": "tests.multi_bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_bluetooth.ble_subscribe": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_bluetooth\\ble_subscribe.py", + "parent": "tests.multi_bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_bluetooth.perf_gatt_char_write": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_bluetooth\\perf_gatt_char_write.py", + "parent": "tests.multi_bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_bluetooth.perf_gatt_notify": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_bluetooth\\perf_gatt_notify.py", + "parent": "tests.multi_bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_bluetooth.perf_l2cap": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_bluetooth\\perf_l2cap.py", + "parent": "tests.multi_bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_bluetooth.stress_deepsleep_reconnect": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_bluetooth\\stress_deepsleep_reconnect.py", + "parent": "tests.multi_bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_bluetooth.stress_log_filesystem": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_bluetooth\\stress_log_filesystem.py", + "parent": "tests.multi_bluetooth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_espnow.10_simple_data": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_espnow\\10_simple_data.py", + "parent": "tests.multi_espnow", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_espnow.20_send_echo": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_espnow\\20_send_echo.py", + "parent": "tests.multi_espnow", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_espnow.30_lmk_echo": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_espnow\\30_lmk_echo.py", + "parent": "tests.multi_espnow", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_espnow.40_recv_test": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_espnow\\40_recv_test.py", + "parent": "tests.multi_espnow", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_espnow.45_recv_espnow_v2": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_espnow\\45_recv_espnow_v2.py", + "parent": "tests.multi_espnow", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_espnow.50_esp32_rssi_test": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_espnow\\50_esp32_rssi_test.py", + "parent": "tests.multi_espnow", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_espnow.60_irq_test": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_espnow\\60_irq_test.py", + "parent": "tests.multi_espnow", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_espnow.70_channel": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_espnow\\70_channel.py", + "parent": "tests.multi_espnow", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_espnow.75_rate": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_espnow\\75_rate.py", + "parent": "tests.multi_espnow", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_espnow.80_asyncio_client": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_espnow\\80_asyncio_client.py", + "parent": "tests.multi_espnow", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_espnow.81_asyncio_server": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_espnow\\81_asyncio_server.py", + "parent": "tests.multi_espnow", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_espnow.90_memory_test": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_espnow\\90_memory_test.py", + "parent": "tests.multi_espnow", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_extmod.machine_can_01_rxtx_simple": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_extmod\\machine_can_01_rxtx_simple.py", + "parent": "tests.multi_extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_extmod.machine_can_02_rx_callback": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_extmod\\machine_can_02_rx_callback.py", + "parent": "tests.multi_extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_extmod.machine_can_03_rx_filters": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_extmod\\machine_can_03_rx_filters.py", + "parent": "tests.multi_extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_extmod.machine_can_04_tx_order": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_extmod\\machine_can_04_tx_order.py", + "parent": "tests.multi_extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_extmod.machine_can_05_tx_prio_cancel": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_extmod\\machine_can_05_tx_prio_cancel.py", + "parent": "tests.multi_extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_extmod.machine_can_06_remote_req": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_extmod\\machine_can_06_remote_req.py", + "parent": "tests.multi_extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_extmod.machine_can_07_error_states": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_extmod\\machine_can_07_error_states.py", + "parent": "tests.multi_extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_extmod.machine_can_08_init_mode": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_extmod\\machine_can_08_init_mode.py", + "parent": "tests.multi_extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_extmod.machine_i2c_target_irq": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_extmod\\machine_i2c_target_irq.py", + "parent": "tests.multi_extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_extmod.machine_i2c_target_memory": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_extmod\\machine_i2c_target_memory.py", + "parent": "tests.multi_extmod", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.asyncio_tcp_client_rst": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\asyncio_tcp_client_rst.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.asyncio_tcp_close_write": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\asyncio_tcp_close_write.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.asyncio_tcp_readall": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\asyncio_tcp_readall.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.asyncio_tcp_readexactly": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\asyncio_tcp_readexactly.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.asyncio_tcp_readinto": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\asyncio_tcp_readinto.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.asyncio_tcp_server_client": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\asyncio_tcp_server_client.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.asyncio_tls_server_client": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\asyncio_tls_server_client.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.asyncio_tls_server_client_cert_required_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\asyncio_tls_server_client_cert_required_error.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.asyncio_tls_server_client_readline": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\asyncio_tls_server_client_readline.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.asyncio_tls_server_client_verify_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\asyncio_tls_server_client_verify_error.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.sslcontext_check_hostname_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\sslcontext_check_hostname_error.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.sslcontext_getpeercert": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\sslcontext_getpeercert.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.sslcontext_server_client": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\sslcontext_server_client.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.sslcontext_server_client_ciphers": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\sslcontext_server_client_ciphers.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.sslcontext_server_client_files": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\sslcontext_server_client_files.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.sslcontext_server_client_psk": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\sslcontext_server_client_psk.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.sslcontext_server_client_psk_bad_keys_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\sslcontext_server_client_psk_bad_keys_error.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.sslcontext_server_client_psk_binary_identity": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\sslcontext_server_client_psk_binary_identity.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.sslcontext_server_client_psk_client_only_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\sslcontext_server_client_psk_client_only_error.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.sslcontext_server_client_psk_no_fallback_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\sslcontext_server_client_psk_no_fallback_error.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.sslcontext_server_client_psk_object": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\sslcontext_server_client_psk_object.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\sslcontext_server_client_psk_server_no_fallback_error.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.sslcontext_server_client_psk_server_only_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\sslcontext_server_client_psk_server_only_error.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\sslcontext_server_client_psk_unknown_identity_error.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.sslcontext_server_client_psk_wrong_key_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\sslcontext_server_client_psk_wrong_key_error.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.sslcontext_verify_callback": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\sslcontext_verify_callback.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.sslcontext_verify_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\sslcontext_verify_error.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.sslcontext_verify_time_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\sslcontext_verify_time_error.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.ssl_cert_ec": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\ssl_cert_ec.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.ssl_cert_rsa": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\ssl_cert_rsa.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.tcp_accept_recv": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\tcp_accept_recv.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.tcp_client_rst": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\tcp_client_rst.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.tcp_data": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\tcp_data.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.tcp_recv_peek": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\tcp_recv_peek.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.tcp_sendall": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\tcp_sendall.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.tls_dtls_server_client": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\tls_dtls_server_client.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.udp_data": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\udp_data.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.udp_data_multi": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\udp_data_multi.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.udp_recv_dontwait": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\udp_recv_dontwait.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_net.udp_recv_peek": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_net\\udp_recv_peek.py", + "parent": "tests.multi_net", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_pyb_can.rx_callback": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_pyb_can\\rx_callback.py", + "parent": "tests.multi_pyb_can", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_pyb_can.rx_filters": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_pyb_can\\rx_filters.py", + "parent": "tests.multi_pyb_can", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_wlan.01_ap_sta": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_wlan\\01_ap_sta.py", + "parent": "tests.multi_wlan", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.multi_wlan.getaddrinfo": { + "path": "C:\\repos\\v3\\micropython\\tests\\multi_wlan\\getaddrinfo.py", + "parent": "tests.multi_wlan", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_hosted.accept_nonblock": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_hosted\\accept_nonblock.py", + "parent": "tests.net_hosted", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_hosted.accept_timeout": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_hosted\\accept_timeout.py", + "parent": "tests.net_hosted", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_hosted.asyncio_loopback": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_hosted\\asyncio_loopback.py", + "parent": "tests.net_hosted", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_hosted.asyncio_start_server": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_hosted\\asyncio_start_server.py", + "parent": "tests.net_hosted", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_hosted.connect_nonblock": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_hosted\\connect_nonblock.py", + "parent": "tests.net_hosted", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_hosted.connect_nonblock_xfer": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_hosted\\connect_nonblock_xfer.py", + "parent": "tests.net_hosted", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_hosted.connect_poll": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_hosted\\connect_poll.py", + "parent": "tests.net_hosted", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_hosted.connect_timeout": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_hosted\\connect_timeout.py", + "parent": "tests.net_hosted", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_hosted.ssl_getpeercert": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_hosted\\ssl_getpeercert.py", + "parent": "tests.net_hosted", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_hosted.ssl_verify_callback": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_hosted\\ssl_verify_callback.py", + "parent": "tests.net_hosted", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_inet.asyncio_cancel_stream": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_inet\\asyncio_cancel_stream.py", + "parent": "tests.net_inet", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_inet.asyncio_open_connection": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_inet\\asyncio_open_connection.py", + "parent": "tests.net_inet", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_inet.asyncio_tcp_read_headers": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_inet\\asyncio_tcp_read_headers.py", + "parent": "tests.net_inet", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_inet.asyncio_tls_open_connection_readline": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_inet\\asyncio_tls_open_connection_readline.py", + "parent": "tests.net_inet", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_inet.getaddrinfo": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_inet\\getaddrinfo.py", + "parent": "tests.net_inet", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_inet.resolve_on_connect": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_inet\\resolve_on_connect.py", + "parent": "tests.net_inet", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_inet.ssl_cert": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_inet\\ssl_cert.py", + "parent": "tests.net_inet", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_inet.ssl_errors": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_inet\\ssl_errors.py", + "parent": "tests.net_inet", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_inet.test_sslcontext_client": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_inet\\test_sslcontext_client.py", + "parent": "tests.net_inet", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_inet.test_tls_nonblock": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_inet\\test_tls_nonblock.py", + "parent": "tests.net_inet", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_inet.test_tls_sites": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_inet\\test_tls_sites.py", + "parent": "tests.net_inet", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_inet.test_tls_sites_simple": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_inet\\test_tls_sites_simple.py", + "parent": "tests.net_inet", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_inet.tls_num_errors": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_inet\\tls_num_errors.py", + "parent": "tests.net_inet", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.net_inet.tls_text_errors": { + "path": "C:\\repos\\v3\\micropython\\tests\\net_inet\\tls_text_errors.py", + "parent": "tests.net_inet", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.benchrun": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\benchrun.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.bm_chaos": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\bm_chaos.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.bm_fannkuch": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\bm_fannkuch.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.bm_fft": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\bm_fft.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.bm_float": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\bm_float.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.bm_hexiom": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\bm_hexiom.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.bm_nqueens": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\bm_nqueens.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.bm_pidigits": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\bm_pidigits.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.bm_wordcount": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\bm_wordcount.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.core_import_mpy_multi": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\core_import_mpy_multi.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.core_import_mpy_single": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\core_import_mpy_single.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.core_locals": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\core_locals.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.core_qstr": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\core_qstr.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.core_str": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\core_str.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.core_yield_from": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\core_yield_from.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.misc_aes": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\misc_aes.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.misc_mandel": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\misc_mandel.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.misc_pystone": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\misc_pystone.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.misc_raytrace": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\misc_raytrace.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.viper_call0": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\viper_call0.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.viper_call1a": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\viper_call1a.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.viper_call1b": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\viper_call1b.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.viper_call1c": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\viper_call1c.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.viper_call2a": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\viper_call2a.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.perf_bench.viper_call2b": { + "path": "C:\\repos\\v3\\micropython\\tests\\perf_bench\\viper_call2b.py", + "parent": "tests.perf_bench", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.alif_hardware.flash_test": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\alif_hardware\\flash_test.py", + "parent": "tests.ports.alif_hardware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.cc3200.adc": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\cc3200\\adc.py", + "parent": "tests.ports.cc3200", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.cc3200.i2c": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\cc3200\\i2c.py", + "parent": "tests.ports.cc3200", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.cc3200.modwipy": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\cc3200\\modwipy.py", + "parent": "tests.ports.cc3200", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.cc3200.os": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\cc3200\\os.py", + "parent": "tests.ports.cc3200", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.cc3200.pin": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\cc3200\\pin.py", + "parent": "tests.ports.cc3200", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.cc3200.pin_irq": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\cc3200\\pin_irq.py", + "parent": "tests.ports.cc3200", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.cc3200.rtc": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\cc3200\\rtc.py", + "parent": "tests.ports.cc3200", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.cc3200.sd": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\cc3200\\sd.py", + "parent": "tests.ports.cc3200", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.cc3200.spi": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\cc3200\\spi.py", + "parent": "tests.ports.cc3200", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.cc3200.time": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\cc3200\\time.py", + "parent": "tests.ports.cc3200", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.cc3200.timer": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\cc3200\\timer.py", + "parent": "tests.ports.cc3200", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.cc3200.uart": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\cc3200\\uart.py", + "parent": "tests.ports.cc3200", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.cc3200.uart_irq": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\cc3200\\uart_irq.py", + "parent": "tests.ports.cc3200", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.cc3200.wdt": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\cc3200\\wdt.py", + "parent": "tests.ports.cc3200", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.cc3200.reset.reset": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\cc3200\\reset\\reset.py", + "parent": "tests.ports.cc3200.reset", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.cc3200.skipped.rtc_irq": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\cc3200\\skipped\\rtc_irq.py", + "parent": "tests.ports.cc3200.skipped", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.cc3200.wlan.machine": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\cc3200\\wlan\\machine.py", + "parent": "tests.ports.cc3200.wlan", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.cc3200.wlan.server": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\cc3200\\wlan\\server.py", + "parent": "tests.ports.cc3200.wlan", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.cc3200.wlan.wlan": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\cc3200\\wlan\\wlan.py", + "parent": "tests.ports.cc3200.wlan", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.esp32.check_err_str": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\esp32\\check_err_str.py", + "parent": "tests.ports.esp32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.esp32.esp32_idf_heap_info": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\esp32\\esp32_idf_heap_info.py", + "parent": "tests.ports.esp32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.esp32.esp32_nvs": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\esp32\\esp32_nvs.py", + "parent": "tests.ports.esp32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.esp32.partition_ota": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\esp32\\partition_ota.py", + "parent": "tests.ports.esp32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.qemu.asm_test": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\qemu\\asm_test.py", + "parent": "tests.ports.qemu", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.qemu.mpy_arch_flags_test": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\qemu\\mpy_arch_flags_test.py", + "parent": "tests.ports.qemu", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.qemu.native_test": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\qemu\\native_test.py", + "parent": "tests.ports.qemu", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.qemu.romfs_test": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\qemu\\romfs_test.py", + "parent": "tests.ports.qemu", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.qemu.viper_test": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\qemu\\viper_test.py", + "parent": "tests.ports.qemu", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.renesas-ra.freq": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\renesas-ra\\freq.py", + "parent": "tests.ports.renesas-ra", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.renesas-ra.i2c": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\renesas-ra\\i2c.py", + "parent": "tests.ports.renesas-ra", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.renesas-ra.modtime": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\renesas-ra\\modtime.py", + "parent": "tests.ports.renesas-ra", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.renesas-ra.pin": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\renesas-ra\\pin.py", + "parent": "tests.ports.renesas-ra", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.renesas-ra.rtc_init": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\renesas-ra\\rtc_init.py", + "parent": "tests.ports.renesas-ra", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.renesas-ra.spi": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\renesas-ra\\spi.py", + "parent": "tests.ports.renesas-ra", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.renesas-ra.uart1": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\renesas-ra\\uart1.py", + "parent": "tests.ports.renesas-ra", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.rp2.rp2_dma": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\rp2\\rp2_dma.py", + "parent": "tests.ports.rp2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.rp2.rp2_dma_timer": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\rp2\\rp2_dma_timer.py", + "parent": "tests.ports.rp2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.rp2.rp2_lightsleep": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\rp2\\rp2_lightsleep.py", + "parent": "tests.ports.rp2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.rp2.rp2_lightsleep_regs": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\rp2\\rp2_lightsleep_regs.py", + "parent": "tests.ports.rp2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.rp2.rp2_lightsleep_thread": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\rp2\\rp2_lightsleep_thread.py", + "parent": "tests.ports.rp2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.rp2.rp2_machine_idle": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\rp2\\rp2_machine_idle.py", + "parent": "tests.ports.rp2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.rp2.rp2_thread_reset_part1": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\rp2\\rp2_thread_reset_part1.py", + "parent": "tests.ports.rp2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.rp2.rp2_thread_reset_part2": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\rp2\\rp2_thread_reset_part2.py", + "parent": "tests.ports.rp2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.rp2.rp2_uart": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\rp2\\rp2_uart.py", + "parent": "tests.ports.rp2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.accel": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\accel.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.adc": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\adc.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.adcall": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\adcall.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.board_pybv1x": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\board_pybv1x.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.dac": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\dac.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.extint": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\extint.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.i2c": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\i2c.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.i2c_accel": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\i2c_accel.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.i2c_error": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\i2c_error.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.irq": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\irq.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.led": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\led.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.modstm": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\modstm.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.modtime": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\modtime.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.pin": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\pin.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.pyb1": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\pyb1.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.pyb_can": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\pyb_can.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.pyb_can_classic_rtr_filter": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\pyb_can_classic_rtr_filter.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.pyb_can_classic_rx": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\pyb_can_classic_rx.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.pyb_can_instances": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\pyb_can_instances.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.pyb_f405": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\pyb_f405.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.pyb_f411": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\pyb_f411.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.rtc": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\rtc.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.servo": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\servo.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.spi": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\spi.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.switch": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\switch.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.timer": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\timer.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.timer_callback": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\timer_callback.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32.uart": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32\\uart.py", + "parent": "tests.ports.stm32", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.stm32_hardware.spi_dma_align": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\stm32_hardware\\spi_dma_align.py", + "parent": "tests.ports.stm32_hardware", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.unix.extra_coverage": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\unix\\extra_coverage.py", + "parent": "tests.ports.unix", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.unix.ffi_callback": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\unix\\ffi_callback.py", + "parent": "tests.ports.unix", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.unix.ffi_float": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\unix\\ffi_float.py", + "parent": "tests.ports.unix", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.unix.ffi_float2": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\unix\\ffi_float2.py", + "parent": "tests.ports.unix", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.unix.ffi_int_base": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\unix\\ffi_int_base.py", + "parent": "tests.ports.unix", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.unix.ffi_int_long32": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\unix\\ffi_int_long32.py", + "parent": "tests.ports.unix", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.unix.ffi_int_long64": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\unix\\ffi_int_long64.py", + "parent": "tests.ports.unix", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.unix.ffi_int_types": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\unix\\ffi_int_types.py", + "parent": "tests.ports.unix", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.unix.mod_os": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\unix\\mod_os.py", + "parent": "tests.ports.unix", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.ports.unix.time_mktime_localtime": { + "path": "C:\\repos\\v3\\micropython\\tests\\ports\\unix\\time_mktime_localtime.py", + "parent": "tests.ports.unix", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.stress.bytecode_limit": { + "path": "C:\\repos\\v3\\micropython\\tests\\stress\\bytecode_limit.py", + "parent": "tests.stress", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.stress.dict_copy": { + "path": "C:\\repos\\v3\\micropython\\tests\\stress\\dict_copy.py", + "parent": "tests.stress", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.stress.dict_create": { + "path": "C:\\repos\\v3\\micropython\\tests\\stress\\dict_create.py", + "parent": "tests.stress", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.stress.dict_create_max": { + "path": "C:\\repos\\v3\\micropython\\tests\\stress\\dict_create_max.py", + "parent": "tests.stress", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.stress.fun_call_limit": { + "path": "C:\\repos\\v3\\micropython\\tests\\stress\\fun_call_limit.py", + "parent": "tests.stress", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.stress.gc_trace": { + "path": "C:\\repos\\v3\\micropython\\tests\\stress\\gc_trace.py", + "parent": "tests.stress", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.stress.list_sort": { + "path": "C:\\repos\\v3\\micropython\\tests\\stress\\list_sort.py", + "parent": "tests.stress", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.stress.qstr_limit": { + "path": "C:\\repos\\v3\\micropython\\tests\\stress\\qstr_limit.py", + "parent": "tests.stress", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.stress.qstr_limit_str_modulo": { + "path": "C:\\repos\\v3\\micropython\\tests\\stress\\qstr_limit_str_modulo.py", + "parent": "tests.stress", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.stress.recursion": { + "path": "C:\\repos\\v3\\micropython\\tests\\stress\\recursion.py", + "parent": "tests.stress", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.stress.recursive_data": { + "path": "C:\\repos\\v3\\micropython\\tests\\stress\\recursive_data.py", + "parent": "tests.stress", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.stress.recursive_gen": { + "path": "C:\\repos\\v3\\micropython\\tests\\stress\\recursive_gen.py", + "parent": "tests.stress", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.stress.recursive_iternext": { + "path": "C:\\repos\\v3\\micropython\\tests\\stress\\recursive_iternext.py", + "parent": "tests.stress", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.target_wiring.alif": { + "path": "C:\\repos\\v3\\micropython\\tests\\target_wiring\\alif.py", + "parent": "tests.target_wiring", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.target_wiring.EK_RA6M2": { + "path": "C:\\repos\\v3\\micropython\\tests\\target_wiring\\EK_RA6M2.py", + "parent": "tests.target_wiring", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.target_wiring.esp32": { + "path": "C:\\repos\\v3\\micropython\\tests\\target_wiring\\esp32.py", + "parent": "tests.target_wiring", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.target_wiring.esp8266": { + "path": "C:\\repos\\v3\\micropython\\tests\\target_wiring\\esp8266.py", + "parent": "tests.target_wiring", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.target_wiring.mimxrt": { + "path": "C:\\repos\\v3\\micropython\\tests\\target_wiring\\mimxrt.py", + "parent": "tests.target_wiring", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.target_wiring.nrf": { + "path": "C:\\repos\\v3\\micropython\\tests\\target_wiring\\nrf.py", + "parent": "tests.target_wiring", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.target_wiring.NUCLEO_WB55": { + "path": "C:\\repos\\v3\\micropython\\tests\\target_wiring\\NUCLEO_WB55.py", + "parent": "tests.target_wiring", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.target_wiring.PYBx": { + "path": "C:\\repos\\v3\\micropython\\tests\\target_wiring\\PYBx.py", + "parent": "tests.target_wiring", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.target_wiring.renesas-ra": { + "path": "C:\\repos\\v3\\micropython\\tests\\target_wiring\\renesas-ra.py", + "parent": "tests.target_wiring", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.target_wiring.rp2": { + "path": "C:\\repos\\v3\\micropython\\tests\\target_wiring\\rp2.py", + "parent": "tests.target_wiring", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.target_wiring.samd": { + "path": "C:\\repos\\v3\\micropython\\tests\\target_wiring\\samd.py", + "parent": "tests.target_wiring", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.target_wiring.stm32": { + "path": "C:\\repos\\v3\\micropython\\tests\\target_wiring\\stm32.py", + "parent": "tests.target_wiring", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.target_wiring.ZEPHYR_NUCLEO_WB55RG": { + "path": "C:\\repos\\v3\\micropython\\tests\\target_wiring\\ZEPHYR_NUCLEO_WB55RG.py", + "parent": "tests.target_wiring", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.disable_irq": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\disable_irq.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.mutate_bytearray": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\mutate_bytearray.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.mutate_dict": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\mutate_dict.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.mutate_instance": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\mutate_instance.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.mutate_list": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\mutate_list.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.mutate_set": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\mutate_set.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.stress_aes": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\stress_aes.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.stress_create": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\stress_create.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.stress_heap": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\stress_heap.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.stress_recurse": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\stress_recurse.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.stress_schedule": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\stress_schedule.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_coop": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_coop.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_exc1": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_exc1.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_exc2": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_exc2.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_exit1": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_exit1.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_exit2": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_exit2.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_gc1": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_gc1.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_heap_lock": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_heap_lock.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_ident1": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_ident1.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_lock1": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_lock1.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_lock2": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_lock2.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_lock3": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_lock3.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_lock4_intbig": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_lock4_intbig.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_lock5": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_lock5.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_qstr1": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_qstr1.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_shared1": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_shared1.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_shared2": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_shared2.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_sleep1": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_sleep1.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_sleep2": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_sleep2.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_stacksize1": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_stacksize1.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_start1": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_start1.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_start2": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_start2.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.thread.thread_stdin": { + "path": "C:\\repos\\v3\\micropython\\tests\\thread\\thread_stdin.py", + "parent": "tests.thread", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.unicode.file1": { + "path": "C:\\repos\\v3\\micropython\\tests\\unicode\\file1.py", + "parent": "tests.unicode", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.unicode.file2": { + "path": "C:\\repos\\v3\\micropython\\tests\\unicode\\file2.py", + "parent": "tests.unicode", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.unicode.file_invalid": { + "path": "C:\\repos\\v3\\micropython\\tests\\unicode\\file_invalid.py", + "parent": "tests.unicode", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.unicode.unicode": { + "path": "C:\\repos\\v3\\micropython\\tests\\unicode\\unicode.py", + "parent": "tests.unicode", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.unicode.unicode_chr": { + "path": "C:\\repos\\v3\\micropython\\tests\\unicode\\unicode_chr.py", + "parent": "tests.unicode", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.unicode.unicode_id": { + "path": "C:\\repos\\v3\\micropython\\tests\\unicode\\unicode_id.py", + "parent": "tests.unicode", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.unicode.unicode_index": { + "path": "C:\\repos\\v3\\micropython\\tests\\unicode\\unicode_index.py", + "parent": "tests.unicode", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.unicode.unicode_iter": { + "path": "C:\\repos\\v3\\micropython\\tests\\unicode\\unicode_iter.py", + "parent": "tests.unicode", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.unicode.unicode_ord": { + "path": "C:\\repos\\v3\\micropython\\tests\\unicode\\unicode_ord.py", + "parent": "tests.unicode", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.unicode.unicode_pos": { + "path": "C:\\repos\\v3\\micropython\\tests\\unicode\\unicode_pos.py", + "parent": "tests.unicode", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.unicode.unicode_slice": { + "path": "C:\\repos\\v3\\micropython\\tests\\unicode\\unicode_slice.py", + "parent": "tests.unicode", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.unicode.unicode_str_format": { + "path": "C:\\repos\\v3\\micropython\\tests\\unicode\\unicode_str_format.py", + "parent": "tests.unicode", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.unicode.unicode_str_modulo": { + "path": "C:\\repos\\v3\\micropython\\tests\\unicode\\unicode_str_modulo.py", + "parent": "tests.unicode", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.unicode.unicode_subscr": { + "path": "C:\\repos\\v3\\micropython\\tests\\unicode\\unicode_subscr.py", + "parent": "tests.unicode", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.unicode.unicode_ure": { + "path": "C:\\repos\\v3\\micropython\\tests\\unicode\\unicode_ure.py", + "parent": "tests.unicode", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.ar_util": { + "path": "C:\\repos\\v3\\micropython\\tools\\ar_util.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.boardgen": { + "path": "C:\\repos\\v3\\micropython\\tools\\boardgen.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.codeformat": { + "path": "C:\\repos\\v3\\micropython\\tools\\codeformat.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.dfu": { + "path": "C:\\repos\\v3\\micropython\\tools\\dfu.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.file2h": { + "path": "C:\\repos\\v3\\micropython\\tools\\file2h.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.gen-cpydiff": { + "path": "C:\\repos\\v3\\micropython\\tools\\gen-cpydiff.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.hci_trace_to_pcap": { + "path": "C:\\repos\\v3\\micropython\\tools\\hci_trace_to_pcap.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.insert-usb-ids": { + "path": "C:\\repos\\v3\\micropython\\tools\\insert-usb-ids.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.makemanifest": { + "path": "C:\\repos\\v3\\micropython\\tools\\makemanifest.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.manifestfile": { + "path": "C:\\repos\\v3\\micropython\\tools\\manifestfile.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.metrics": { + "path": "C:\\repos\\v3\\micropython\\tools\\metrics.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.mpy-tool": { + "path": "C:\\repos\\v3\\micropython\\tools\\mpy-tool.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.mpy_bin2res": { + "path": "C:\\repos\\v3\\micropython\\tools\\mpy_bin2res.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.mpy_cross_all": { + "path": "C:\\repos\\v3\\micropython\\tools\\mpy_cross_all.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.mpy_ld": { + "path": "C:\\repos\\v3\\micropython\\tools\\mpy_ld.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.pyboard": { + "path": "C:\\repos\\v3\\micropython\\tools\\pyboard.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.pydfu": { + "path": "C:\\repos\\v3\\micropython\\tools\\pydfu.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.uf2conv": { + "path": "C:\\repos\\v3\\micropython\\tools\\uf2conv.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.verifygitlog": { + "path": "C:\\repos\\v3\\micropython\\tools\\verifygitlog.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.autobuild.build-downloads": { + "path": "C:\\repos\\v3\\micropython\\tools\\autobuild\\build-downloads.py", + "parent": "tools.autobuild", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.autobuild.remove_old_firmware": { + "path": "C:\\repos\\v3\\micropython\\tools\\autobuild\\remove_old_firmware.py", + "parent": "tools.autobuild", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.make_pinout_diagram.compress": { + "path": "C:\\repos\\v3\\micropython\\tools\\make_pinout_diagram\\compress.py", + "parent": "tools.make_pinout_diagram", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.make_pinout_diagram.pinout": { + "path": "C:\\repos\\v3\\micropython\\tools\\make_pinout_diagram\\pinout.py", + "parent": "tools.make_pinout_diagram", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.mpremote.mpremote": { + "path": "C:\\repos\\v3\\micropython\\tools\\mpremote\\mpremote\\__init__.py", + "parent": "tools.mpremote", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.mpremote.mpremote.commands": { + "path": "C:\\repos\\v3\\micropython\\tools\\mpremote\\mpremote\\commands.py", + "parent": "tools.mpremote.mpremote", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.mpremote.mpremote.console": { + "path": "C:\\repos\\v3\\micropython\\tools\\mpremote\\mpremote\\console.py", + "parent": "tools.mpremote.mpremote", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.mpremote.mpremote.main": { + "path": "C:\\repos\\v3\\micropython\\tools\\mpremote\\mpremote\\main.py", + "parent": "tools.mpremote.mpremote", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.mpremote.mpremote.mip": { + "path": "C:\\repos\\v3\\micropython\\tools\\mpremote\\mpremote\\mip.py", + "parent": "tools.mpremote.mpremote", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.mpremote.mpremote.mp_errno": { + "path": "C:\\repos\\v3\\micropython\\tools\\mpremote\\mpremote\\mp_errno.py", + "parent": "tools.mpremote.mpremote", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.mpremote.mpremote.repl": { + "path": "C:\\repos\\v3\\micropython\\tools\\mpremote\\mpremote\\repl.py", + "parent": "tools.mpremote.mpremote", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.mpremote.mpremote.romfs": { + "path": "C:\\repos\\v3\\micropython\\tools\\mpremote\\mpremote\\romfs.py", + "parent": "tools.mpremote.mpremote", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.mpremote.mpremote.transport": { + "path": "C:\\repos\\v3\\micropython\\tools\\mpremote\\mpremote\\transport.py", + "parent": "tools.mpremote.mpremote", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.mpremote.mpremote.transport_serial": { + "path": "C:\\repos\\v3\\micropython\\tools\\mpremote\\mpremote\\transport_serial.py", + "parent": "tools.mpremote.mpremote", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.mpremote.mpremote.__main__": { + "path": "C:\\repos\\v3\\micropython\\tools\\mpremote\\mpremote\\__main__.py", + "parent": "tools.mpremote.mpremote", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.mpremote.tests._test_mount_readinto_array": { + "path": "C:\\repos\\v3\\micropython\\tools\\mpremote\\tests\\_test_mount_readinto_array.py", + "parent": "tools.mpremote.tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.mpremote.tests._test_mount_write_array": { + "path": "C:\\repos\\v3\\micropython\\tools\\mpremote\\tests\\_test_mount_write_array.py", + "parent": "tools.mpremote.tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + } + }, + "import_graph": { + "docs.conf": [], + "docs.readthedocs.settings.local_settings": [], + "examples.accellog": [], + "examples.accel_i2c": [], + "examples.asmled": [], + "examples.asmsum": [], + "examples.conwaylife": [], + "examples.ledangle": [], + "examples.mandel": [], + "examples.micropython": [], + "examples.pyb": [], + "examples.switch": [], + "examples.bluetooth.ble_advertising": [], + "examples.bluetooth.ble_bonding_peripheral": [], + "examples.bluetooth.ble_simple_central": [], + "examples.bluetooth.ble_simple_peripheral": [], + "examples.bluetooth.ble_temperature": [], + "examples.bluetooth.ble_temperature_central": [], + "examples.bluetooth.ble_uart_peripheral": [], + "examples.bluetooth.ble_uart_repl": [], + "examples.hwapi.button_led": [], + "examples.hwapi.button_reaction": [], + "examples.hwapi.hwconfig_console": [], + "examples.hwapi.hwconfig_dragonboard410c": [], + "examples.hwapi.hwconfig_esp8266_esp12": [], + "examples.hwapi.hwconfig_pyboard": [], + "examples.hwapi.hwconfig_z_96b_carbon": [], + "examples.hwapi.hwconfig_z_frdm_k64f": [], + "examples.hwapi.soft_pwm": [], + "examples.hwapi.soft_pwm2_asyncio": [], + "examples.hwapi.soft_pwm_asyncio": [], + "examples.natmod.features2.test": [], + "examples.network.https_client": [], + "examples.network.https_client_nonblocking": [], + "examples.network.https_server": [], + "examples.network.http_client": [], + "examples.network.http_server": [], + "examples.network.http_server_simplistic": [], + "examples.network.http_server_simplistic_commented": [], + "examples.rp2.pio_1hz": [], + "examples.rp2.pio_exec": [], + "examples.rp2.pio_pinchange": [], + "examples.rp2.pio_pwm": [], + "examples.rp2.pio_uart_rx": [], + "examples.rp2.pio_uart_tx": [], + "examples.rp2.pio_ws2812": [], + "examples.rp2.pwm_fade": [], + "examples.SDdatalogger.boot": [], + "examples.SDdatalogger.cardreader": [], + "examples.SDdatalogger.datalogger": [], + "examples.unix.ffi_example": [], + "examples.unix.machine_bios": [], + "examples.usb.usb_dfu_device": [], + "examples.usb.usb_simple_device": [], + "examples.usb.usb_simple_host_pyusb": [], + "extmod.asyncio.core": [ + { + "from_module": "extmod.asyncio.core", + "imports": "task.TaskQueue", + "type": "from_import", + "relative_level": 1, + "module_part": "task", + "symbol_part": "TaskQueue", + "lineno": 11 + }, + { + "from_module": "extmod.asyncio.core", + "imports": "task.Task", + "type": "from_import", + "relative_level": 1, + "module_part": "task", + "symbol_part": "Task", + "lineno": 11 + } + ], + "extmod.asyncio.event": [ + { + "from_module": "extmod.asyncio.event", + "imports": "core", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "core", + "lineno": 4 + } + ], + "extmod.asyncio.funcs": [ + { + "from_module": "extmod.asyncio.funcs", + "imports": "core", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "core", + "lineno": 4 + } + ], + "extmod.asyncio.lock": [ + { + "from_module": "extmod.asyncio.lock", + "imports": "core", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "core", + "lineno": 4 + } + ], + "extmod.asyncio.manifest": [], + "extmod.asyncio.stream": [ + { + "from_module": "extmod.asyncio.stream", + "imports": "core", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "core", + "lineno": 4 + } + ], + "extmod.asyncio.task": [ + { + "from_module": "extmod.asyncio.task", + "imports": "core", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "core", + "lineno": 7 + } + ], + "extmod.asyncio.uasyncio": [], + "extmod.asyncio": [ + { + "from_module": "extmod.asyncio", + "imports": "core.*", + "type": "from_import", + "relative_level": 1, + "module_part": "core", + "symbol_part": "*", + "lineno": 4 + } + ], + "mpy-cross.mpy_cross": [], + "mpy-cross.mpy_cross.__main__": [ + { + "from_module": "mpy-cross.mpy_cross.__main__", + "imports": "run", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "run", + "lineno": 31 + }, + { + "from_module": "mpy-cross.mpy_cross.__main__", + "imports": "CrossCompileError", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "CrossCompileError", + "lineno": 31 + } + ], + "ports.alif.boards.manifest": [], + "ports.alif.mcu.make-pins": [], + "ports.alif.modules.he._boot": [], + "ports.alif.modules.hp._boot": [], + "ports.cc3200.boards.make-pins": [], + "ports.cc3200.tools.smoke": [], + "ports.cc3200.tools.uniflash": [], + "ports.cc3200.tools.update-wipy": [], + "ports.esp32.makeimg": [], + "ports.esp32.boards.make-pins": [], + "ports.esp32.boards.manifest": [], + "ports.esp32.boards.manifest_test": [], + "ports.esp32.boards.ARDUINO_NANO_ESP32.manifest": [], + "ports.esp32.boards.LILYGO_T3_S3.manifest": [], + "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3": [], + "ports.esp32.boards.LILYGO_TTGO_LORA32.manifest": [], + "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled": [], + "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32": [], + "ports.esp32.boards.LOLIN_C3_MINI.manifest": [], + "ports.esp32.boards.LOLIN_C3_MINI.modules.c3mini": [], + "ports.esp32.boards.LOLIN_S2_MINI.manifest": [], + "ports.esp32.boards.LOLIN_S2_MINI.modules.s2mini": [], + "ports.esp32.boards.LOLIN_S2_PICO.manifest": [], + "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico": [], + "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled": [], + "ports.esp32.boards.M5STACK_ATOM.manifest": [], + "ports.esp32.boards.M5STACK_ATOM.modules.atom": [], + "ports.esp32.boards.SIL_MANT1S.manifest": [], + "ports.esp32.boards.SIL_MANT1S.modules.ping": [], + "ports.esp32.boards.SPARKFUN_IOT_REDBOARD_ESP32.manifest": [], + "ports.esp32.boards.SPARKFUN_THINGPLUS_ESP32C5.manifest": [], + "ports.esp32.boards.UM_FEATHERS2.manifest": [], + "ports.esp32.boards.UM_FEATHERS2.modules.feathers2": [], + "ports.esp32.boards.UM_FEATHERS2NEO.manifest": [], + "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo": [], + "ports.esp32.boards.UM_FEATHERS3.manifest": [], + "ports.esp32.boards.UM_FEATHERS3.modules.feathers3": [], + "ports.esp32.boards.UM_FEATHERS3NEO.manifest": [], + "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo": [], + "ports.esp32.boards.UM_NANOS3.manifest": [], + "ports.esp32.boards.UM_NANOS3.modules.nanos3": [], + "ports.esp32.boards.UM_OMGS3.manifest": [], + "ports.esp32.boards.UM_OMGS3.modules.max17048": [], + "ports.esp32.boards.UM_OMGS3.modules.omgs3": [], + "ports.esp32.boards.UM_PROS3.manifest": [], + "ports.esp32.boards.UM_PROS3.modules.pros3": [], + "ports.esp32.boards.UM_RGBTOUCH_MINI.manifest": [], + "ports.esp32.boards.UM_TINYPICO.manifest": [], + "ports.esp32.boards.UM_TINYPICO.modules.dotstar": [], + "ports.esp32.boards.UM_TINYPICO.modules.tinypico": [], + "ports.esp32.boards.UM_TINYS2.manifest": [], + "ports.esp32.boards.UM_TINYS2.modules.tinys2": [], + "ports.esp32.boards.UM_TINYS3.manifest": [], + "ports.esp32.boards.UM_TINYS3.modules.tinys3": [], + "ports.esp32.modules.apa106": [], + "ports.esp32.modules.espnow": [], + "ports.esp32.modules.flashbdev": [], + "ports.esp32.modules.inisetup": [], + "ports.esp32.modules.machine": [], + "ports.esp32.modules._boot": [], + "ports.esp32.tools.metrics_esp32": [], + "ports.esp8266.makeimg": [], + "ports.esp8266.boards.manifest": [], + "ports.esp8266.boards.ESP8266_GENERIC.manifest_2MiB": [], + "ports.esp8266.boards.ESP8266_GENERIC.manifest_512kiB": [], + "ports.esp8266.boards.ESP8266_GENERIC._boot": [], + "ports.esp8266.modules.apa102": [], + "ports.esp8266.modules.espnow": [], + "ports.esp8266.modules.flashbdev": [], + "ports.esp8266.modules.inisetup": [], + "ports.esp8266.modules.port_diag": [], + "ports.esp8266.modules._boot": [], + "ports.mimxrt.boards.make-flexram-config": [], + "ports.mimxrt.boards.make-pins": [], + "ports.mimxrt.boards.manifest": [], + "ports.mimxrt.boards.MIMXRT1020_EVK.manifest": [], + "ports.mimxrt.boards.MIMXRT1050_EVK.manifest": [], + "ports.mimxrt.boards.MIMXRT1060_EVK.manifest": [], + "ports.mimxrt.boards.MIMXRT1064_EVK.manifest": [], + "ports.mimxrt.boards.MIMXRT1170_EVK.manifest": [], + "ports.mimxrt.boards.PHYBOARD_RT1170.manifest": [], + "ports.mimxrt.boards.SEEED_ARCH_MIX.manifest": [], + "ports.mimxrt.boards.TEENSY40.format": [], + "ports.mimxrt.boards.TEENSY41.manifest": [], + "ports.mimxrt.modules._boot": [], + "ports.nrf.boards.make-pins": [], + "ports.nrf.boards.manifest": [], + "ports.nrf.boards.manifest_minimal": [], + "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.manifest": [], + "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu": [], + "ports.nrf.examples.mountsd": [], + "ports.nrf.examples.musictest": [], + "ports.nrf.examples.nrf52_pwm": [], + "ports.nrf.examples.nrf52_servo": [], + "ports.nrf.examples.powerup": [], + "ports.nrf.examples.seeed_tft": [], + "ports.nrf.examples.ssd1306_mod": [], + "ports.nrf.examples.ubluepy_eddystone": [], + "ports.nrf.examples.ubluepy_scan": [], + "ports.nrf.examples.ubluepy_temp": [], + "ports.nrf.freeze.test": [], + "ports.nrf.modules.scripts._boot": [], + "ports.qemu.test-frzmpy.frozen_asm_rv32": [], + "ports.qemu.test-frzmpy.frozen_asm_thumb": [], + "ports.qemu.test-frzmpy.frozen_const": [], + "ports.qemu.test-frzmpy.frozen_viper": [], + "ports.qemu.test-frzmpy.native_frozen_align": [], + "ports.renesas-ra.boards.make-pins": [], + "ports.renesas-ra.boards.manifest": [], + "ports.renesas-ra.boards.ARDUINO_PORTENTA_C33.manifest": [], + "ports.renesas-ra.boards.EK_RA4M1.manifest": [], + "ports.renesas-ra.boards.RA4M1_CLICKER.manifest": [], + "ports.rp2.boards.make-pins": [], + "ports.rp2.boards.manifest": [], + "ports.rp2.boards.ARDUINO_NANO_RP2040_CONNECT.manifest": [], + "ports.rp2.boards.CYTRON_NANOXRP_CONTROLLER.manifest": [], + "ports.rp2.boards.NULLBITS_BIT_C_PRO.board": [], + "ports.rp2.boards.NULLBITS_BIT_C_PRO.manifest": [], + "ports.rp2.boards.RPI_PICO2_W.manifest": [], + "ports.rp2.boards.RPI_PICO_W.manifest": [], + "ports.rp2.boards.SIL_RP2040_SHIM.manifest": [], + "ports.rp2.boards.SOLDERED_NULA_MAX_RP2350.manifest": [], + "ports.rp2.boards.SPARKFUN_IOTNODE_LORAWAN_RP2350.manifest": [], + "ports.rp2.boards.SPARKFUN_IOTREDBOARD_RP2350.manifest": [], + "ports.rp2.boards.SPARKFUN_THINGPLUS_RP2350.manifest": [], + "ports.rp2.boards.SPARKFUN_XRP_CONTROLLER.manifest": [], + "ports.rp2.boards.SPARKFUN_XRP_CONTROLLER_BETA.manifest": [], + "ports.rp2.boards.W5100S_EVB_PICO.manifest": [], + "ports.rp2.boards.W5500_EVB_PICO.manifest": [], + "ports.rp2.boards.WEACTSTUDIO.manifest": [], + "ports.rp2.boards.WEACTSTUDIO.modules.board": [], + "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE.manifest": [], + "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE.modules.board": [], + "ports.rp2.modules.rp2": [], + "ports.rp2.modules._boot": [], + "ports.rp2.modules._boot_fat": [], + "ports.samd.boards.make-pins": [], + "ports.samd.boards.manifest": [], + "ports.samd.mcu.samd21.manifest": [], + "ports.samd.mcu.samd51.manifest": [], + "ports.samd.modules._boot": [], + "ports.stm32.make-stmconst": [], + "ports.stm32.boards.make-pins": [], + "ports.stm32.boards.manifest": [], + "ports.stm32.boards.manifest_pyboard": [], + "ports.stm32.boards.plli2svalues": [], + "ports.stm32.boards.pllvalues": [], + "ports.stm32.boards.ARDUINO_GIGA.manifest": [], + "ports.stm32.boards.ARDUINO_NICLA_VISION.manifest": [], + "ports.stm32.boards.ARDUINO_OPTA.manifest": [], + "ports.stm32.boards.ARDUINO_PORTENTA_H7.manifest": [], + "ports.stm32.boards.GARATRONIC_PYBSTICK26_F411.manifest": [], + "ports.stm32.boards.LEGO_HUB_NO6.appupdate": [], + "ports.stm32.boards.LEGO_HUB_NO6.manifest": [], + "ports.stm32.boards.LEGO_HUB_NO7.manifest": [], + "ports.stm32.boards.NUCLEO_F429ZI.manifest": [], + "ports.stm32.boards.NUCLEO_F439ZI.manifest": [], + "ports.stm32.boards.NUCLEO_F746ZG.manifest": [], + "ports.stm32.boards.NUCLEO_F756ZG.manifest": [], + "ports.stm32.boards.NUCLEO_F767ZI.manifest": [], + "ports.stm32.boards.NUCLEO_H723ZG.manifest": [], + "ports.stm32.boards.NUCLEO_H743ZI.manifest": [], + "ports.stm32.boards.NUCLEO_WB55.rfcore_debug": [], + "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware": [], + "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware": [], + "ports.stm32.boards.NUCLEO_WL55.manifest": [], + "ports.stm32.boards.OLIMEX_E407.manifest": [], + "ports.stm32.boards.OPENMV_N6.manifest": [], + "ports.stm32.boards.PYBD_SF2.manifest": [], + "ports.stm32.boards.PYBV10.manifest": [], + "ports.stm32.boards.STM32F4DISC.staccel": [], + "ports.stm32.boards.STM32F769DISC.manifest": [], + "ports.stm32.boards.STM32F7DISC.manifest": [], + "ports.stm32.boards.STM32H573I_DK.manifest": [], + "ports.stm32.boards.STM32H747I_DISCO.manifest": [], + "ports.stm32.boards.VCC_GND_F407ZG.manifest": [], + "ports.stm32.boards.WEACTSTUDIO_MINI_STM32H743.manifest": [], + "ports.stm32.mboot.fwupdate": [], + "ports.stm32.mboot.mboot": [], + "ports.stm32.mboot.mboot_pack_dfu": [], + "ports.unix.variants.manifest": [], + "ports.unix.variants.coverage.manifest": [], + "ports.unix.variants.coverage.frzmpy.frzmpy1": [], + "ports.unix.variants.coverage.frzmpy.frzmpy2": [], + "ports.unix.variants.coverage.frzmpy.frzmpy3": [], + "ports.unix.variants.coverage.frzmpy.frzmpy4": [], + "ports.unix.variants.coverage.frzmpy.frzqstr": [], + "ports.unix.variants.coverage.frzmpy.frzmpy_pkg1": [], + "ports.unix.variants.coverage.frzmpy.frzmpy_pkg2.mod": [], + "ports.unix.variants.coverage.frzstr.frzstr1": [], + "ports.unix.variants.coverage.frzstr.frzstr_pkg1": [], + "ports.unix.variants.coverage.frzstr.frzstr_pkg2.mod": [], + "ports.unix.variants.standard.manifest": [], + "ports.webassembly.asyncio.core": [], + "ports.webassembly.asyncio": [ + { + "from_module": "ports.webassembly.asyncio", + "imports": "core.*", + "type": "from_import", + "relative_level": 1, + "module_part": "core", + "symbol_part": "*", + "lineno": 4 + }, + { + "from_module": "ports.webassembly.asyncio", + "imports": "funcs.wait_for", + "type": "from_import", + "relative_level": 1, + "module_part": "funcs", + "symbol_part": "wait_for", + "lineno": 5 + }, + { + "from_module": "ports.webassembly.asyncio", + "imports": "funcs.wait_for_ms", + "type": "from_import", + "relative_level": 1, + "module_part": "funcs", + "symbol_part": "wait_for_ms", + "lineno": 5 + }, + { + "from_module": "ports.webassembly.asyncio", + "imports": "funcs.gather", + "type": "from_import", + "relative_level": 1, + "module_part": "funcs", + "symbol_part": "gather", + "lineno": 5 + }, + { + "from_module": "ports.webassembly.asyncio", + "imports": "event.Event", + "type": "from_import", + "relative_level": 1, + "module_part": "event", + "symbol_part": "Event", + "lineno": 6 + }, + { + "from_module": "ports.webassembly.asyncio", + "imports": "lock.Lock", + "type": "from_import", + "relative_level": 1, + "module_part": "lock", + "symbol_part": "Lock", + "lineno": 7 + } + ], + "ports.webassembly.variants.manifest": [], + "ports.webassembly.variants.pyscript.manifest": [], + "ports.windows.variants.manifest": [], + "ports.windows.variants.dev.manifest": [], + "ports.zephyr.boards.manifest": [], + "ports.zephyr.boards.bflb.manifest": [], + "ports.zephyr.boards.mimxrt1020_evk.manifest": [], + "ports.zephyr.boards.xiao_ble_nrf52840_sense.manifest": [], + "ports.zephyr.modules._boot": [], + "py.makecompresseddata": [], + "py.makemoduledefs": [], + "py.makeqstrdata": [], + "py.makeqstrdefs": [], + "py.makeversionhdr": [], + "py.make_root_pointers": [], + "shared.memzip.make-memzip": [], + "tests.run-internalbench": [], + "tests.run-multitests": [], + "tests.run-natmodtests": [], + "tests.run-perfbench": [], + "tests.run-tests": [], + "tests.serial_test": [], + "tests.test_utils": [], + "tests.assets.frozentest": [], + "tests.basics.0prelim": [], + "tests.basics.andor": [], + "tests.basics.annotate_var": [], + "tests.basics.array1": [], + "tests.basics.array_add": [], + "tests.basics.array_construct": [], + "tests.basics.array_construct2": [], + "tests.basics.array_construct_endian": [], + "tests.basics.array_intbig": [], + "tests.basics.array_micropython": [], + "tests.basics.assign1": [], + "tests.basics.assign_expr": [], + "tests.basics.assign_expr_scope": [], + "tests.basics.assign_expr_syntaxerror": [], + "tests.basics.async_await": [], + "tests.basics.async_await2": [], + "tests.basics.async_def": [], + "tests.basics.async_for": [], + "tests.basics.async_for2": [], + "tests.basics.async_syntaxerror": [], + "tests.basics.async_with": [], + "tests.basics.async_with2": [], + "tests.basics.async_with_break": [], + "tests.basics.async_with_return": [], + "tests.basics.attrtuple1": [], + "tests.basics.attrtuple2": [], + "tests.basics.bool1": [], + "tests.basics.boundmeth1": [], + "tests.basics.break": [], + "tests.basics.builtin_abs": [], + "tests.basics.builtin_abs_intbig": [], + "tests.basics.builtin_allany": [], + "tests.basics.builtin_bin": [], + "tests.basics.builtin_bin_intbig": [], + "tests.basics.builtin_callable": [], + "tests.basics.builtin_chr": [], + "tests.basics.builtin_compile": [], + "tests.basics.builtin_delattr": [], + "tests.basics.builtin_dir": [], + "tests.basics.builtin_divmod": [], + "tests.basics.builtin_divmod_intbig": [], + "tests.basics.builtin_ellipsis": [], + "tests.basics.builtin_enumerate": [], + "tests.basics.builtin_eval": [], + "tests.basics.builtin_eval_buffer": [], + "tests.basics.builtin_eval_error": [], + "tests.basics.builtin_exec": [], + "tests.basics.builtin_exec_buffer": [], + "tests.basics.builtin_filter": [], + "tests.basics.builtin_getattr": [], + "tests.basics.builtin_hasattr": [], + "tests.basics.builtin_hash": [], + "tests.basics.builtin_hash_gen": [], + "tests.basics.builtin_hash_intbig": [], + "tests.basics.builtin_help": [], + "tests.basics.builtin_hex": [], + "tests.basics.builtin_hex_intbig": [], + "tests.basics.builtin_id": [], + "tests.basics.builtin_issubclass": [], + "tests.basics.builtin_len1": [], + "tests.basics.builtin_locals": [], + "tests.basics.builtin_map": [], + "tests.basics.builtin_minmax": [], + "tests.basics.builtin_next_arg2": [], + "tests.basics.builtin_oct": [], + "tests.basics.builtin_oct_intbig": [], + "tests.basics.builtin_ord": [], + "tests.basics.builtin_override": [ + { + "from_module": "tests.basics.builtin_override", + "imports": "a.a", + "type": "from_import", + "relative_level": 1, + "module_part": "a", + "symbol_part": "a", + "lineno": 35 + }, + { + "from_module": "tests.basics.builtin_override", + "imports": "a.a", + "type": "from_import", + "relative_level": 2, + "module_part": "a", + "symbol_part": "a", + "lineno": 36 + }, + { + "from_module": "tests.basics.builtin_override", + "imports": "a.b", + "type": "from_import", + "relative_level": 2, + "module_part": "a", + "symbol_part": "b", + "lineno": 36 + } + ], + "tests.basics.builtin_pow": [], + "tests.basics.builtin_pow3": [], + "tests.basics.builtin_pow3_intbig": [], + "tests.basics.builtin_print": [], + "tests.basics.builtin_property": [], + "tests.basics.builtin_property_inherit": [], + "tests.basics.builtin_range": [], + "tests.basics.builtin_range_attrs": [], + "tests.basics.builtin_range_binop": [], + "tests.basics.builtin_range_maxsize": [], + "tests.basics.builtin_reversed": [], + "tests.basics.builtin_round": [], + "tests.basics.builtin_round_int": [], + "tests.basics.builtin_round_intbig": [], + "tests.basics.builtin_setattr": [], + "tests.basics.builtin_slice": [], + "tests.basics.builtin_sorted": [], + "tests.basics.builtin_str_hex": [], + "tests.basics.builtin_sum": [], + "tests.basics.builtin_super": [], + "tests.basics.builtin_type": [], + "tests.basics.builtin_zip": [], + "tests.basics.bytearray1": [], + "tests.basics.bytearray_add": [], + "tests.basics.bytearray_add_self": [], + "tests.basics.bytearray_append": [], + "tests.basics.bytearray_byte_operations": [], + "tests.basics.bytearray_center": [], + "tests.basics.bytearray_construct": [], + "tests.basics.bytearray_construct_array": [], + "tests.basics.bytearray_construct_endian": [], + "tests.basics.bytearray_count": [], + "tests.basics.bytearray_decode": [], + "tests.basics.bytearray_intbig": [], + "tests.basics.bytearray_partition": [], + "tests.basics.bytearray_slice_assign": [], + "tests.basics.bytes": [], + "tests.basics.bytes_add": [], + "tests.basics.bytes_add_array": [], + "tests.basics.bytes_add_bytearray": [], + "tests.basics.bytes_add_endian": [], + "tests.basics.bytes_center": [], + "tests.basics.bytes_compare": [], + "tests.basics.bytes_compare2": [], + "tests.basics.bytes_compare3": [], + "tests.basics.bytes_compare_array": [], + "tests.basics.bytes_compare_bytearray": [], + "tests.basics.bytes_construct": [], + "tests.basics.bytes_construct_array": [], + "tests.basics.bytes_construct_bytearray": [], + "tests.basics.bytes_construct_endian": [], + "tests.basics.bytes_construct_intbig": [], + "tests.basics.bytes_count": [], + "tests.basics.bytes_escape_unicode": [], + "tests.basics.bytes_find": [], + "tests.basics.bytes_format_modulo": [], + "tests.basics.bytes_gen": [], + "tests.basics.bytes_index": [], + "tests.basics.bytes_large": [], + "tests.basics.bytes_mult": [], + "tests.basics.bytes_partition": [], + "tests.basics.bytes_replace": [], + "tests.basics.bytes_split": [], + "tests.basics.bytes_strip": [], + "tests.basics.bytes_subscr": [], + "tests.basics.class1": [], + "tests.basics.class2": [], + "tests.basics.class3": [], + "tests.basics.class_bases": [], + "tests.basics.class_bind_self": [], + "tests.basics.class_binop": [], + "tests.basics.class_call": [], + "tests.basics.class_contains": [], + "tests.basics.class_delattr_setattr": [], + "tests.basics.class_descriptor": [], + "tests.basics.class_dict": [], + "tests.basics.class_emptybases": [], + "tests.basics.class_getattr": [], + "tests.basics.class_inherit1": [], + "tests.basics.class_inherit_mul": [], + "tests.basics.class_inplace_op": [], + "tests.basics.class_inplace_op2": [], + "tests.basics.class_instance_override": [], + "tests.basics.class_item": [], + "tests.basics.class_misc": [], + "tests.basics.class_new": [], + "tests.basics.class_notimpl": [], + "tests.basics.class_number": [], + "tests.basics.class_ordereddict": [], + "tests.basics.class_reverse_op": [], + "tests.basics.class_setname_hazard": [], + "tests.basics.class_setname_hazard_rand": [], + "tests.basics.class_staticclassmethod": [], + "tests.basics.class_store": [], + "tests.basics.class_store_class": [], + "tests.basics.class_str": [], + "tests.basics.class_super": [], + "tests.basics.class_super_aslocal": [], + "tests.basics.class_super_closure": [], + "tests.basics.class_super_multinherit": [], + "tests.basics.class_super_object": [], + "tests.basics.class_use_other": [], + "tests.basics.closure1": [], + "tests.basics.closure2": [], + "tests.basics.closure_defargs": [], + "tests.basics.closure_manyvars": [], + "tests.basics.closure_namedarg": [], + "tests.basics.compare_multi": [], + "tests.basics.comprehension1": [], + "tests.basics.containment": [], + "tests.basics.continue": [], + "tests.basics.decorator": [], + "tests.basics.del_attr": [], + "tests.basics.del_deref": [], + "tests.basics.del_global": [], + "tests.basics.del_local": [], + "tests.basics.del_name": [], + "tests.basics.del_subscr": [], + "tests.basics.deque1": [], + "tests.basics.deque2": [], + "tests.basics.deque_micropython": [], + "tests.basics.deque_slice": [], + "tests.basics.dict1": [], + "tests.basics.dict2": [], + "tests.basics.dict_clear": [], + "tests.basics.dict_construct": [], + "tests.basics.dict_copy": [], + "tests.basics.dict_del": [], + "tests.basics.dict_fixed": [], + "tests.basics.dict_fromkeys": [], + "tests.basics.dict_fromkeys2": [], + "tests.basics.dict_from_iter": [], + "tests.basics.dict_get": [], + "tests.basics.dict_intern": [], + "tests.basics.dict_iterator": [], + "tests.basics.dict_pop": [], + "tests.basics.dict_popitem": [], + "tests.basics.dict_setdefault": [], + "tests.basics.dict_specialmeth": [], + "tests.basics.dict_union": [], + "tests.basics.dict_update": [], + "tests.basics.dict_views": [], + "tests.basics.equal": [], + "tests.basics.equal_class": [], + "tests.basics.errno1": [], + "tests.basics.exception1": [], + "tests.basics.exception_chain": [], + "tests.basics.exceptpoly": [], + "tests.basics.exceptpoly2": [], + "tests.basics.except_match_tuple": [], + "tests.basics.floordivide": [], + "tests.basics.floordivide_intbig": [], + "tests.basics.for1": [], + "tests.basics.for2": [], + "tests.basics.for3": [], + "tests.basics.for_break": [], + "tests.basics.for_else": [], + "tests.basics.for_range": [], + "tests.basics.for_return": [], + "tests.basics.frozenset1": [], + "tests.basics.frozenset_add": [], + "tests.basics.frozenset_binop": [], + "tests.basics.frozenset_copy": [], + "tests.basics.frozenset_difference": [], + "tests.basics.frozenset_set": [], + "tests.basics.fun1": [], + "tests.basics.fun2": [], + "tests.basics.fun3": [], + "tests.basics.fun_annotations": [], + "tests.basics.fun_calldblstar": [], + "tests.basics.fun_calldblstar2": [], + "tests.basics.fun_calldblstar3": [], + "tests.basics.fun_calldblstar4": [], + "tests.basics.fun_callstar": [], + "tests.basics.fun_callstardblstar": [], + "tests.basics.fun_callstar_kwarg": [], + "tests.basics.fun_code": [], + "tests.basics.fun_code_colines": [], + "tests.basics.fun_code_full": [], + "tests.basics.fun_code_lnotab": [], + "tests.basics.fun_defargs": [], + "tests.basics.fun_defargs2": [], + "tests.basics.fun_error": [], + "tests.basics.fun_error2": [], + "tests.basics.fun_globals": [], + "tests.basics.fun_kwargs": [], + "tests.basics.fun_kwonly": [], + "tests.basics.fun_kwonlydef": [], + "tests.basics.fun_kwvarargs": [], + "tests.basics.fun_largestate": [], + "tests.basics.fun_name": [], + "tests.basics.fun_str": [], + "tests.basics.fun_varargs": [], + "tests.basics.gc1": [], + "tests.basics.generator1": [], + "tests.basics.generator2": [], + "tests.basics.generator_args": [], + "tests.basics.generator_close": [], + "tests.basics.generator_closure": [], + "tests.basics.generator_exc": [], + "tests.basics.generator_name": [], + "tests.basics.generator_pend_throw": [], + "tests.basics.generator_pep479": [], + "tests.basics.generator_return": [], + "tests.basics.generator_send": [], + "tests.basics.generator_throw": [], + "tests.basics.generator_throw_multi_arg": [], + "tests.basics.generator_throw_nested": [], + "tests.basics.generator_throw_repeat": [], + "tests.basics.gen_yield_from": [], + "tests.basics.gen_yield_from_close": [], + "tests.basics.gen_yield_from_ducktype": [], + "tests.basics.gen_yield_from_exc": [], + "tests.basics.gen_yield_from_executing": [], + "tests.basics.gen_yield_from_iter": [], + "tests.basics.gen_yield_from_pending": [], + "tests.basics.gen_yield_from_send": [], + "tests.basics.gen_yield_from_stopped": [], + "tests.basics.gen_yield_from_throw": [], + "tests.basics.gen_yield_from_throw2": [], + "tests.basics.gen_yield_from_throw3": [], + "tests.basics.gen_yield_from_throw_multi_arg": [], + "tests.basics.gen_yield_from_throw_repeat": [], + "tests.basics.getattr": [], + "tests.basics.getitem": [], + "tests.basics.globals_del": [], + "tests.basics.ifcond": [], + "tests.basics.ifexpr": [], + "tests.basics.import_instance_method": [], + "tests.basics.import_star_nonmodule": [], + "tests.basics.int1": [], + "tests.basics.int2": [], + "tests.basics.int_64_basics": [], + "tests.basics.int_big1": [], + "tests.basics.int_big_add": [], + "tests.basics.int_big_and": [], + "tests.basics.int_big_and2": [], + "tests.basics.int_big_and3": [], + "tests.basics.int_big_cmp": [], + "tests.basics.int_big_div": [], + "tests.basics.int_big_error": [], + "tests.basics.int_big_lshift": [], + "tests.basics.int_big_mod": [], + "tests.basics.int_big_mul": [], + "tests.basics.int_big_or": [], + "tests.basics.int_big_or2": [], + "tests.basics.int_big_or3": [], + "tests.basics.int_big_pow": [], + "tests.basics.int_big_rshift": [], + "tests.basics.int_big_to_small": [], + "tests.basics.int_big_to_small_int29": [], + "tests.basics.int_big_unary": [], + "tests.basics.int_big_xor": [], + "tests.basics.int_big_xor2": [], + "tests.basics.int_big_xor3": [], + "tests.basics.int_big_zeroone": [], + "tests.basics.int_bytes": [], + "tests.basics.int_bytes_int64": [], + "tests.basics.int_bytes_intbig": [], + "tests.basics.int_bytes_optional_args_cp311": [], + "tests.basics.int_constfolding": [], + "tests.basics.int_constfolding_intbig": [], + "tests.basics.int_divmod": [], + "tests.basics.int_divmod_intbig": [], + "tests.basics.int_divzero": [], + "tests.basics.int_intbig": [], + "tests.basics.int_parse": [], + "tests.basics.int_small": [], + "tests.basics.io_buffered_writer": [], + "tests.basics.io_bytesio_cow": [], + "tests.basics.io_bytesio_ext": [], + "tests.basics.io_bytesio_ext2": [], + "tests.basics.io_iobase": [], + "tests.basics.io_stringio1": [], + "tests.basics.io_stringio_base": [], + "tests.basics.io_stringio_with": [], + "tests.basics.io_write_ext": [], + "tests.basics.is_isnot": [], + "tests.basics.is_isnot_literal": [], + "tests.basics.iter0": [], + "tests.basics.iter1": [], + "tests.basics.iter2": [], + "tests.basics.iter_of_iter": [], + "tests.basics.lambda1": [], + "tests.basics.lambda_defargs": [], + "tests.basics.lexer": [], + "tests.basics.list1": [], + "tests.basics.list_clear": [], + "tests.basics.list_compare": [], + "tests.basics.list_copy": [], + "tests.basics.list_count": [], + "tests.basics.list_extend": [], + "tests.basics.list_index": [], + "tests.basics.list_insert": [], + "tests.basics.list_mult": [], + "tests.basics.list_pop": [], + "tests.basics.list_remove": [], + "tests.basics.list_reverse": [], + "tests.basics.list_slice": [], + "tests.basics.list_slice_3arg": [], + "tests.basics.list_slice_assign": [], + "tests.basics.list_slice_assign_grow": [], + "tests.basics.list_sort": [], + "tests.basics.list_sum": [], + "tests.basics.logic_constfolding": [], + "tests.basics.memoryerror": [], + "tests.basics.memoryview1": [], + "tests.basics.memoryview2": [], + "tests.basics.memoryview_gc": [], + "tests.basics.memoryview_intbig": [], + "tests.basics.memoryview_itemsize": [], + "tests.basics.memoryview_slice_assign": [], + "tests.basics.memoryview_slice_size": [], + "tests.basics.module1": [], + "tests.basics.module2": [], + "tests.basics.module_dict": [], + "tests.basics.namedtuple1": [], + "tests.basics.namedtuple_asdict": [], + "tests.basics.nanbox_smallint": [], + "tests.basics.object1": [], + "tests.basics.object_dict": [], + "tests.basics.object_new": [], + "tests.basics.op_error": [], + "tests.basics.op_error_bytearray": [], + "tests.basics.op_error_intbig": [], + "tests.basics.op_error_literal": [], + "tests.basics.op_error_memoryview": [], + "tests.basics.op_precedence": [], + "tests.basics.ordereddict1": [], + "tests.basics.ordereddict_eq": [], + "tests.basics.parser": [], + "tests.basics.python34": [], + "tests.basics.python36": [], + "tests.basics.return1": [], + "tests.basics.scope": [], + "tests.basics.scope_class": [], + "tests.basics.scope_implicit": [], + "tests.basics.self_type_check": [], + "tests.basics.seq_unpack": [], + "tests.basics.set_add": [], + "tests.basics.set_basic": [], + "tests.basics.set_binop": [], + "tests.basics.set_clear": [], + "tests.basics.set_comprehension": [], + "tests.basics.set_containment": [], + "tests.basics.set_copy": [], + "tests.basics.set_difference": [], + "tests.basics.set_discard": [], + "tests.basics.set_intersection": [], + "tests.basics.set_isdisjoint": [], + "tests.basics.set_isfooset": [], + "tests.basics.set_iter": [], + "tests.basics.set_iter_of_iter": [], + "tests.basics.set_pop": [], + "tests.basics.set_remove": [], + "tests.basics.set_specialmeth": [], + "tests.basics.set_symmetric_difference": [], + "tests.basics.set_type": [], + "tests.basics.set_union": [], + "tests.basics.set_unop": [], + "tests.basics.set_update": [], + "tests.basics.slice_attrs": [], + "tests.basics.slice_indices": [], + "tests.basics.slice_intbig": [], + "tests.basics.slice_op": [], + "tests.basics.slice_optimise": [], + "tests.basics.slots_bool_len": [], + "tests.basics.special_comparisons": [], + "tests.basics.special_comparisons2": [], + "tests.basics.special_methods": [], + "tests.basics.special_methods2": [], + "tests.basics.special_methods_intbig": [], + "tests.basics.stopiteration": [], + "tests.basics.string1": [], + "tests.basics.string_center": [], + "tests.basics.string_compare": [], + "tests.basics.string_count": [], + "tests.basics.string_crlf_conversion": [], + "tests.basics.string_cr_conversion": [], + "tests.basics.string_endswith": [], + "tests.basics.string_escape": [], + "tests.basics.string_escape_invalid": [], + "tests.basics.string_find": [], + "tests.basics.string_format": [], + "tests.basics.string_format2": [], + "tests.basics.string_format_cp310": [], + "tests.basics.string_format_error": [], + "tests.basics.string_format_intbig": [], + "tests.basics.string_format_modulo": [], + "tests.basics.string_format_modulo_int": [], + "tests.basics.string_format_sep": [], + "tests.basics.string_fstring": [], + "tests.basics.string_fstring_debug": [], + "tests.basics.string_fstring_invalid": [], + "tests.basics.string_fstring_nested": [], + "tests.basics.string_fstring_nested_py312": [], + "tests.basics.string_index": [], + "tests.basics.string_istest": [], + "tests.basics.string_join": [], + "tests.basics.string_large": [], + "tests.basics.string_mult": [], + "tests.basics.string_partition": [], + "tests.basics.string_replace": [], + "tests.basics.string_repr": [], + "tests.basics.string_rfind": [], + "tests.basics.string_rindex": [], + "tests.basics.string_rpartition": [], + "tests.basics.string_rsplit": [], + "tests.basics.string_slice": [], + "tests.basics.string_split": [], + "tests.basics.string_splitlines": [], + "tests.basics.string_startswith": [], + "tests.basics.string_strip": [], + "tests.basics.string_tstring_constructor1": [], + "tests.basics.string_tstring_whitespace": [], + "tests.basics.string_upperlow": [], + "tests.basics.struct1": [], + "tests.basics.struct1_intbig": [], + "tests.basics.struct2": [], + "tests.basics.struct_endian": [], + "tests.basics.struct_micropython": [], + "tests.basics.subclass_classmethod": [], + "tests.basics.subclass_native1": [], + "tests.basics.subclass_native2_list": [], + "tests.basics.subclass_native2_tuple": [], + "tests.basics.subclass_native3": [], + "tests.basics.subclass_native4": [], + "tests.basics.subclass_native5": [], + "tests.basics.subclass_native_buffer": [], + "tests.basics.subclass_native_call": [], + "tests.basics.subclass_native_cmp": [], + "tests.basics.subclass_native_containment": [], + "tests.basics.subclass_native_exc_new": [], + "tests.basics.subclass_native_init": [], + "tests.basics.subclass_native_iter": [], + "tests.basics.subclass_native_specmeth": [], + "tests.basics.subclass_native_str": [], + "tests.basics.syntaxerror": [], + "tests.basics.syntaxerror_return": [], + "tests.basics.sys1": [], + "tests.basics.sys_exit": [], + "tests.basics.sys_getsizeof": [], + "tests.basics.sys_path": [], + "tests.basics.sys_stdio": [], + "tests.basics.sys_stdio_buffer": [], + "tests.basics.sys_tracebacklimit": [], + "tests.basics.true_value": [], + "tests.basics.try1": [], + "tests.basics.try2": [], + "tests.basics.try3": [], + "tests.basics.try4": [], + "tests.basics.try_as_var": [], + "tests.basics.try_continue": [], + "tests.basics.try_else": [], + "tests.basics.try_else_finally": [], + "tests.basics.try_error": [], + "tests.basics.try_except_break": [], + "tests.basics.try_finally1": [], + "tests.basics.try_finally2": [], + "tests.basics.try_finally_break": [], + "tests.basics.try_finally_break2": [], + "tests.basics.try_finally_continue": [], + "tests.basics.try_finally_loops": [], + "tests.basics.try_finally_return": [], + "tests.basics.try_finally_return2": [], + "tests.basics.try_finally_return3": [], + "tests.basics.try_finally_return4": [], + "tests.basics.try_finally_return5": [], + "tests.basics.try_reraise": [], + "tests.basics.try_reraise2": [], + "tests.basics.try_return": [], + "tests.basics.tuple1": [], + "tests.basics.tuple_compare": [], + "tests.basics.tuple_count": [], + "tests.basics.tuple_index": [], + "tests.basics.tuple_mult": [], + "tests.basics.tuple_slice": [], + "tests.basics.tuple_subclass": [], + "tests.basics.types1": [], + "tests.basics.types2": [], + "tests.basics.unary_op": [], + "tests.basics.unboundlocal": [], + "tests.basics.unpack1": [], + "tests.basics.weakref_callback_exception": [], + "tests.basics.weakref_finalize_basic": [], + "tests.basics.weakref_finalize_collect": [], + "tests.basics.weakref_multiple_refs": [], + "tests.basics.weakref_ref_basic": [], + "tests.basics.weakref_ref_collect": [], + "tests.basics.while1": [], + "tests.basics.while_cond": [], + "tests.basics.while_nest_exc": [], + "tests.basics.with1": [], + "tests.basics.with_break": [], + "tests.basics.with_continue": [], + "tests.basics.with_raise": [], + "tests.basics.with_return": [], + "tests.cmdline.cmd_compile_only": [], + "tests.cmdline.cmd_file_variable": [], + "tests.cmdline.cmd_module_atexit": [], + "tests.cmdline.cmd_module_atexit_exc": [], + "tests.cmdline.cmd_optimise": [], + "tests.cmdline.cmd_parsetree": [], + "tests.cmdline.cmd_showbc": [], + "tests.cmdline.cmd_showbc_const": [], + "tests.cmdline.cmd_showbc_opt": [], + "tests.cmdline.cmd_sys_exit_0": [], + "tests.cmdline.cmd_sys_exit_error": [], + "tests.cmdline.cmd_sys_exit_none": [], + "tests.cmdline.cmd_verbose": [], + "tests.cmdline.repl_inspect": [], + "tests.cmdline.repl_lock": [], + "tests.cmdline.repl_micropyinspect": [], + "tests.cmdline.repl_sys_ps1_ps2": [], + "tests.cpydiff.core_class_delnotimpl": [], + "tests.cpydiff.core_class_dir": [], + "tests.cpydiff.core_class_initsubclass": [], + "tests.cpydiff.core_class_initsubclass_autoclassmethod": [], + "tests.cpydiff.core_class_initsubclass_kwargs": [], + "tests.cpydiff.core_class_initsubclass_super": [], + "tests.cpydiff.core_class_mro": [], + "tests.cpydiff.core_class_name_mangling": [], + "tests.cpydiff.core_class_strrettype": [], + "tests.cpydiff.core_class_subclassret": [], + "tests.cpydiff.core_class_supermultiple": [], + "tests.cpydiff.core_class_superproperty": [], + "tests.cpydiff.core_class_super_init": [], + "tests.cpydiff.core_exception_construction": [], + "tests.cpydiff.core_fstring_concat": [], + "tests.cpydiff.core_fstring_parser": [], + "tests.cpydiff.core_fstring_repr": [], + "tests.cpydiff.core_function_argcount": [], + "tests.cpydiff.core_function_moduleattr": [], + "tests.cpydiff.core_function_star": [], + "tests.cpydiff.core_function_userattr": [], + "tests.cpydiff.core_generator_noexit": [], + "tests.cpydiff.core_import_path": [], + "tests.cpydiff.core_import_split_ns_pkgs": [], + "tests.cpydiff.core_locals": [], + "tests.cpydiff.core_locals_eval": [], + "tests.cpydiff.modules_array_containment": [], + "tests.cpydiff.modules_array_deletion": [], + "tests.cpydiff.modules_array_subscrstep": [], + "tests.cpydiff.modules_errno_enotsup": [], + "tests.cpydiff.modules_json_nonserializable": [], + "tests.cpydiff.modules_os_environ": [], + "tests.cpydiff.modules_os_getenv": [], + "tests.cpydiff.modules_random_getrandbits": [], + "tests.cpydiff.modules_random_randint": [], + "tests.cpydiff.modules_struct_fewargs": [], + "tests.cpydiff.modules_struct_manyargs": [], + "tests.cpydiff.modules_struct_whitespace_in_format": [], + "tests.cpydiff.modules_sys_stdassign": [], + "tests.cpydiff.module_array_comparison": [], + "tests.cpydiff.module_array_constructor": [], + "tests.cpydiff.syntax_annotation_expression": [], + "tests.cpydiff.syntax_arg_unpacking": [], + "tests.cpydiff.syntax_assign_expr": [], + "tests.cpydiff.syntax_literal_underscore": [], + "tests.cpydiff.syntax_spaces": [], + "tests.cpydiff.syntax_unicode_nameesc": [], + "tests.cpydiff.types_bytearray_sliceassign": [], + "tests.cpydiff.types_bytes_format": [], + "tests.cpydiff.types_bytes_keywords": [], + "tests.cpydiff.types_bytes_subscrstep": [], + "tests.cpydiff.types_complex_parser": [], + "tests.cpydiff.types_dict_keys_set": [], + "tests.cpydiff.types_exception_attrs": [], + "tests.cpydiff.types_exception_chaining": [], + "tests.cpydiff.types_exception_instancevar": [], + "tests.cpydiff.types_exception_loops": [], + "tests.cpydiff.types_exception_subclassinit": [], + "tests.cpydiff.types_float_implicit_conversion": [], + "tests.cpydiff.types_int_bit_length": [], + "tests.cpydiff.types_int_subclassconv": [], + "tests.cpydiff.types_int_to_bytes": [], + "tests.cpydiff.types_list_delete_subscrstep": [], + "tests.cpydiff.types_list_store_noniter": [], + "tests.cpydiff.types_list_store_subscrstep": [], + "tests.cpydiff.types_memoryview_invalid": [], + "tests.cpydiff.types_oserror_errnomap": [], + "tests.cpydiff.types_range_limits": [], + "tests.cpydiff.types_str_formatsep": [], + "tests.cpydiff.types_str_formatsep_float": [], + "tests.cpydiff.types_str_formatsubscr": [], + "tests.cpydiff.types_str_keywords": [], + "tests.cpydiff.types_str_ljust_rjust": [], + "tests.cpydiff.types_str_rsplitnone": [], + "tests.cpydiff.types_str_subscrstep": [], + "tests.cpydiff.types_tuple_subscrstep": [], + "tests.cpydiff.modules.foo": [], + "tests.cpydiff.modules": [], + "tests.cpydiff.modules.subpkg.foo": [], + "tests.cpydiff.modules2.subpkg.bar": [], + "tests.extmod.asyncio_as_uasyncio": [], + "tests.extmod.asyncio_await_return": [], + "tests.extmod.asyncio_basic": [], + "tests.extmod.asyncio_basic2": [], + "tests.extmod.asyncio_cancel_fair": [], + "tests.extmod.asyncio_cancel_fair2": [], + "tests.extmod.asyncio_cancel_self": [], + "tests.extmod.asyncio_cancel_task": [], + "tests.extmod.asyncio_cancel_wait_on_finished": [], + "tests.extmod.asyncio_current_task": [], + "tests.extmod.asyncio_event": [], + "tests.extmod.asyncio_event_fair": [], + "tests.extmod.asyncio_event_queue": [], + "tests.extmod.asyncio_exception": [], + "tests.extmod.asyncio_fair": [], + "tests.extmod.asyncio_gather": [], + "tests.extmod.asyncio_gather_finished_early": [], + "tests.extmod.asyncio_gather_notimpl": [], + "tests.extmod.asyncio_get_event_loop": [], + "tests.extmod.asyncio_heaplock": [], + "tests.extmod.asyncio_iterator_event": [], + "tests.extmod.asyncio_lock": [], + "tests.extmod.asyncio_lock_cancel": [], + "tests.extmod.asyncio_loop_stop": [], + "tests.extmod.asyncio_micropython": [], + "tests.extmod.asyncio_new_event_loop": [], + "tests.extmod.asyncio_set_exception_handler": [], + "tests.extmod.asyncio_task_done": [], + "tests.extmod.asyncio_threadsafeflag": [], + "tests.extmod.asyncio_wait_for": [], + "tests.extmod.asyncio_wait_for_fwd": [], + "tests.extmod.asyncio_wait_for_linked_task": [], + "tests.extmod.asyncio_wait_task": [], + "tests.extmod.binascii_a2b_base64": [], + "tests.extmod.binascii_b2a_base64": [], + "tests.extmod.binascii_crc32": [], + "tests.extmod.binascii_hexlify": [], + "tests.extmod.binascii_unhexlify": [], + "tests.extmod.btree1": [], + "tests.extmod.btree_closed": [], + "tests.extmod.btree_error": [], + "tests.extmod.btree_gc": [], + "tests.extmod.cryptolib_aes128_cbc": [], + "tests.extmod.cryptolib_aes128_ctr": [], + "tests.extmod.cryptolib_aes128_ecb": [], + "tests.extmod.cryptolib_aes128_ecb_enc": [], + "tests.extmod.cryptolib_aes128_ecb_inpl": [], + "tests.extmod.cryptolib_aes128_ecb_into": [], + "tests.extmod.cryptolib_aes256_cbc": [], + "tests.extmod.cryptolib_aes256_ecb": [], + "tests.extmod.deflate_compress": [], + "tests.extmod.deflate_compress_memory_error": [], + "tests.extmod.deflate_decompress": [], + "tests.extmod.deflate_stream_error": [], + "tests.extmod.framebuf1": [], + "tests.extmod.framebuf16": [], + "tests.extmod.framebuf2": [], + "tests.extmod.framebuf4": [], + "tests.extmod.framebuf8": [], + "tests.extmod.framebuf_blit": [], + "tests.extmod.framebuf_bounds": [], + "tests.extmod.framebuf_ellipse": [], + "tests.extmod.framebuf_palette": [], + "tests.extmod.framebuf_polygon": [], + "tests.extmod.framebuf_scroll": [], + "tests.extmod.framebuf_subclass": [], + "tests.extmod.hashlib_final": [], + "tests.extmod.hashlib_md5": [], + "tests.extmod.hashlib_sha1": [], + "tests.extmod.hashlib_sha256": [], + "tests.extmod.heapq1": [], + "tests.extmod.json_dump": [], + "tests.extmod.json_dumps": [], + "tests.extmod.json_dumps_extra": [], + "tests.extmod.json_dumps_float": [], + "tests.extmod.json_dumps_ordereddict": [], + "tests.extmod.json_dumps_separators": [], + "tests.extmod.json_dump_iobase": [], + "tests.extmod.json_dump_separators": [], + "tests.extmod.json_load": [], + "tests.extmod.json_loads": [], + "tests.extmod.json_loads_bytes": [], + "tests.extmod.json_loads_float": [], + "tests.extmod.json_loads_int_64": [], + "tests.extmod.machine1": [], + "tests.extmod.machine_disable_irq": [], + "tests.extmod.machine_hard_timer": [], + "tests.extmod.machine_i2s_rate": [], + "tests.extmod.machine_pinbase": [], + "tests.extmod.machine_pulse": [], + "tests.extmod.machine_rtc": [], + "tests.extmod.machine_signal": [], + "tests.extmod.machine_soft_timer": [], + "tests.extmod.machine_spi_rate": [], + "tests.extmod.machine_timer": [], + "tests.extmod.machine_uart_irq_txidle": [], + "tests.extmod.machine_uart_tx": [], + "tests.extmod.marshal_basic": [], + "tests.extmod.marshal_fun_nested": [], + "tests.extmod.marshal_stress": [], + "tests.extmod.os_urandom": [], + "tests.extmod.platform_basic": [], + "tests.extmod.random_basic": [], + "tests.extmod.random_extra": [], + "tests.extmod.random_extra_float": [], + "tests.extmod.random_seed_default": [], + "tests.extmod.re1": [], + "tests.extmod.re_debug": [], + "tests.extmod.re_error": [], + "tests.extmod.re_group": [], + "tests.extmod.re_groups": [], + "tests.extmod.re_limit": [], + "tests.extmod.re_namedclass": [], + "tests.extmod.re_span": [], + "tests.extmod.re_split": [], + "tests.extmod.re_split_empty": [], + "tests.extmod.re_split_notimpl": [], + "tests.extmod.re_stack_overflow": [], + "tests.extmod.re_stack_overflow2": [], + "tests.extmod.re_start_end_pos": [], + "tests.extmod.re_sub": [], + "tests.extmod.re_sub_unmatched": [], + "tests.extmod.select_ipoll": [], + "tests.extmod.select_poll_basic": [], + "tests.extmod.select_poll_custom": [], + "tests.extmod.select_poll_eintr": [], + "tests.extmod.select_poll_fd": [], + "tests.extmod.select_poll_udp": [], + "tests.extmod.socket_badconstructor": [], + "tests.extmod.socket_fileno": [], + "tests.extmod.socket_tcp_basic": [], + "tests.extmod.socket_udp_nonblock": [], + "tests.extmod.ssl_basic": [], + "tests.extmod.ssl_cadata": [], + "tests.extmod.ssl_ioctl": [], + "tests.extmod.ssl_keycert": [], + "tests.extmod.ssl_keycert_pkcs8": [], + "tests.extmod.ssl_poll": [], + "tests.extmod.ssl_sslcontext": [], + "tests.extmod.ssl_sslcontext_verify_mode": [], + "tests.extmod.ssl_sslcontext_verify_mode2": [], + "tests.extmod.ticks_add": [], + "tests.extmod.ticks_diff": [], + "tests.extmod.time_mktime": [], + "tests.extmod.time_ms_us": [], + "tests.extmod.time_res": [], + "tests.extmod.time_time_ns": [], + "tests.extmod.tls_dtls": [], + "tests.extmod.tls_noleak": [], + "tests.extmod.tls_psk": [], + "tests.extmod.tls_sslcontext_ciphers": [], + "tests.extmod.tls_sslcontext_micropython": [], + "tests.extmod.tls_threads": [], + "tests.extmod.uctypes_32bit_intbig": [], + "tests.extmod.uctypes_addressof": [], + "tests.extmod.uctypes_array_assign_le": [], + "tests.extmod.uctypes_array_assign_native_le": [], + "tests.extmod.uctypes_array_assign_native_le_intbig": [], + "tests.extmod.uctypes_array_load_store": [], + "tests.extmod.uctypes_bytearray": [], + "tests.extmod.uctypes_byteat": [], + "tests.extmod.uctypes_error": [], + "tests.extmod.uctypes_le": [], + "tests.extmod.uctypes_le_float": [], + "tests.extmod.uctypes_native_float": [], + "tests.extmod.uctypes_native_le": [], + "tests.extmod.uctypes_print": [], + "tests.extmod.uctypes_ptr_le": [], + "tests.extmod.uctypes_ptr_native_le": [], + "tests.extmod.uctypes_sizeof": [], + "tests.extmod.uctypes_sizeof_float": [], + "tests.extmod.uctypes_sizeof_layout": [], + "tests.extmod.uctypes_sizeof_native": [], + "tests.extmod.uctypes_sizeof_od": [], + "tests.extmod.vfs_basic": [], + "tests.extmod.vfs_blockdev": [], + "tests.extmod.vfs_blockdev_invalid": [], + "tests.extmod.vfs_blockdev_invalid2": [], + "tests.extmod.vfs_fat_fileio1": [], + "tests.extmod.vfs_fat_fileio2": [], + "tests.extmod.vfs_fat_finaliser": [], + "tests.extmod.vfs_fat_ilistdir_del": [], + "tests.extmod.vfs_fat_more": [], + "tests.extmod.vfs_fat_mtime": [], + "tests.extmod.vfs_fat_oldproto": [], + "tests.extmod.vfs_fat_ramdisk": [], + "tests.extmod.vfs_fat_ramdisklarge": [], + "tests.extmod.vfs_lfs": [], + "tests.extmod.vfs_lfs_corrupt": [], + "tests.extmod.vfs_lfs_error": [], + "tests.extmod.vfs_lfs_file": [], + "tests.extmod.vfs_lfs_ilistdir_del": [], + "tests.extmod.vfs_lfs_mount": [], + "tests.extmod.vfs_lfs_mtime": [], + "tests.extmod.vfs_lfs_superblock": [], + "tests.extmod.vfs_mountinfo": [], + "tests.extmod.vfs_posix": [], + "tests.extmod.vfs_posix_enoent": [], + "tests.extmod.vfs_posix_ilistdir_del": [], + "tests.extmod.vfs_posix_ilistdir_filter": [], + "tests.extmod.vfs_posix_paths": [], + "tests.extmod.vfs_posix_readonly": [], + "tests.extmod.vfs_rom": [], + "tests.extmod.vfs_userfs": [], + "tests.extmod.websocket_basic": [], + "tests.extmod.websocket_toobig": [], + "tests.extmod_hardware.machine_can_instances": [], + "tests.extmod_hardware.machine_can_timings": [], + "tests.extmod_hardware.machine_counter": [], + "tests.extmod_hardware.machine_encoder": [], + "tests.extmod_hardware.machine_i2c_target": [], + "tests.extmod_hardware.machine_pwm": [], + "tests.extmod_hardware.machine_sdcard_dma_align": [], + "tests.extmod_hardware.machine_uart_irq_break": [], + "tests.extmod_hardware.machine_uart_irq_rx": [], + "tests.extmod_hardware.machine_uart_irq_rxidle": [], + "tests.feature_check.async_check": [], + "tests.feature_check.bytearray": [], + "tests.feature_check.byteorder": [], + "tests.feature_check.complex": [], + "tests.feature_check.const": [], + "tests.feature_check.coverage": [], + "tests.feature_check.fstring": [], + "tests.feature_check.inlineasm": [], + "tests.feature_check.int_64": [], + "tests.feature_check.int_big": [], + "tests.feature_check.native_check": [], + "tests.feature_check.reverse_ops": [], + "tests.feature_check.set_check": [], + "tests.feature_check.slice": [], + "tests.feature_check.target_info": [], + "tests.float.array_construct": [], + "tests.float.builtin_float_abs": [], + "tests.float.builtin_float_hash": [], + "tests.float.builtin_float_minmax": [], + "tests.float.builtin_float_pow": [], + "tests.float.builtin_float_round": [], + "tests.float.builtin_float_round_intbig": [], + "tests.float.bytearray_construct_endian": [], + "tests.float.bytes_construct_endian": [], + "tests.float.cmath_dunder": [], + "tests.float.cmath_fun": [], + "tests.float.cmath_fun_special": [], + "tests.float.complex1": [], + "tests.float.complex1_intbig": [], + "tests.float.complex1_micropython": [], + "tests.float.complex_dunder": [], + "tests.float.complex_reverse_op": [], + "tests.float.complex_special_methods": [], + "tests.float.float1": [], + "tests.float.float2int_doubleprec_intbig": [], + "tests.float.float2int_fp30_intbig": [], + "tests.float.float2int_intbig": [], + "tests.float.float_array": [], + "tests.float.float_compare": [], + "tests.float.float_divmod": [], + "tests.float.float_divmod_relaxed": [], + "tests.float.float_dunder": [], + "tests.float.float_format": [], + "tests.float.float_format_accuracy": [], + "tests.float.float_format_ftoe": [], + "tests.float.float_format_ints": [], + "tests.float.float_format_ints_doubleprec": [], + "tests.float.float_format_ints_power10": [], + "tests.float.float_parse": [], + "tests.float.float_parse_doubleprec": [], + "tests.float.float_struct": [], + "tests.float.float_struct_e": [], + "tests.float.float_struct_e_doubleprec": [], + "tests.float.float_struct_e_fp30": [], + "tests.float.inf_nan_arith": [], + "tests.float.int_64_float": [], + "tests.float.int_big_float": [], + "tests.float.int_divzero": [], + "tests.float.int_power": [], + "tests.float.lexer": [], + "tests.float.list_index": [], + "tests.float.math_constants": [], + "tests.float.math_constants_extra": [], + "tests.float.math_domain": [], + "tests.float.math_domain_python311": [], + "tests.float.math_domain_special": [], + "tests.float.math_dunder": [], + "tests.float.math_factorial_intbig": [], + "tests.float.math_fun": [], + "tests.float.math_fun_bool": [], + "tests.float.math_fun_int": [], + "tests.float.math_fun_intbig": [], + "tests.float.math_fun_special": [], + "tests.float.math_isclose": [], + "tests.float.python36": [], + "tests.float.string_format": [], + "tests.float.string_format2": [], + "tests.float.string_format_modulo": [], + "tests.float.string_format_modulo2": [], + "tests.float.string_format_modulo2_intbig": [], + "tests.float.string_format_modulo3": [], + "tests.float.true_value": [], + "tests.float.types": [], + "tests.import.builtin_ext": [], + "tests.import.builtin_import": [], + "tests.import.gen_context": [], + "tests.import.gen_context2": [], + "tests.import.import1a": [], + "tests.import.import1b": [], + "tests.import.import2a": [], + "tests.import.import3a": [], + "tests.import.import_broken": [], + "tests.import.import_circular": [], + "tests.import.import_file": [], + "tests.import.import_long_dyn": [], + "tests.import.import_long_dyn2": [], + "tests.import.import_override": [], + "tests.import.import_override2": [], + "tests.import.import_pkg1": [], + "tests.import.import_pkg2": [], + "tests.import.import_pkg3": [], + "tests.import.import_pkg4": [], + "tests.import.import_pkg5": [], + "tests.import.import_pkg6": [], + "tests.import.import_pkg7": [], + "tests.import.import_pkg8": [], + "tests.import.import_pkg9": [], + "tests.import.import_star": [], + "tests.import.import_star_error": [], + "tests.import.module_dict": [], + "tests.import.module_getattr": [], + "tests.import.rel_import_inv": [ + { + "from_module": "tests.import.rel_import_inv", + "imports": "foo", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "foo", + "lineno": 2 + } + ], + "tests.import.try_module": [], + "tests.import.broken.pkg2_and_zerodiv": [], + "tests.import.broken.zerodiv": [], + "tests.import.circular.main": [], + "tests.import.circular.sub": [], + "tests.import.ext.micropython": [], + "tests.import.ext.os": [], + "tests.import.ext.sys": [], + "tests.import.ext.time": [], + "tests.import.ext.usys": [], + "tests.import.pkg.mod": [], + "tests.import.pkg": [], + "tests.import.pkg2.mod1": [], + "tests.import.pkg2.mod2": [], + "tests.import.pkg2": [], + "tests.import.pkg3.mod1": [ + { + "from_module": "tests.import.pkg3.mod1", + "imports": "mod2", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "mod2", + "lineno": 2 + } + ], + "tests.import.pkg3.mod2": [], + "tests.import.pkg3": [], + "tests.import.pkg3.subpkg1.mod1": [ + { + "from_module": "tests.import.pkg3.subpkg1.mod1", + "imports": "mod2.foo", + "type": "from_import", + "relative_level": 2, + "module_part": "mod2", + "symbol_part": "foo", + "lineno": 2 + } + ], + "tests.import.pkg3.subpkg1": [], + "tests.import.pkg6": [ + { + "from_module": "tests.import.pkg6", + "imports": "x.*", + "type": "from_import", + "relative_level": 1, + "module_part": "x", + "symbol_part": "*", + "lineno": 1 + } + ], + "tests.import.pkg6.x.y": [], + "tests.import.pkg6.x": [ + { + "from_module": "tests.import.pkg6.x", + "imports": "y.*", + "type": "from_import", + "relative_level": 1, + "module_part": "y", + "symbol_part": "*", + "lineno": 1 + } + ], + "tests.import.pkg7.mod1": [], + "tests.import.pkg7.mod2": [], + "tests.import.pkg7": [], + "tests.import.pkg7.subpkg1": [], + "tests.import.pkg7.subpkg1.subpkg2.mod3": [ + { + "from_module": "tests.import.pkg7.subpkg1.subpkg2.mod3", + "imports": "mod1", + "type": "from_import", + "relative_level": 3, + "module_part": "", + "symbol_part": "mod1", + "lineno": 1 + }, + { + "from_module": "tests.import.pkg7.subpkg1.subpkg2.mod3", + "imports": "mod2.bar", + "type": "from_import", + "relative_level": 3, + "module_part": "mod2", + "symbol_part": "bar", + "lineno": 2 + }, + { + "from_module": "tests.import.pkg7.subpkg1.subpkg2.mod3", + "imports": "mod1", + "type": "from_import", + "relative_level": 4, + "module_part": "", + "symbol_part": "mod1", + "lineno": 11 + } + ], + "tests.import.pkg7.subpkg1.subpkg2": [], + "tests.import.pkg8.mod": [], + "tests.import.pkg9.mod1": [], + "tests.import.pkg9.mod2": [ + { + "from_module": "tests.import.pkg9.mod2", + "imports": "mod2", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "mod2", + "lineno": 1 + } + ], + "tests.import.pkg9": [ + { + "from_module": "tests.import.pkg9", + "imports": "mod1.mod1", + "type": "from_import", + "relative_level": 1, + "module_part": "mod1", + "symbol_part": "mod1", + "lineno": 1 + } + ], + "tests.import.pkgstar_all_array.funcs": [], + "tests.import.pkgstar_all_array": [], + "tests.import.pkgstar_all_inval": [], + "tests.import.pkgstar_all_miss": [], + "tests.import.pkgstar_all_tuple": [], + "tests.import.pkgstar_default": [], + "tests.inlineasm.rv32.asmargs": [], + "tests.inlineasm.rv32.asmarith": [], + "tests.inlineasm.rv32.asmbranch": [], + "tests.inlineasm.rv32.asmconst": [], + "tests.inlineasm.rv32.asmcsr": [], + "tests.inlineasm.rv32.asmdata": [], + "tests.inlineasm.rv32.asmdivmul": [], + "tests.inlineasm.rv32.asmjump": [], + "tests.inlineasm.rv32.asmloadstore": [], + "tests.inlineasm.rv32.asmrettype": [], + "tests.inlineasm.rv32.asmsanity": [], + "tests.inlineasm.rv32.asmshift": [], + "tests.inlineasm.rv32.asmstack": [], + "tests.inlineasm.rv32.asmsum": [], + "tests.inlineasm.rv32.asm_ext_zba": [], + "tests.inlineasm.rv32.asm_ext_zcmp": [], + "tests.inlineasm.thumb.asmargs": [], + "tests.inlineasm.thumb.asmblbx": [], + "tests.inlineasm.thumb.asmdata": [], + "tests.inlineasm.thumb.asmerrors": [], + "tests.inlineasm.thumb.asmpushpop": [], + "tests.inlineasm.thumb.asmrettype": [], + "tests.inlineasm.thumb.asmshift": [], + "tests.inlineasm.thumb.asmsum": [], + "tests.inlineasm.thumb.asm_thumb2_bcc": [], + "tests.inlineasm.thumb.asm_thumb2_bitops": [], + "tests.inlineasm.thumb.asm_thumb2_const": [], + "tests.inlineasm.thumb.asm_thumb2_div": [], + "tests.inlineasm.thumb.asm_thumb2_it": [], + "tests.inlineasm.thumb.asm_thumb2_specialregs": [], + "tests.inlineasm.thumb.asm_vfp_addsub": [], + "tests.inlineasm.thumb.asm_vfp_cmp": [], + "tests.inlineasm.thumb.asm_vfp_ldrstr": [], + "tests.inlineasm.thumb.asm_vfp_muldiv": [], + "tests.inlineasm.thumb.asm_vfp_sqrt": [], + "tests.inlineasm.xtensa.asmargs": [], + "tests.inlineasm.xtensa.asmarith": [], + "tests.inlineasm.xtensa.asmbranch": [], + "tests.inlineasm.xtensa.asmjump": [], + "tests.inlineasm.xtensa.asmloadstore": [], + "tests.inlineasm.xtensa.asmmisc": [], + "tests.inlineasm.xtensa.asmshift": [], + "tests.internal_bench.arrayop-1-list_inplace": [], + "tests.internal_bench.arrayop-2-list_map": [], + "tests.internal_bench.arrayop-3-bytearray_inplace": [], + "tests.internal_bench.arrayop-4-bytearray_map": [], + "tests.internal_bench.bench": [], + "tests.internal_bench.bytealloc-1-bytes_n": [], + "tests.internal_bench.bytealloc-2-repeat": [], + "tests.internal_bench.bytebuf-1-inplace": [], + "tests.internal_bench.bytebuf-2-join_map_bytes": [], + "tests.internal_bench.bytebuf-3-bytarray_map": [], + "tests.internal_bench.class_create-0-empty": [], + "tests.internal_bench.class_create-1-slots": [], + "tests.internal_bench.class_create-1.1-slots5": [], + "tests.internal_bench.class_create-2-classattr": [], + "tests.internal_bench.class_create-2.1-classattr5": [], + "tests.internal_bench.class_create-2.3-classattr5objs": [], + "tests.internal_bench.class_create-3-instancemethod": [], + "tests.internal_bench.class_create-4-classmethod": [], + "tests.internal_bench.class_create-4.1-classmethod_implicit": [], + "tests.internal_bench.class_create-5-staticmethod": [], + "tests.internal_bench.class_create-6-getattribute": [], + "tests.internal_bench.class_create-6.1-getattr": [], + "tests.internal_bench.class_create-6.2-property": [], + "tests.internal_bench.class_create-6.3-descriptor": [], + "tests.internal_bench.class_create-7-inherit": [], + "tests.internal_bench.class_create-7.1-inherit_initsubclass": [], + "tests.internal_bench.class_create-8-metaclass_setname": [], + "tests.internal_bench.class_create-8.1-metaclass_setname5": [], + "tests.internal_bench.class_instance-0-object": [], + "tests.internal_bench.class_instance-0.1-object-gc": [], + "tests.internal_bench.class_instance-1-empty": [], + "tests.internal_bench.class_instance-1.1-classattr": [], + "tests.internal_bench.class_instance-1.2-func": [], + "tests.internal_bench.class_instance-1.3-empty-gc": [], + "tests.internal_bench.class_instance-2-init": [], + "tests.internal_bench.class_instance-2.1-init_super": [], + "tests.internal_bench.class_instance-2.2-new": [], + "tests.internal_bench.class_instance-3-del": [], + "tests.internal_bench.class_instance-3.1-del-gc": [], + "tests.internal_bench.class_instance-4-slots": [], + "tests.internal_bench.class_instance-4.1-slots5": [], + "tests.internal_bench.from_iter-1-list_bound": [], + "tests.internal_bench.from_iter-2-list_unbound": [], + "tests.internal_bench.from_iter-3-tuple_bound": [], + "tests.internal_bench.from_iter-4-tuple_unbound": [], + "tests.internal_bench.from_iter-5-bytes_bound": [], + "tests.internal_bench.from_iter-6-bytes_unbound": [], + "tests.internal_bench.from_iter-7-bytearray_bound": [], + "tests.internal_bench.from_iter-8-bytearray_unbound": [], + "tests.internal_bench.funcall-1-inline": [], + "tests.internal_bench.funcall-2-funcall": [], + "tests.internal_bench.funcall-3-funcall-local": [], + "tests.internal_bench.func_args-1.1-pos_1": [], + "tests.internal_bench.func_args-1.2-pos_3": [], + "tests.internal_bench.func_args-2-pos_default_2_of_3": [], + "tests.internal_bench.func_args-3.1-kw_1": [], + "tests.internal_bench.func_args-3.2-kw_3": [], + "tests.internal_bench.func_builtin-1-enum_pos": [], + "tests.internal_bench.func_builtin-2-enum_kw": [], + "tests.internal_bench.loop_count-1-range": [], + "tests.internal_bench.loop_count-2-range_iter": [], + "tests.internal_bench.loop_count-3-while_up": [], + "tests.internal_bench.loop_count-4-while_down_gt": [], + "tests.internal_bench.loop_count-5-while_down_ne": [], + "tests.internal_bench.loop_count-5.1-while_down_ne_localvar": [], + "tests.internal_bench.var-1-constant": [], + "tests.internal_bench.var-2-global": [], + "tests.internal_bench.var-3-local": [], + "tests.internal_bench.var-4-arg": [], + "tests.internal_bench.var-5-class-attr": [], + "tests.internal_bench.var-6-instance-attr": [], + "tests.internal_bench.var-6.1-instance-attr-5": [], + "tests.internal_bench.var-6.2-instance-speciallookup": [], + "tests.internal_bench.var-6.3-instance-property": [], + "tests.internal_bench.var-6.4-instance-descriptor": [], + "tests.internal_bench.var-6.5-instance-getattr": [], + "tests.internal_bench.var-6.6-instance-builtin_ordered": [], + "tests.internal_bench.var-7-instance-meth": [], + "tests.internal_bench.var-8-namedtuple-1st": [], + "tests.internal_bench.var-8.1-namedtuple-5th": [], + "tests.internal_bench.var-9-getattr": [], + "tests.internal_bench.var-9.1-getattr_default": [], + "tests.internal_bench.var-9.2-getattr_default_special": [], + "tests.internal_bench.var-9.3-except_ok": [], + "tests.internal_bench.var-9.4-except_selfinduced": [], + "tests.internal_bench.var-9.5-except_error": [], + "tests.internal_bench.var-9.6-except_error_special": [], + "tests.io.argv": [], + "tests.io.builtin_print_file": [], + "tests.io.file1": [], + "tests.io.file_iter": [], + "tests.io.file_long_read": [], + "tests.io.file_long_read2": [], + "tests.io.file_long_read3": [], + "tests.io.file_readinto": [], + "tests.io.file_readinto_len": [], + "tests.io.file_readline": [], + "tests.io.file_seek": [], + "tests.io.file_stdio": [], + "tests.io.file_stdio2": [], + "tests.io.file_with": [], + "tests.io.open_append": [], + "tests.io.open_plus": [], + "tests.jni.list": [], + "tests.jni.object": [], + "tests.jni.system_out": [], + "tests.micropython.builtin_execfile": [], + "tests.micropython.builtin_tstring": [], + "tests.micropython.const": [], + "tests.micropython.const2": [], + "tests.micropython.const_alltypes": [], + "tests.micropython.const_annotated": [], + "tests.micropython.const_error": [], + "tests.micropython.const_float": [], + "tests.micropython.const_intbig": [], + "tests.micropython.const_math": [], + "tests.micropython.decorator": [], + "tests.micropython.decorator_error": [], + "tests.micropython.emg_exc": [], + "tests.micropython.extreme_exc": [], + "tests.micropython.heapalloc": [], + "tests.micropython.heapalloc_bytesio": [], + "tests.micropython.heapalloc_bytesio2": [], + "tests.micropython.heapalloc_exc_compressed": [], + "tests.micropython.heapalloc_exc_compressed_emg_exc": [], + "tests.micropython.heapalloc_exc_raise": [], + "tests.micropython.heapalloc_fail_bytearray": [], + "tests.micropython.heapalloc_fail_dict": [], + "tests.micropython.heapalloc_fail_list": [], + "tests.micropython.heapalloc_fail_memoryview": [], + "tests.micropython.heapalloc_fail_set": [], + "tests.micropython.heapalloc_fail_tuple": [], + "tests.micropython.heapalloc_inst_call": [], + "tests.micropython.heapalloc_int_from_bytes": [], + "tests.micropython.heapalloc_iter": [], + "tests.micropython.heapalloc_slice": [], + "tests.micropython.heapalloc_str": [], + "tests.micropython.heapalloc_super": [], + "tests.micropython.heapalloc_traceback": [], + "tests.micropython.heapalloc_yield_from": [], + "tests.micropython.heap_lock": [], + "tests.micropython.heap_locked": [], + "tests.micropython.import_mpy_invalid": [], + "tests.micropython.import_mpy_native": [], + "tests.micropython.import_mpy_native_gc": [], + "tests.micropython.incomplete_exc": [], + "tests.micropython.io_badlength": [], + "tests.micropython.kbd_intr": [], + "tests.micropython.meminfo": [], + "tests.micropython.memstats": [], + "tests.micropython.native_closure": [], + "tests.micropython.native_const": [], + "tests.micropython.native_const_intbig": [], + "tests.micropython.native_for": [], + "tests.micropython.native_fun_attrs": [], + "tests.micropython.native_fun_attrs_code": [], + "tests.micropython.native_gen": [], + "tests.micropython.native_marshal": [], + "tests.micropython.native_misc": [], + "tests.micropython.native_try": [], + "tests.micropython.native_try_deep": [], + "tests.micropython.native_while": [], + "tests.micropython.native_with": [], + "tests.micropython.opt_level": [], + "tests.micropython.opt_level_lineno": [], + "tests.micropython.ringio": [], + "tests.micropython.ringio_async": [], + "tests.micropython.ringio_big": [], + "tests.micropython.schedule": [], + "tests.micropython.schedule_sleep": [], + "tests.micropython.stack_use": [], + "tests.micropython.test_normalize_newlines": [], + "tests.micropython.viper_addr": [], + "tests.micropython.viper_binop_arith": [], + "tests.micropython.viper_binop_arith_uint": [], + "tests.micropython.viper_binop_bitwise_uint": [], + "tests.micropython.viper_binop_comp": [], + "tests.micropython.viper_binop_comp_imm": [], + "tests.micropython.viper_binop_comp_uint": [], + "tests.micropython.viper_binop_divmod": [], + "tests.micropython.viper_binop_multi_comp": [], + "tests.micropython.viper_cond": [], + "tests.micropython.viper_const": [], + "tests.micropython.viper_const_intbig": [], + "tests.micropython.viper_error": [], + "tests.micropython.viper_globals": [], + "tests.micropython.viper_import": [], + "tests.micropython.viper_large_jump": [], + "tests.micropython.viper_misc": [], + "tests.micropython.viper_misc2": [], + "tests.micropython.viper_misc3": [], + "tests.micropython.viper_misc_intbig": [], + "tests.micropython.viper_preserve_invariants": [], + "tests.micropython.viper_ptr16_load": [], + "tests.micropython.viper_ptr16_load_boundary": [], + "tests.micropython.viper_ptr16_store": [], + "tests.micropython.viper_ptr16_store_boundary": [], + "tests.micropython.viper_ptr32_load": [], + "tests.micropython.viper_ptr32_load_boundary": [], + "tests.micropython.viper_ptr32_store": [], + "tests.micropython.viper_ptr32_store_boundary": [], + "tests.micropython.viper_ptr8_load": [], + "tests.micropython.viper_ptr8_load_boundary": [], + "tests.micropython.viper_ptr8_store": [], + "tests.micropython.viper_ptr8_store_boundary": [], + "tests.micropython.viper_storeattr": [], + "tests.micropython.viper_subscr": [], + "tests.micropython.viper_subscr_multi": [], + "tests.micropython.viper_try": [], + "tests.micropython.viper_types": [], + "tests.micropython.viper_unop": [], + "tests.micropython.viper_with": [], + "tests.misc.cexample_class": [], + "tests.misc.cexample_module": [], + "tests.misc.cexample_subclass": [], + "tests.misc.features": [], + "tests.misc.non_compliant": [], + "tests.misc.non_compliant_lexer": [], + "tests.misc.print_exception": [], + "tests.misc.rge_sm": [], + "tests.misc.sys_atexit": [], + "tests.misc.sys_exc_info": [], + "tests.misc.sys_settrace_cov": [], + "tests.misc.sys_settrace_features": [], + "tests.misc.sys_settrace_generator": [], + "tests.misc.sys_settrace_loop": [], + "tests.misc.sys_settrace_subdir.sys_settrace_generic": [], + "tests.misc.sys_settrace_subdir.sys_settrace_importme": [], + "tests.multi_bluetooth.ble_characteristic": [], + "tests.multi_bluetooth.ble_descriptor": [], + "tests.multi_bluetooth.ble_gap_advertise": [], + "tests.multi_bluetooth.ble_gap_connect": [], + "tests.multi_bluetooth.ble_gap_device_name": [], + "tests.multi_bluetooth.ble_gap_pair": [], + "tests.multi_bluetooth.ble_gap_pair_bond": [], + "tests.multi_bluetooth.ble_gattc_discover_services": [], + "tests.multi_bluetooth.ble_gatt_data_transfer": [], + "tests.multi_bluetooth.ble_irq_calls": [], + "tests.multi_bluetooth.ble_l2cap": [], + "tests.multi_bluetooth.ble_mtu": [], + "tests.multi_bluetooth.ble_mtu_peripheral": [], + "tests.multi_bluetooth.ble_subscribe": [], + "tests.multi_bluetooth.perf_gatt_char_write": [], + "tests.multi_bluetooth.perf_gatt_notify": [], + "tests.multi_bluetooth.perf_l2cap": [], + "tests.multi_bluetooth.stress_deepsleep_reconnect": [], + "tests.multi_bluetooth.stress_log_filesystem": [], + "tests.multi_espnow.10_simple_data": [], + "tests.multi_espnow.20_send_echo": [], + "tests.multi_espnow.30_lmk_echo": [], + "tests.multi_espnow.40_recv_test": [], + "tests.multi_espnow.45_recv_espnow_v2": [], + "tests.multi_espnow.50_esp32_rssi_test": [], + "tests.multi_espnow.60_irq_test": [], + "tests.multi_espnow.70_channel": [], + "tests.multi_espnow.75_rate": [], + "tests.multi_espnow.80_asyncio_client": [], + "tests.multi_espnow.81_asyncio_server": [], + "tests.multi_espnow.90_memory_test": [], + "tests.multi_extmod.machine_can_01_rxtx_simple": [], + "tests.multi_extmod.machine_can_02_rx_callback": [], + "tests.multi_extmod.machine_can_03_rx_filters": [], + "tests.multi_extmod.machine_can_04_tx_order": [], + "tests.multi_extmod.machine_can_05_tx_prio_cancel": [], + "tests.multi_extmod.machine_can_06_remote_req": [], + "tests.multi_extmod.machine_can_07_error_states": [], + "tests.multi_extmod.machine_can_08_init_mode": [], + "tests.multi_extmod.machine_i2c_target_irq": [], + "tests.multi_extmod.machine_i2c_target_memory": [], + "tests.multi_net.asyncio_tcp_client_rst": [], + "tests.multi_net.asyncio_tcp_close_write": [], + "tests.multi_net.asyncio_tcp_readall": [], + "tests.multi_net.asyncio_tcp_readexactly": [], + "tests.multi_net.asyncio_tcp_readinto": [], + "tests.multi_net.asyncio_tcp_server_client": [], + "tests.multi_net.asyncio_tls_server_client": [], + "tests.multi_net.asyncio_tls_server_client_cert_required_error": [], + "tests.multi_net.asyncio_tls_server_client_readline": [], + "tests.multi_net.asyncio_tls_server_client_verify_error": [], + "tests.multi_net.sslcontext_check_hostname_error": [], + "tests.multi_net.sslcontext_getpeercert": [], + "tests.multi_net.sslcontext_server_client": [], + "tests.multi_net.sslcontext_server_client_ciphers": [], + "tests.multi_net.sslcontext_server_client_files": [], + "tests.multi_net.sslcontext_server_client_psk": [], + "tests.multi_net.sslcontext_server_client_psk_bad_keys_error": [], + "tests.multi_net.sslcontext_server_client_psk_binary_identity": [], + "tests.multi_net.sslcontext_server_client_psk_client_only_error": [], + "tests.multi_net.sslcontext_server_client_psk_no_fallback_error": [], + "tests.multi_net.sslcontext_server_client_psk_object": [], + "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error": [], + "tests.multi_net.sslcontext_server_client_psk_server_only_error": [], + "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error": [], + "tests.multi_net.sslcontext_server_client_psk_wrong_key_error": [], + "tests.multi_net.sslcontext_verify_callback": [], + "tests.multi_net.sslcontext_verify_error": [], + "tests.multi_net.sslcontext_verify_time_error": [], + "tests.multi_net.ssl_cert_ec": [], + "tests.multi_net.ssl_cert_rsa": [], + "tests.multi_net.tcp_accept_recv": [], + "tests.multi_net.tcp_client_rst": [], + "tests.multi_net.tcp_data": [], + "tests.multi_net.tcp_recv_peek": [], + "tests.multi_net.tcp_sendall": [], + "tests.multi_net.tls_dtls_server_client": [], + "tests.multi_net.udp_data": [], + "tests.multi_net.udp_data_multi": [], + "tests.multi_net.udp_recv_dontwait": [], + "tests.multi_net.udp_recv_peek": [], + "tests.multi_pyb_can.rx_callback": [], + "tests.multi_pyb_can.rx_filters": [], + "tests.multi_wlan.01_ap_sta": [], + "tests.multi_wlan.getaddrinfo": [], + "tests.net_hosted.accept_nonblock": [], + "tests.net_hosted.accept_timeout": [], + "tests.net_hosted.asyncio_loopback": [], + "tests.net_hosted.asyncio_start_server": [], + "tests.net_hosted.connect_nonblock": [], + "tests.net_hosted.connect_nonblock_xfer": [], + "tests.net_hosted.connect_poll": [], + "tests.net_hosted.connect_timeout": [], + "tests.net_hosted.ssl_getpeercert": [], + "tests.net_hosted.ssl_verify_callback": [], + "tests.net_inet.asyncio_cancel_stream": [], + "tests.net_inet.asyncio_open_connection": [], + "tests.net_inet.asyncio_tcp_read_headers": [], + "tests.net_inet.asyncio_tls_open_connection_readline": [], + "tests.net_inet.getaddrinfo": [], + "tests.net_inet.resolve_on_connect": [], + "tests.net_inet.ssl_cert": [], + "tests.net_inet.ssl_errors": [], + "tests.net_inet.test_sslcontext_client": [], + "tests.net_inet.test_tls_nonblock": [], + "tests.net_inet.test_tls_sites": [], + "tests.net_inet.test_tls_sites_simple": [], + "tests.net_inet.tls_num_errors": [], + "tests.net_inet.tls_text_errors": [], + "tests.perf_bench.benchrun": [], + "tests.perf_bench.bm_chaos": [], + "tests.perf_bench.bm_fannkuch": [], + "tests.perf_bench.bm_fft": [], + "tests.perf_bench.bm_float": [], + "tests.perf_bench.bm_hexiom": [], + "tests.perf_bench.bm_nqueens": [], + "tests.perf_bench.bm_pidigits": [], + "tests.perf_bench.bm_wordcount": [], + "tests.perf_bench.core_import_mpy_multi": [], + "tests.perf_bench.core_import_mpy_single": [], + "tests.perf_bench.core_locals": [], + "tests.perf_bench.core_qstr": [], + "tests.perf_bench.core_str": [], + "tests.perf_bench.core_yield_from": [], + "tests.perf_bench.misc_aes": [], + "tests.perf_bench.misc_mandel": [], + "tests.perf_bench.misc_pystone": [], + "tests.perf_bench.misc_raytrace": [], + "tests.perf_bench.viper_call0": [], + "tests.perf_bench.viper_call1a": [], + "tests.perf_bench.viper_call1b": [], + "tests.perf_bench.viper_call1c": [], + "tests.perf_bench.viper_call2a": [], + "tests.perf_bench.viper_call2b": [], + "tests.ports.alif_hardware.flash_test": [], + "tests.ports.cc3200.adc": [], + "tests.ports.cc3200.i2c": [], + "tests.ports.cc3200.modwipy": [], + "tests.ports.cc3200.os": [], + "tests.ports.cc3200.pin": [], + "tests.ports.cc3200.pin_irq": [], + "tests.ports.cc3200.rtc": [], + "tests.ports.cc3200.sd": [], + "tests.ports.cc3200.spi": [], + "tests.ports.cc3200.time": [], + "tests.ports.cc3200.timer": [], + "tests.ports.cc3200.uart": [], + "tests.ports.cc3200.uart_irq": [], + "tests.ports.cc3200.wdt": [], + "tests.ports.cc3200.reset.reset": [], + "tests.ports.cc3200.skipped.rtc_irq": [], + "tests.ports.cc3200.wlan.machine": [], + "tests.ports.cc3200.wlan.server": [], + "tests.ports.cc3200.wlan.wlan": [], + "tests.ports.esp32.check_err_str": [], + "tests.ports.esp32.esp32_idf_heap_info": [], + "tests.ports.esp32.esp32_nvs": [], + "tests.ports.esp32.partition_ota": [], + "tests.ports.qemu.asm_test": [], + "tests.ports.qemu.mpy_arch_flags_test": [], + "tests.ports.qemu.native_test": [], + "tests.ports.qemu.romfs_test": [], + "tests.ports.qemu.viper_test": [], + "tests.ports.renesas-ra.freq": [], + "tests.ports.renesas-ra.i2c": [], + "tests.ports.renesas-ra.modtime": [], + "tests.ports.renesas-ra.pin": [], + "tests.ports.renesas-ra.rtc_init": [], + "tests.ports.renesas-ra.spi": [], + "tests.ports.renesas-ra.uart1": [], + "tests.ports.rp2.rp2_dma": [], + "tests.ports.rp2.rp2_dma_timer": [], + "tests.ports.rp2.rp2_lightsleep": [], + "tests.ports.rp2.rp2_lightsleep_regs": [], + "tests.ports.rp2.rp2_lightsleep_thread": [], + "tests.ports.rp2.rp2_machine_idle": [], + "tests.ports.rp2.rp2_thread_reset_part1": [], + "tests.ports.rp2.rp2_thread_reset_part2": [], + "tests.ports.rp2.rp2_uart": [], + "tests.ports.stm32.accel": [], + "tests.ports.stm32.adc": [], + "tests.ports.stm32.adcall": [], + "tests.ports.stm32.board_pybv1x": [], + "tests.ports.stm32.dac": [], + "tests.ports.stm32.extint": [], + "tests.ports.stm32.i2c": [], + "tests.ports.stm32.i2c_accel": [], + "tests.ports.stm32.i2c_error": [], + "tests.ports.stm32.irq": [], + "tests.ports.stm32.led": [], + "tests.ports.stm32.modstm": [], + "tests.ports.stm32.modtime": [], + "tests.ports.stm32.pin": [], + "tests.ports.stm32.pyb1": [], + "tests.ports.stm32.pyb_can": [], + "tests.ports.stm32.pyb_can_classic_rtr_filter": [], + "tests.ports.stm32.pyb_can_classic_rx": [], + "tests.ports.stm32.pyb_can_instances": [], + "tests.ports.stm32.pyb_f405": [], + "tests.ports.stm32.pyb_f411": [], + "tests.ports.stm32.rtc": [], + "tests.ports.stm32.servo": [], + "tests.ports.stm32.spi": [], + "tests.ports.stm32.switch": [], + "tests.ports.stm32.timer": [], + "tests.ports.stm32.timer_callback": [], + "tests.ports.stm32.uart": [], + "tests.ports.stm32_hardware.spi_dma_align": [], + "tests.ports.unix.extra_coverage": [], + "tests.ports.unix.ffi_callback": [], + "tests.ports.unix.ffi_float": [], + "tests.ports.unix.ffi_float2": [], + "tests.ports.unix.ffi_int_base": [], + "tests.ports.unix.ffi_int_long32": [], + "tests.ports.unix.ffi_int_long64": [], + "tests.ports.unix.ffi_int_types": [], + "tests.ports.unix.mod_os": [], + "tests.ports.unix.time_mktime_localtime": [], + "tests.stress.bytecode_limit": [], + "tests.stress.dict_copy": [], + "tests.stress.dict_create": [], + "tests.stress.dict_create_max": [], + "tests.stress.fun_call_limit": [], + "tests.stress.gc_trace": [], + "tests.stress.list_sort": [], + "tests.stress.qstr_limit": [], + "tests.stress.qstr_limit_str_modulo": [], + "tests.stress.recursion": [], + "tests.stress.recursive_data": [], + "tests.stress.recursive_gen": [], + "tests.stress.recursive_iternext": [], + "tests.target_wiring.alif": [], + "tests.target_wiring.EK_RA6M2": [], + "tests.target_wiring.esp32": [], + "tests.target_wiring.esp8266": [], + "tests.target_wiring.mimxrt": [], + "tests.target_wiring.nrf": [], + "tests.target_wiring.NUCLEO_WB55": [], + "tests.target_wiring.PYBx": [], + "tests.target_wiring.renesas-ra": [], + "tests.target_wiring.rp2": [], + "tests.target_wiring.samd": [], + "tests.target_wiring.stm32": [], + "tests.target_wiring.ZEPHYR_NUCLEO_WB55RG": [], + "tests.thread.disable_irq": [], + "tests.thread.mutate_bytearray": [], + "tests.thread.mutate_dict": [], + "tests.thread.mutate_instance": [], + "tests.thread.mutate_list": [], + "tests.thread.mutate_set": [], + "tests.thread.stress_aes": [], + "tests.thread.stress_create": [], + "tests.thread.stress_heap": [], + "tests.thread.stress_recurse": [], + "tests.thread.stress_schedule": [], + "tests.thread.thread_coop": [], + "tests.thread.thread_exc1": [], + "tests.thread.thread_exc2": [], + "tests.thread.thread_exit1": [], + "tests.thread.thread_exit2": [], + "tests.thread.thread_gc1": [], + "tests.thread.thread_heap_lock": [], + "tests.thread.thread_ident1": [], + "tests.thread.thread_lock1": [], + "tests.thread.thread_lock2": [], + "tests.thread.thread_lock3": [], + "tests.thread.thread_lock4_intbig": [], + "tests.thread.thread_lock5": [], + "tests.thread.thread_qstr1": [], + "tests.thread.thread_shared1": [], + "tests.thread.thread_shared2": [], + "tests.thread.thread_sleep1": [], + "tests.thread.thread_sleep2": [], + "tests.thread.thread_stacksize1": [], + "tests.thread.thread_start1": [], + "tests.thread.thread_start2": [], + "tests.thread.thread_stdin": [], + "tests.unicode.file1": [], + "tests.unicode.file2": [], + "tests.unicode.file_invalid": [], + "tests.unicode.unicode": [], + "tests.unicode.unicode_chr": [], + "tests.unicode.unicode_id": [], + "tests.unicode.unicode_index": [], + "tests.unicode.unicode_iter": [], + "tests.unicode.unicode_ord": [], + "tests.unicode.unicode_pos": [], + "tests.unicode.unicode_slice": [], + "tests.unicode.unicode_str_format": [], + "tests.unicode.unicode_str_modulo": [], + "tests.unicode.unicode_subscr": [], + "tests.unicode.unicode_ure": [], + "tools.ar_util": [], + "tools.boardgen": [], + "tools.codeformat": [], + "tools.dfu": [], + "tools.file2h": [], + "tools.gen-cpydiff": [], + "tools.hci_trace_to_pcap": [], + "tools.insert-usb-ids": [], + "tools.makemanifest": [], + "tools.manifestfile": [], + "tools.metrics": [], + "tools.mpy-tool": [], + "tools.mpy_bin2res": [], + "tools.mpy_cross_all": [], + "tools.mpy_ld": [], + "tools.pyboard": [], + "tools.pydfu": [], + "tools.uf2conv": [], + "tools.verifygitlog": [], + "tools.autobuild.build-downloads": [], + "tools.autobuild.remove_old_firmware": [], + "tools.make_pinout_diagram.compress": [], + "tools.make_pinout_diagram.pinout": [], + "tools.mpremote.mpremote": [], + "tools.mpremote.mpremote.commands": [ + { + "from_module": "tools.mpremote.mpremote.commands", + "imports": "transport.TransportError", + "type": "from_import", + "relative_level": 1, + "module_part": "transport", + "symbol_part": "TransportError", + "lineno": 11 + }, + { + "from_module": "tools.mpremote.mpremote.commands", + "imports": "transport.TransportExecError", + "type": "from_import", + "relative_level": 1, + "module_part": "transport", + "symbol_part": "TransportExecError", + "lineno": 11 + }, + { + "from_module": "tools.mpremote.mpremote.commands", + "imports": "transport.stdout_write_bytes", + "type": "from_import", + "relative_level": 1, + "module_part": "transport", + "symbol_part": "stdout_write_bytes", + "lineno": 11 + }, + { + "from_module": "tools.mpremote.mpremote.commands", + "imports": "transport_serial.SerialTransport", + "type": "from_import", + "relative_level": 1, + "module_part": "transport_serial", + "symbol_part": "SerialTransport", + "lineno": 12 + }, + { + "from_module": "tools.mpremote.mpremote.commands", + "imports": "romfs.make_romfs", + "type": "from_import", + "relative_level": 1, + "module_part": "romfs", + "symbol_part": "make_romfs", + "lineno": 13 + }, + { + "from_module": "tools.mpremote.mpremote.commands", + "imports": "romfs.VfsRomWriter", + "type": "from_import", + "relative_level": 1, + "module_part": "romfs", + "symbol_part": "VfsRomWriter", + "lineno": 13 + } + ], + "tools.mpremote.mpremote.console": [], + "tools.mpremote.mpremote.main": [ + { + "from_module": "tools.mpremote.mpremote.main", + "imports": "commands.CommandError", + "type": "from_import", + "relative_level": 1, + "module_part": "commands", + "symbol_part": "CommandError", + "lineno": 27 + }, + { + "from_module": "tools.mpremote.mpremote.main", + "imports": "commands.do_connect", + "type": "from_import", + "relative_level": 1, + "module_part": "commands", + "symbol_part": "do_connect", + "lineno": 27 + }, + { + "from_module": "tools.mpremote.mpremote.main", + "imports": "commands.do_disconnect", + "type": "from_import", + "relative_level": 1, + "module_part": "commands", + "symbol_part": "do_disconnect", + "lineno": 27 + }, + { + "from_module": "tools.mpremote.mpremote.main", + "imports": "commands.do_edit", + "type": "from_import", + "relative_level": 1, + "module_part": "commands", + "symbol_part": "do_edit", + "lineno": 27 + }, + { + "from_module": "tools.mpremote.mpremote.main", + "imports": "commands.do_filesystem", + "type": "from_import", + "relative_level": 1, + "module_part": "commands", + "symbol_part": "do_filesystem", + "lineno": 27 + }, + { + "from_module": "tools.mpremote.mpremote.main", + "imports": "commands.do_mount", + "type": "from_import", + "relative_level": 1, + "module_part": "commands", + "symbol_part": "do_mount", + "lineno": 27 + }, + { + "from_module": "tools.mpremote.mpremote.main", + "imports": "commands.do_umount", + "type": "from_import", + "relative_level": 1, + "module_part": "commands", + "symbol_part": "do_umount", + "lineno": 27 + }, + { + "from_module": "tools.mpremote.mpremote.main", + "imports": "commands.do_exec", + "type": "from_import", + "relative_level": 1, + "module_part": "commands", + "symbol_part": "do_exec", + "lineno": 27 + }, + { + "from_module": "tools.mpremote.mpremote.main", + "imports": "commands.do_eval", + "type": "from_import", + "relative_level": 1, + "module_part": "commands", + "symbol_part": "do_eval", + "lineno": 27 + }, + { + "from_module": "tools.mpremote.mpremote.main", + "imports": "commands.do_run", + "type": "from_import", + "relative_level": 1, + "module_part": "commands", + "symbol_part": "do_run", + "lineno": 27 + }, + { + "from_module": "tools.mpremote.mpremote.main", + "imports": "commands.do_resume", + "type": "from_import", + "relative_level": 1, + "module_part": "commands", + "symbol_part": "do_resume", + "lineno": 27 + }, + { + "from_module": "tools.mpremote.mpremote.main", + "imports": "commands.do_rtc", + "type": "from_import", + "relative_level": 1, + "module_part": "commands", + "symbol_part": "do_rtc", + "lineno": 27 + }, + { + "from_module": "tools.mpremote.mpremote.main", + "imports": "commands.do_soft_reset", + "type": "from_import", + "relative_level": 1, + "module_part": "commands", + "symbol_part": "do_soft_reset", + "lineno": 27 + }, + { + "from_module": "tools.mpremote.mpremote.main", + "imports": "commands.do_romfs", + "type": "from_import", + "relative_level": 1, + "module_part": "commands", + "symbol_part": "do_romfs", + "lineno": 27 + }, + { + "from_module": "tools.mpremote.mpremote.main", + "imports": "mip.do_mip", + "type": "from_import", + "relative_level": 1, + "module_part": "mip", + "symbol_part": "do_mip", + "lineno": 43 + }, + { + "from_module": "tools.mpremote.mpremote.main", + "imports": "repl.do_repl", + "type": "from_import", + "relative_level": 1, + "module_part": "repl", + "symbol_part": "do_repl", + "lineno": 44 + }, + { + "from_module": "tools.mpremote.mpremote.main", + "imports": "__version__", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "__version__", + "lineno": 78 + } + ], + "tools.mpremote.mpremote.mip": [ + { + "from_module": "tools.mpremote.mpremote.mip", + "imports": "commands.CommandError", + "type": "from_import", + "relative_level": 1, + "module_part": "commands", + "symbol_part": "CommandError", + "lineno": 11 + }, + { + "from_module": "tools.mpremote.mpremote.mip", + "imports": "commands.show_progress_bar", + "type": "from_import", + "relative_level": 1, + "module_part": "commands", + "symbol_part": "show_progress_bar", + "lineno": 11 + } + ], + "tools.mpremote.mpremote.mp_errno": [], + "tools.mpremote.mpremote.repl": [ + { + "from_module": "tools.mpremote.mpremote.repl", + "imports": "console.Console", + "type": "from_import", + "relative_level": 1, + "module_part": "console", + "symbol_part": "Console", + "lineno": 1 + }, + { + "from_module": "tools.mpremote.mpremote.repl", + "imports": "console.ConsolePosix", + "type": "from_import", + "relative_level": 1, + "module_part": "console", + "symbol_part": "ConsolePosix", + "lineno": 1 + }, + { + "from_module": "tools.mpremote.mpremote.repl", + "imports": "transport.TransportError", + "type": "from_import", + "relative_level": 1, + "module_part": "transport", + "symbol_part": "TransportError", + "lineno": 3 + } + ], + "tools.mpremote.mpremote.romfs": [], + "tools.mpremote.mpremote.transport": [ + { + "from_module": "tools.mpremote.mpremote.transport", + "imports": "mp_errno.MP_ERRNO_TABLE", + "type": "from_import", + "relative_level": 1, + "module_part": "mp_errno", + "symbol_part": "MP_ERRNO_TABLE", + "lineno": 29 + } + ], + "tools.mpremote.mpremote.transport_serial": [ + { + "from_module": "tools.mpremote.mpremote.transport_serial", + "imports": "console.VT_ENABLED", + "type": "from_import", + "relative_level": 1, + "module_part": "console", + "symbol_part": "VT_ENABLED", + "lineno": 42 + }, + { + "from_module": "tools.mpremote.mpremote.transport_serial", + "imports": "transport.TransportError", + "type": "from_import", + "relative_level": 1, + "module_part": "transport", + "symbol_part": "TransportError", + "lineno": 43 + }, + { + "from_module": "tools.mpremote.mpremote.transport_serial", + "imports": "transport.TransportExecError", + "type": "from_import", + "relative_level": 1, + "module_part": "transport", + "symbol_part": "TransportExecError", + "lineno": 43 + }, + { + "from_module": "tools.mpremote.mpremote.transport_serial", + "imports": "transport.Transport", + "type": "from_import", + "relative_level": 1, + "module_part": "transport", + "symbol_part": "Transport", + "lineno": 43 + } + ], + "tools.mpremote.mpremote.__main__": [], + "tools.mpremote.tests._test_mount_readinto_array": [], + "tools.mpremote.tests._test_mount_write_array": [] + }, + "dependency_graph": { + "sys": { + "used_by": [ + "docs.conf", + "examples.usb.usb_simple_host_pyusb", + "extmod.asyncio.core", + "mpy-cross.mpy_cross.__main__", + "ports.alif.mcu.make-pins", + "ports.alif.modules.hp._boot", + "ports.cc3200.boards.make-pins", + "ports.cc3200.tools.uniflash", + "ports.cc3200.tools.update-wipy", + "ports.esp32.makeimg", + "ports.esp32.boards.make-pins", + "ports.esp32.modules.machine", + "ports.esp32.tools.metrics_esp32", + "ports.esp8266.makeimg", + "ports.mimxrt.boards.make-pins", + "ports.mimxrt.modules._boot", + "ports.nrf.boards.make-pins", + "ports.nrf.freeze.test", + "ports.nrf.modules.scripts._boot", + "ports.renesas-ra.boards.make-pins", + "ports.rp2.boards.make-pins", + "ports.samd.boards.make-pins", + "ports.samd.modules._boot", + "ports.stm32.boards.make-pins", + "ports.stm32.boards.plli2svalues", + "ports.stm32.boards.pllvalues", + "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "ports.stm32.mboot.mboot_pack_dfu", + "ports.webassembly.asyncio.core", + "ports.zephyr.modules._boot", + "py.makecompresseddata", + "py.makemoduledefs", + "py.makeqstrdata", + "py.makeqstrdefs", + "py.makeversionhdr", + "shared.memzip.make-memzip", + "tests.run-internalbench", + "tests.run-multitests", + "tests.run-natmodtests", + "tests.run-perfbench", + "tests.run-tests", + "tests.serial_test", + "tests.test_utils", + "tests.basics.async_await2", + "tests.basics.async_for2", + "tests.basics.async_with2", + "tests.basics.attrtuple1", + "tests.basics.builtin_callable", + "tests.basics.builtin_dir", + "tests.basics.builtin_range_maxsize", + "tests.basics.exception_chain", + "tests.basics.fun_code_lnotab", + "tests.basics.import_instance_method", + "tests.basics.import_star_nonmodule", + "tests.basics.int_64_basics", + "tests.basics.int_big1", + "tests.basics.int_bytes", + "tests.basics.int_bytes_int64", + "tests.basics.int_bytes_intbig", + "tests.basics.memoryview_slice_size", + "tests.basics.module2", + "tests.basics.module_dict", + "tests.basics.op_error", + "tests.basics.python34", + "tests.basics.self_type_check", + "tests.basics.string_compare", + "tests.basics.sys1", + "tests.basics.sys_exit", + "tests.basics.sys_getsizeof", + "tests.basics.sys_path", + "tests.basics.sys_stdio", + "tests.basics.sys_stdio_buffer", + "tests.basics.sys_tracebacklimit", + "tests.cmdline.cmd_module_atexit", + "tests.cmdline.cmd_module_atexit_exc", + "tests.cmdline.cmd_showbc", + "tests.cmdline.cmd_showbc_const", + "tests.cmdline.cmd_sys_exit_0", + "tests.cmdline.cmd_sys_exit_error", + "tests.cmdline.cmd_sys_exit_none", + "tests.cmdline.repl_sys_ps1_ps2", + "tests.cpydiff.core_import_split_ns_pkgs", + "tests.cpydiff.modules_sys_stdassign", + "tests.cpydiff.types_range_limits", + "tests.extmod.framebuf16", + "tests.extmod.framebuf_palette", + "tests.extmod.framebuf_subclass", + "tests.extmod.machine_hard_timer", + "tests.extmod.machine_i2s_rate", + "tests.extmod.machine_soft_timer", + "tests.extmod.machine_spi_rate", + "tests.extmod.machine_timer", + "tests.extmod.machine_uart_irq_txidle", + "tests.extmod.machine_uart_tx", + "tests.extmod.re_sub", + "tests.extmod.uctypes_addressof", + "tests.extmod.uctypes_array_assign_native_le", + "tests.extmod.uctypes_array_assign_native_le_intbig", + "tests.extmod.uctypes_native_le", + "tests.extmod.uctypes_ptr_le", + "tests.extmod.uctypes_ptr_native_le", + "tests.extmod.vfs_fat_more", + "tests.extmod.vfs_lfs_mount", + "tests.extmod.vfs_posix_enoent", + "tests.extmod.vfs_posix_paths", + "tests.extmod.vfs_rom", + "tests.extmod.vfs_userfs", + "tests.extmod_hardware.machine_counter", + "tests.extmod_hardware.machine_encoder", + "tests.extmod_hardware.machine_i2c_target", + "tests.extmod_hardware.machine_pwm", + "tests.extmod_hardware.machine_sdcard_dma_align", + "tests.extmod_hardware.machine_uart_irq_break", + "tests.extmod_hardware.machine_uart_irq_rx", + "tests.extmod_hardware.machine_uart_irq_rxidle", + "tests.feature_check.byteorder", + "tests.feature_check.inlineasm", + "tests.feature_check.target_info", + "tests.float.float2int_doubleprec_intbig", + "tests.float.float2int_fp30_intbig", + "tests.float.float2int_intbig", + "tests.float.float_format_ints_doubleprec", + "tests.float.math_constants", + "tests.import.builtin_ext", + "tests.import.import_broken", + "tests.import.module_dict", + "tests.import.ext.time", + "tests.io.argv", + "tests.io.builtin_print_file", + "tests.io.file_stdio", + "tests.io.file_stdio2", + "tests.micropython.emg_exc", + "tests.micropython.heapalloc_traceback", + "tests.micropython.import_mpy_invalid", + "tests.micropython.import_mpy_native", + "tests.micropython.import_mpy_native_gc", + "tests.micropython.viper_misc_intbig", + "tests.misc.print_exception", + "tests.misc.sys_atexit", + "tests.misc.sys_exc_info", + "tests.misc.sys_settrace_cov", + "tests.misc.sys_settrace_features", + "tests.misc.sys_settrace_generator", + "tests.misc.sys_settrace_loop", + "tests.multi_espnow.70_channel", + "tests.multi_espnow.75_rate", + "tests.multi_extmod.machine_can_04_tx_order", + "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "tests.multi_extmod.machine_can_08_init_mode", + "tests.multi_extmod.machine_i2c_target_irq", + "tests.multi_extmod.machine_i2c_target_memory", + "tests.multi_wlan.01_ap_sta", + "tests.net_hosted.asyncio_loopback", + "tests.net_inet.getaddrinfo", + "tests.net_inet.resolve_on_connect", + "tests.net_inet.ssl_errors", + "tests.net_inet.test_tls_nonblock", + "tests.net_inet.test_tls_sites", + "tests.net_inet.test_tls_sites_simple", + "tests.perf_bench.core_import_mpy_multi", + "tests.perf_bench.core_import_mpy_single", + "tests.ports.alif_hardware.flash_test", + "tests.ports.esp32.esp32_idf_heap_info", + "tests.ports.qemu.mpy_arch_flags_test", + "tests.ports.rp2.rp2_dma", + "tests.ports.rp2.rp2_lightsleep", + "tests.ports.rp2.rp2_lightsleep_regs", + "tests.ports.rp2.rp2_uart", + "tests.ports.stm32.adc", + "tests.ports.stm32.adcall", + "tests.ports.stm32.pin", + "tests.ports.stm32.pyb_can", + "tests.ports.stm32.timer", + "tests.ports.stm32.timer_callback", + "tests.ports.stm32.uart", + "tests.ports.unix.ffi_int_base", + "tests.stress.bytecode_limit", + "tests.target_wiring.esp32", + "tests.target_wiring.mimxrt", + "tests.thread.stress_aes", + "tests.thread.thread_coop", + "tests.thread.thread_stacksize1", + "tests.thread.thread_stdin", + "tools.boardgen", + "tools.dfu", + "tools.file2h", + "tools.hci_trace_to_pcap", + "tools.insert-usb-ids", + "tools.makemanifest", + "tools.manifestfile", + "tools.metrics", + "tools.mpy-tool", + "tools.mpy_bin2res", + "tools.mpy_ld", + "tools.pyboard", + "tools.pydfu", + "tools.uf2conv", + "tools.verifygitlog", + "tools.autobuild.build-downloads", + "tools.autobuild.remove_old_firmware", + "tools.make_pinout_diagram.compress", + "tools.mpremote.mpremote.commands", + "tools.mpremote.mpremote.console", + "tools.mpremote.mpremote.main", + "tools.mpremote.mpremote.romfs", + "tools.mpremote.mpremote.transport", + "tools.mpremote.mpremote.transport_serial", + "tools.mpremote.mpremote.__main__" + ], + "import_count": 209 + }, + "os": { + "used_by": [ + "docs.conf", + "docs.readthedocs.settings.local_settings", + "examples.bluetooth.ble_uart_repl", + "mpy-cross.mpy_cross", + "ports.alif.mcu.make-pins", + "ports.alif.modules.he._boot", + "ports.alif.modules.hp._boot", + "ports.cc3200.tools.smoke", + "ports.esp32.makeimg", + "ports.esp32.boards.make-pins", + "ports.esp32.tools.metrics_esp32", + "ports.mimxrt.boards.make-pins", + "ports.mimxrt.modules._boot", + "ports.nrf.examples.mountsd", + "ports.nrf.modules.scripts._boot", + "ports.renesas-ra.boards.make-pins", + "ports.rp2.boards.make-pins", + "ports.samd.boards.make-pins", + "ports.stm32.boards.make-pins", + "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "ports.stm32.mboot.fwupdate", + "ports.stm32.mboot.mboot", + "ports.stm32.mboot.mboot_pack_dfu", + "ports.zephyr.modules._boot", + "py.makeqstrdefs", + "py.makeversionhdr", + "shared.memzip.make-memzip", + "tests.run-internalbench", + "tests.run-multitests", + "tests.run-natmodtests", + "tests.run-perfbench", + "tests.run-tests", + "tests.test_utils", + "tests.basics.attrtuple2", + "tests.cpydiff.modules_os_environ", + "tests.cpydiff.modules_os_getenv", + "tests.extmod.os_urandom", + "tests.extmod.vfs_basic", + "tests.extmod.vfs_fat_fileio1", + "tests.extmod.vfs_fat_fileio2", + "tests.extmod.vfs_fat_finaliser", + "tests.extmod.vfs_fat_ilistdir_del", + "tests.extmod.vfs_fat_more", + "tests.extmod.vfs_fat_mtime", + "tests.extmod.vfs_fat_oldproto", + "tests.extmod.vfs_fat_ramdisk", + "tests.extmod.vfs_fat_ramdisklarge", + "tests.extmod.vfs_lfs", + "tests.extmod.vfs_lfs_mount", + "tests.extmod.vfs_lfs_superblock", + "tests.extmod.vfs_mountinfo", + "tests.extmod.vfs_posix", + "tests.extmod.vfs_posix_enoent", + "tests.extmod.vfs_posix_ilistdir_del", + "tests.extmod.vfs_posix_ilistdir_filter", + "tests.extmod.vfs_posix_paths", + "tests.extmod.vfs_posix_readonly", + "tests.extmod.vfs_rom", + "tests.extmod_hardware.machine_sdcard_dma_align", + "tests.import.builtin_ext", + "tests.io.open_append", + "tests.io.open_plus", + "tests.micropython.builtin_execfile", + "tests.multi_bluetooth.stress_log_filesystem", + "tests.multi_espnow.45_recv_espnow_v2", + "tests.multi_net.asyncio_tls_server_client", + "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "tests.multi_net.asyncio_tls_server_client_readline", + "tests.multi_net.asyncio_tls_server_client_verify_error", + "tests.multi_net.sslcontext_check_hostname_error", + "tests.multi_net.sslcontext_getpeercert", + "tests.multi_net.sslcontext_server_client", + "tests.multi_net.sslcontext_server_client_ciphers", + "tests.multi_net.sslcontext_server_client_files", + "tests.multi_net.sslcontext_verify_callback", + "tests.multi_net.sslcontext_verify_error", + "tests.multi_net.sslcontext_verify_time_error", + "tests.multi_net.ssl_cert_ec", + "tests.multi_net.ssl_cert_rsa", + "tests.multi_wlan.01_ap_sta", + "tests.net_inet.asyncio_tls_open_connection_readline", + "tests.net_inet.test_sslcontext_client", + "tests.ports.alif_hardware.flash_test", + "tests.ports.cc3200.adc", + "tests.ports.cc3200.i2c", + "tests.ports.cc3200.modwipy", + "tests.ports.cc3200.os", + "tests.ports.cc3200.pin", + "tests.ports.cc3200.pin_irq", + "tests.ports.cc3200.rtc", + "tests.ports.cc3200.sd", + "tests.ports.cc3200.spi", + "tests.ports.cc3200.timer", + "tests.ports.cc3200.uart", + "tests.ports.cc3200.uart_irq", + "tests.ports.cc3200.reset.reset", + "tests.ports.cc3200.skipped.rtc_irq", + "tests.ports.cc3200.wlan.machine", + "tests.ports.cc3200.wlan.server", + "tests.ports.cc3200.wlan.wlan", + "tests.ports.esp32.partition_ota", + "tests.ports.qemu.romfs_test", + "tests.ports.renesas-ra.freq", + "tests.ports.renesas-ra.i2c", + "tests.ports.renesas-ra.spi", + "tests.ports.renesas-ra.uart1", + "tests.ports.rp2.rp2_thread_reset_part2", + "tests.ports.stm32.board_pybv1x", + "tests.ports.stm32.led", + "tests.ports.stm32.pyb_f405", + "tests.ports.stm32.pyb_f411", + "tests.ports.unix.ffi_int_base", + "tests.ports.unix.mod_os", + "tools.ar_util", + "tools.boardgen", + "tools.codeformat", + "tools.dfu", + "tools.gen-cpydiff", + "tools.makemanifest", + "tools.manifestfile", + "tools.metrics", + "tools.mpy_cross_all", + "tools.mpy_ld", + "tools.pyboard", + "tools.uf2conv", + "tools.autobuild.build-downloads", + "tools.mpremote.mpremote.commands", + "tools.mpremote.mpremote.console", + "tools.mpremote.mpremote.main", + "tools.mpremote.mpremote.mip", + "tools.mpremote.mpremote.romfs", + "tools.mpremote.mpremote.transport", + "tools.mpremote.mpremote.transport_serial", + "tools.mpremote.tests._test_mount_readinto_array", + "tools.mpremote.tests._test_mount_write_array" + ], + "import_count": 143 + }, + "sphinx_rtd_theme": { + "used_by": [ + "docs.conf" + ], + "import_count": 1 + }, + "pyb": { + "used_by": [ + "examples.accellog", + "examples.conwaylife", + "examples.ledangle", + "examples.switch", + "examples.SDdatalogger.boot", + "examples.SDdatalogger.datalogger", + "ports.stm32.boards.LEGO_HUB_NO6.appupdate", + "ports.stm32.boards.STM32F4DISC.staccel", + "tests.extmod_hardware.machine_sdcard_dma_align", + "tests.multi_pyb_can.rx_callback", + "tests.multi_pyb_can.rx_filters", + "tests.ports.stm32.accel", + "tests.ports.stm32.adc", + "tests.ports.stm32.adcall", + "tests.ports.stm32.board_pybv1x", + "tests.ports.stm32.dac", + "tests.ports.stm32.extint", + "tests.ports.stm32.i2c", + "tests.ports.stm32.i2c_accel", + "tests.ports.stm32.i2c_error", + "tests.ports.stm32.irq", + "tests.ports.stm32.led", + "tests.ports.stm32.pin", + "tests.ports.stm32.pyb1", + "tests.ports.stm32.pyb_can", + "tests.ports.stm32.pyb_can_classic_rtr_filter", + "tests.ports.stm32.pyb_can_classic_rx", + "tests.ports.stm32.pyb_can_instances", + "tests.ports.stm32.pyb_f405", + "tests.ports.stm32.pyb_f411", + "tests.ports.stm32.rtc", + "tests.ports.stm32.servo", + "tests.ports.stm32.spi", + "tests.ports.stm32.switch", + "tests.ports.stm32.timer", + "tests.ports.stm32.timer_callback", + "tests.ports.stm32.uart" + ], + "import_count": 44 + }, + "machine": { + "used_by": [ + "examples.accel_i2c", + "examples.bluetooth.ble_uart_repl", + "examples.hwapi.button_reaction", + "examples.hwapi.hwconfig_dragonboard410c", + "examples.hwapi.hwconfig_esp8266_esp12", + "examples.hwapi.hwconfig_pyboard", + "examples.hwapi.hwconfig_z_96b_carbon", + "examples.hwapi.hwconfig_z_frdm_k64f", + "examples.rp2.pio_1hz", + "examples.rp2.pio_exec", + "examples.rp2.pio_pinchange", + "examples.rp2.pio_pwm", + "examples.rp2.pio_uart_rx", + "examples.rp2.pio_uart_tx", + "examples.rp2.pio_ws2812", + "examples.rp2.pwm_fade", + "examples.unix.machine_bios", + "examples.usb.usb_dfu_device", + "examples.usb.usb_simple_device", + "ports.cc3200.tools.smoke", + "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3", + "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32", + "ports.esp32.boards.LOLIN_C3_MINI.modules.c3mini", + "ports.esp32.boards.LOLIN_S2_MINI.modules.s2mini", + "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico", + "ports.esp32.boards.M5STACK_ATOM.modules.atom", + "ports.esp32.boards.UM_FEATHERS2.modules.feathers2", + "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo", + "ports.esp32.boards.UM_FEATHERS3.modules.feathers3", + "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo", + "ports.esp32.boards.UM_NANOS3.modules.nanos3", + "ports.esp32.boards.UM_OMGS3.modules.max17048", + "ports.esp32.boards.UM_OMGS3.modules.omgs3", + "ports.esp32.boards.UM_PROS3.modules.pros3", + "ports.esp32.boards.UM_TINYPICO.modules.tinypico", + "ports.esp32.boards.UM_TINYS2.modules.tinys2", + "ports.esp32.boards.UM_TINYS3.modules.tinys3", + "ports.esp32.modules.machine", + "ports.mimxrt.modules._boot", + "ports.nrf.examples.mountsd", + "ports.nrf.examples.musictest", + "ports.nrf.examples.nrf52_pwm", + "ports.nrf.examples.nrf52_servo", + "ports.nrf.examples.powerup", + "ports.nrf.examples.seeed_tft", + "ports.nrf.examples.ubluepy_temp", + "ports.rp2.boards.NULLBITS_BIT_C_PRO.board", + "ports.rp2.boards.WEACTSTUDIO.modules.board", + "ports.rp2.modules._boot", + "ports.rp2.modules._boot_fat", + "ports.stm32.boards.LEGO_HUB_NO6.appupdate", + "ports.stm32.boards.NUCLEO_WB55.rfcore_debug", + "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "ports.stm32.mboot.fwupdate", + "tests.basics.subclass_native_call", + "tests.extmod.machine1", + "tests.extmod.machine_disable_irq", + "tests.extmod.machine_hard_timer", + "tests.extmod.machine_i2s_rate", + "tests.extmod.machine_pinbase", + "tests.extmod.machine_pulse", + "tests.extmod.machine_rtc", + "tests.extmod.machine_signal", + "tests.extmod.machine_soft_timer", + "tests.extmod.machine_spi_rate", + "tests.extmod.machine_timer", + "tests.extmod.machine_uart_irq_txidle", + "tests.extmod.machine_uart_tx", + "tests.extmod_hardware.machine_can_instances", + "tests.extmod_hardware.machine_can_timings", + "tests.extmod_hardware.machine_counter", + "tests.extmod_hardware.machine_encoder", + "tests.extmod_hardware.machine_i2c_target", + "tests.extmod_hardware.machine_pwm", + "tests.extmod_hardware.machine_sdcard_dma_align", + "tests.extmod_hardware.machine_uart_irq_break", + "tests.extmod_hardware.machine_uart_irq_rx", + "tests.extmod_hardware.machine_uart_irq_rxidle", + "tests.multi_bluetooth.ble_characteristic", + "tests.multi_bluetooth.ble_descriptor", + "tests.multi_bluetooth.ble_gap_advertise", + "tests.multi_bluetooth.ble_gap_connect", + "tests.multi_bluetooth.ble_gap_device_name", + "tests.multi_bluetooth.ble_gap_pair", + "tests.multi_bluetooth.ble_gap_pair_bond", + "tests.multi_bluetooth.ble_gattc_discover_services", + "tests.multi_bluetooth.ble_gatt_data_transfer", + "tests.multi_bluetooth.ble_l2cap", + "tests.multi_bluetooth.ble_mtu", + "tests.multi_bluetooth.ble_mtu_peripheral", + "tests.multi_bluetooth.ble_subscribe", + "tests.multi_bluetooth.perf_gatt_char_write", + "tests.multi_bluetooth.perf_gatt_notify", + "tests.multi_bluetooth.perf_l2cap", + "tests.multi_bluetooth.stress_deepsleep_reconnect", + "tests.multi_bluetooth.stress_log_filesystem", + "tests.multi_extmod.machine_can_01_rxtx_simple", + "tests.multi_extmod.machine_can_02_rx_callback", + "tests.multi_extmod.machine_can_03_rx_filters", + "tests.multi_extmod.machine_can_04_tx_order", + "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "tests.multi_extmod.machine_can_06_remote_req", + "tests.multi_extmod.machine_can_07_error_states", + "tests.multi_extmod.machine_can_08_init_mode", + "tests.multi_extmod.machine_i2c_target_irq", + "tests.multi_extmod.machine_i2c_target_memory", + "tests.ports.cc3200.adc", + "tests.ports.cc3200.i2c", + "tests.ports.cc3200.os", + "tests.ports.cc3200.pin", + "tests.ports.cc3200.pin_irq", + "tests.ports.cc3200.rtc", + "tests.ports.cc3200.sd", + "tests.ports.cc3200.spi", + "tests.ports.cc3200.timer", + "tests.ports.cc3200.uart", + "tests.ports.cc3200.uart_irq", + "tests.ports.cc3200.wdt", + "tests.ports.cc3200.reset.reset", + "tests.ports.cc3200.skipped.rtc_irq", + "tests.ports.cc3200.wlan.machine", + "tests.ports.esp32.partition_ota", + "tests.ports.renesas-ra.freq", + "tests.ports.renesas-ra.i2c", + "tests.ports.renesas-ra.pin", + "tests.ports.renesas-ra.rtc_init", + "tests.ports.renesas-ra.spi", + "tests.ports.renesas-ra.uart1", + "tests.ports.rp2.rp2_dma", + "tests.ports.rp2.rp2_dma_timer", + "tests.ports.rp2.rp2_lightsleep", + "tests.ports.rp2.rp2_lightsleep_regs", + "tests.ports.rp2.rp2_lightsleep_thread", + "tests.ports.rp2.rp2_machine_idle", + "tests.ports.rp2.rp2_uart", + "tests.ports.stm32_hardware.spi_dma_align", + "tests.thread.disable_irq" + ], + "import_count": 200 + }, + "time": { + "used_by": [ + "examples.accel_i2c", + "examples.pyb", + "examples.bluetooth.ble_bonding_peripheral", + "examples.bluetooth.ble_simple_central", + "examples.bluetooth.ble_simple_peripheral", + "examples.bluetooth.ble_temperature", + "examples.bluetooth.ble_temperature_central", + "examples.bluetooth.ble_uart_peripheral", + "examples.hwapi.button_led", + "examples.hwapi.button_reaction", + "examples.hwapi.soft_pwm", + "examples.rp2.pio_1hz", + "examples.rp2.pio_exec", + "examples.rp2.pio_pinchange", + "examples.rp2.pio_pwm", + "examples.rp2.pio_ws2812", + "examples.rp2.pwm_fade", + "extmod.asyncio.core", + "ports.cc3200.tools.smoke", + "ports.cc3200.tools.update-wipy", + "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "ports.esp32.boards.UM_FEATHERS2.modules.feathers2", + "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo", + "ports.esp32.boards.UM_FEATHERS3.modules.feathers3", + "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo", + "ports.esp32.boards.UM_NANOS3.modules.nanos3", + "ports.esp32.boards.UM_OMGS3.modules.omgs3", + "ports.esp32.boards.UM_PROS3.modules.pros3", + "ports.esp32.boards.UM_TINYPICO.modules.tinypico", + "ports.esp32.boards.UM_TINYS2.modules.tinys2", + "ports.esp32.boards.UM_TINYS3.modules.tinys3", + "ports.esp32.modules.inisetup", + "ports.esp8266.modules.inisetup", + "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu", + "ports.nrf.examples.nrf52_pwm", + "ports.nrf.examples.nrf52_servo", + "ports.nrf.examples.powerup", + "ports.nrf.examples.seeed_tft", + "ports.stm32.mboot.fwupdate", + "ports.stm32.mboot.mboot", + "ports.webassembly.asyncio.core", + "tests.run-multitests", + "tests.serial_test", + "tests.extmod.asyncio_basic", + "tests.extmod.asyncio_event_queue", + "tests.extmod.asyncio_iterator_event", + "tests.extmod.asyncio_micropython", + "tests.extmod.asyncio_wait_task", + "tests.extmod.machine_disable_irq", + "tests.extmod.machine_hard_timer", + "tests.extmod.machine_i2s_rate", + "tests.extmod.machine_soft_timer", + "tests.extmod.machine_spi_rate", + "tests.extmod.machine_timer", + "tests.extmod.machine_uart_irq_txidle", + "tests.extmod.machine_uart_tx", + "tests.extmod.select_poll_eintr", + "tests.extmod.ticks_add", + "tests.extmod.ticks_diff", + "tests.extmod.time_mktime", + "tests.extmod.time_ms_us", + "tests.extmod.time_res", + "tests.extmod.time_time_ns", + "tests.extmod.tls_threads", + "tests.extmod.vfs_fat_mtime", + "tests.extmod.vfs_lfs_mtime", + "tests.extmod_hardware.machine_can_instances", + "tests.extmod_hardware.machine_pwm", + "tests.extmod_hardware.machine_uart_irq_break", + "tests.extmod_hardware.machine_uart_irq_rx", + "tests.extmod_hardware.machine_uart_irq_rxidle", + "tests.import.builtin_ext", + "tests.import.ext.time", + "tests.internal_bench.bench", + "tests.micropython.schedule_sleep", + "tests.misc.cexample_class", + "tests.misc.cexample_subclass", + "tests.multi_bluetooth.ble_characteristic", + "tests.multi_bluetooth.ble_descriptor", + "tests.multi_bluetooth.ble_gap_advertise", + "tests.multi_bluetooth.ble_gap_connect", + "tests.multi_bluetooth.ble_gap_device_name", + "tests.multi_bluetooth.ble_gap_pair", + "tests.multi_bluetooth.ble_gap_pair_bond", + "tests.multi_bluetooth.ble_gattc_discover_services", + "tests.multi_bluetooth.ble_gatt_data_transfer", + "tests.multi_bluetooth.ble_irq_calls", + "tests.multi_bluetooth.ble_l2cap", + "tests.multi_bluetooth.ble_mtu", + "tests.multi_bluetooth.ble_mtu_peripheral", + "tests.multi_bluetooth.ble_subscribe", + "tests.multi_bluetooth.perf_gatt_char_write", + "tests.multi_bluetooth.perf_gatt_notify", + "tests.multi_bluetooth.perf_l2cap", + "tests.multi_bluetooth.stress_deepsleep_reconnect", + "tests.multi_bluetooth.stress_log_filesystem", + "tests.multi_espnow.30_lmk_echo", + "tests.multi_espnow.45_recv_espnow_v2", + "tests.multi_espnow.50_esp32_rssi_test", + "tests.multi_espnow.60_irq_test", + "tests.multi_espnow.70_channel", + "tests.multi_espnow.75_rate", + "tests.multi_extmod.machine_can_01_rxtx_simple", + "tests.multi_extmod.machine_can_02_rx_callback", + "tests.multi_extmod.machine_can_03_rx_filters", + "tests.multi_extmod.machine_can_04_tx_order", + "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "tests.multi_extmod.machine_can_06_remote_req", + "tests.multi_extmod.machine_can_07_error_states", + "tests.multi_extmod.machine_can_08_init_mode", + "tests.multi_extmod.machine_i2c_target_irq", + "tests.multi_net.asyncio_tcp_client_rst", + "tests.multi_net.tcp_client_rst", + "tests.multi_net.udp_recv_dontwait", + "tests.multi_net.udp_recv_peek", + "tests.multi_pyb_can.rx_callback", + "tests.multi_pyb_can.rx_filters", + "tests.multi_wlan.01_ap_sta", + "tests.net_inet.test_tls_nonblock", + "tests.perf_bench.benchrun", + "tests.ports.alif_hardware.flash_test", + "tests.ports.cc3200.i2c", + "tests.ports.cc3200.pin_irq", + "tests.ports.cc3200.rtc", + "tests.ports.cc3200.time", + "tests.ports.cc3200.timer", + "tests.ports.cc3200.uart", + "tests.ports.cc3200.uart_irq", + "tests.ports.cc3200.wdt", + "tests.ports.cc3200.reset.reset", + "tests.ports.cc3200.skipped.rtc_irq", + "tests.ports.cc3200.wlan.wlan", + "tests.ports.renesas-ra.i2c", + "tests.ports.renesas-ra.modtime", + "tests.ports.renesas-ra.rtc_init", + "tests.ports.rp2.rp2_dma", + "tests.ports.rp2.rp2_dma_timer", + "tests.ports.rp2.rp2_lightsleep_thread", + "tests.ports.rp2.rp2_machine_idle", + "tests.ports.stm32.irq", + "tests.ports.stm32.modstm", + "tests.ports.stm32.modtime", + "tests.ports.stm32.rtc", + "tests.ports.stm32.timer_callback", + "tests.ports.unix.time_mktime_localtime", + "tests.thread.disable_irq", + "tests.thread.mutate_bytearray", + "tests.thread.mutate_dict", + "tests.thread.mutate_instance", + "tests.thread.mutate_list", + "tests.thread.mutate_set", + "tests.thread.stress_aes", + "tests.thread.stress_create", + "tests.thread.stress_heap", + "tests.thread.stress_recurse", + "tests.thread.stress_schedule", + "tests.thread.thread_coop", + "tests.thread.thread_exc1", + "tests.thread.thread_exc2", + "tests.thread.thread_exit1", + "tests.thread.thread_exit2", + "tests.thread.thread_gc1", + "tests.thread.thread_ident1", + "tests.thread.thread_lock2", + "tests.thread.thread_lock3", + "tests.thread.thread_lock4_intbig", + "tests.thread.thread_qstr1", + "tests.thread.thread_shared1", + "tests.thread.thread_shared2", + "tests.thread.thread_sleep1", + "tests.thread.thread_sleep2", + "tests.thread.thread_stacksize1", + "tests.thread.thread_start1", + "tests.thread.thread_start2", + "tests.thread.thread_stdin", + "tools.gen-cpydiff", + "tools.pyboard", + "tools.mpremote.mpremote.console", + "tools.mpremote.mpremote.main", + "tools.mpremote.mpremote.transport_serial" + ], + "import_count": 191 + }, + "array": { + "used_by": [ + "examples.asmsum", + "examples.natmod.features2.test", + "examples.rp2.pio_ws2812", + "ports.rp2.modules.rp2", + "tests.basics.array1", + "tests.basics.array_add", + "tests.basics.array_construct", + "tests.basics.array_construct2", + "tests.basics.array_construct_endian", + "tests.basics.array_intbig", + "tests.basics.array_micropython", + "tests.basics.bytearray_construct_array", + "tests.basics.bytearray_construct_endian", + "tests.basics.bytes_add_array", + "tests.basics.bytes_add_endian", + "tests.basics.bytes_compare_array", + "tests.basics.bytes_construct_array", + "tests.basics.bytes_construct_endian", + "tests.basics.memoryview1", + "tests.basics.memoryview2", + "tests.basics.memoryview_intbig", + "tests.basics.memoryview_itemsize", + "tests.basics.memoryview_slice_assign", + "tests.cpydiff.modules_array_containment", + "tests.cpydiff.modules_array_deletion", + "tests.cpydiff.modules_array_subscrstep", + "tests.cpydiff.module_array_comparison", + "tests.cpydiff.module_array_constructor", + "tests.extmod.framebuf_polygon", + "tests.float.array_construct", + "tests.float.bytearray_construct_endian", + "tests.float.bytes_construct_endian", + "tests.float.float_array", + "tests.float.float_format_accuracy", + "tests.float.float_format_ints_doubleprec", + "tests.float.math_constants", + "tests.inlineasm.rv32.asmsum", + "tests.inlineasm.thumb.asmsum", + "tests.inlineasm.thumb.asm_vfp_ldrstr", + "tests.inlineasm.xtensa.asmloadstore", + "tests.micropython.heapalloc_iter", + "tests.misc.non_compliant", + "tests.multi_net.asyncio_tcp_readinto", + "tests.ports.stm32.adc", + "tests.ports.stm32.pyb_can", + "tools.mpremote.tests._test_mount_readinto_array", + "tools.mpremote.tests._test_mount_write_array" + ], + "import_count": 47 + }, + "micropython": { + "used_by": [ + "examples.mandel", + "examples.bluetooth.ble_advertising", + "examples.bluetooth.ble_bonding_peripheral", + "examples.bluetooth.ble_simple_central", + "examples.bluetooth.ble_simple_peripheral", + "examples.bluetooth.ble_temperature", + "examples.bluetooth.ble_temperature_central", + "examples.bluetooth.ble_uart_peripheral", + "examples.bluetooth.ble_uart_repl", + "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3", + "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32", + "ports.esp32.boards.LOLIN_C3_MINI.modules.c3mini", + "ports.esp32.boards.LOLIN_S2_MINI.modules.s2mini", + "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico", + "ports.esp32.boards.M5STACK_ATOM.modules.atom", + "ports.esp32.boards.UM_FEATHERS2.modules.feathers2", + "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo", + "ports.esp32.boards.UM_FEATHERS3.modules.feathers3", + "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo", + "ports.esp32.boards.UM_NANOS3.modules.nanos3", + "ports.esp32.boards.UM_OMGS3.modules.omgs3", + "ports.esp32.boards.UM_PROS3.modules.pros3", + "ports.esp32.boards.UM_TINYPICO.modules.tinypico", + "ports.esp32.boards.UM_TINYS2.modules.tinys2", + "ports.esp32.boards.UM_TINYS3.modules.tinys3", + "ports.esp32.modules.inisetup", + "ports.esp32.modules.machine", + "ports.esp8266.modules.inisetup", + "ports.nrf.examples.ssd1306_mod", + "ports.nrf.examples.ubluepy_eddystone", + "ports.qemu.test-frzmpy.frozen_asm_rv32", + "ports.qemu.test-frzmpy.frozen_asm_thumb", + "ports.qemu.test-frzmpy.frozen_viper", + "ports.qemu.test-frzmpy.native_frozen_align", + "ports.rp2.modules.rp2", + "ports.stm32.boards.LEGO_HUB_NO6.appupdate", + "ports.stm32.boards.NUCLEO_WB55.rfcore_debug", + "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "ports.stm32.boards.STM32F4DISC.staccel", + "ports.stm32.mboot.fwupdate", + "ports.zephyr.modules._boot", + "tests.basics.builtin_help", + "tests.basics.int_big_to_small", + "tests.basics.int_big_to_small_int29", + "tests.basics.nanbox_smallint", + "tests.cmdline.cmd_showbc_const", + "tests.cmdline.repl_lock", + "tests.extmod.asyncio_event_queue", + "tests.extmod.asyncio_heaplock", + "tests.extmod.asyncio_iterator_event", + "tests.extmod.asyncio_threadsafeflag", + "tests.extmod.select_poll_custom", + "tests.extmod.ssl_poll", + "tests.extmod.vfs_fat_finaliser", + "tests.extmod_hardware.machine_sdcard_dma_align", + "tests.import.builtin_ext", + "tests.micropython.const", + "tests.micropython.const2", + "tests.micropython.const_alltypes", + "tests.micropython.const_annotated", + "tests.micropython.const_error", + "tests.micropython.const_float", + "tests.micropython.const_intbig", + "tests.micropython.const_math", + "tests.micropython.emg_exc", + "tests.micropython.extreme_exc", + "tests.micropython.heapalloc", + "tests.micropython.heapalloc_bytesio", + "tests.micropython.heapalloc_bytesio2", + "tests.micropython.heapalloc_exc_compressed", + "tests.micropython.heapalloc_exc_compressed_emg_exc", + "tests.micropython.heapalloc_exc_raise", + "tests.micropython.heapalloc_fail_bytearray", + "tests.micropython.heapalloc_fail_dict", + "tests.micropython.heapalloc_fail_list", + "tests.micropython.heapalloc_fail_memoryview", + "tests.micropython.heapalloc_fail_set", + "tests.micropython.heapalloc_fail_tuple", + "tests.micropython.heapalloc_inst_call", + "tests.micropython.heapalloc_int_from_bytes", + "tests.micropython.heapalloc_iter", + "tests.micropython.heapalloc_slice", + "tests.micropython.heapalloc_str", + "tests.micropython.heapalloc_super", + "tests.micropython.heapalloc_traceback", + "tests.micropython.heapalloc_yield_from", + "tests.micropython.heap_lock", + "tests.micropython.heap_locked", + "tests.micropython.kbd_intr", + "tests.micropython.meminfo", + "tests.micropython.memstats", + "tests.micropython.native_fun_attrs_code", + "tests.micropython.opt_level", + "tests.micropython.opt_level_lineno", + "tests.micropython.ringio", + "tests.micropython.ringio_async", + "tests.micropython.ringio_big", + "tests.micropython.schedule", + "tests.micropython.schedule_sleep", + "tests.micropython.stack_use", + "tests.micropython.viper_import", + "tests.micropython.viper_misc", + "tests.micropython.viper_misc3", + "tests.micropython.viper_misc_intbig", + "tests.micropython.viper_types", + "tests.multi_bluetooth.ble_characteristic", + "tests.multi_bluetooth.ble_descriptor", + "tests.multi_bluetooth.ble_gap_advertise", + "tests.multi_bluetooth.ble_gap_connect", + "tests.multi_bluetooth.ble_gap_device_name", + "tests.multi_bluetooth.ble_gap_pair", + "tests.multi_bluetooth.ble_gap_pair_bond", + "tests.multi_bluetooth.ble_gattc_discover_services", + "tests.multi_bluetooth.ble_gatt_data_transfer", + "tests.multi_bluetooth.ble_irq_calls", + "tests.multi_bluetooth.ble_l2cap", + "tests.multi_bluetooth.ble_mtu", + "tests.multi_bluetooth.ble_mtu_peripheral", + "tests.multi_bluetooth.ble_subscribe", + "tests.multi_bluetooth.perf_gatt_char_write", + "tests.multi_bluetooth.perf_gatt_notify", + "tests.multi_bluetooth.perf_l2cap", + "tests.multi_bluetooth.stress_deepsleep_reconnect", + "tests.multi_bluetooth.stress_log_filesystem", + "tests.multi_extmod.machine_can_04_tx_order", + "tests.multi_extmod.machine_can_07_error_states", + "tests.multi_extmod.machine_can_08_init_mode", + "tests.net_inet.tls_num_errors", + "tests.ports.esp32.check_err_str", + "tests.ports.stm32.pyb_can", + "tests.thread.stress_schedule", + "tests.thread.thread_coop", + "tests.thread.thread_heap_lock" + ], + "import_count": 143 + }, + "lcd": { + "used_by": [ + "examples.mandel" + ], + "import_count": 1 + }, + "struct": { + "used_by": [ + "examples.bluetooth.ble_advertising", + "examples.bluetooth.ble_bonding_peripheral", + "examples.bluetooth.ble_simple_central", + "examples.bluetooth.ble_simple_peripheral", + "examples.bluetooth.ble_temperature", + "examples.bluetooth.ble_temperature_central", + "examples.usb.usb_dfu_device", + "ports.esp8266.makeimg", + "ports.stm32.boards.LEGO_HUB_NO6.appupdate", + "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "ports.stm32.mboot.fwupdate", + "ports.stm32.mboot.mboot", + "ports.stm32.mboot.mboot_pack_dfu", + "tests.basics.struct1", + "tests.basics.struct1_intbig", + "tests.basics.struct2", + "tests.basics.struct_endian", + "tests.basics.struct_micropython", + "tests.cpydiff.modules_struct_fewargs", + "tests.cpydiff.modules_struct_manyargs", + "tests.cpydiff.modules_struct_whitespace_in_format", + "tests.extmod.vfs_rom", + "tests.float.float2int_doubleprec_intbig", + "tests.float.float2int_fp30_intbig", + "tests.float.float2int_intbig", + "tests.float.float_struct", + "tests.float.float_struct_e", + "tests.float.float_struct_e_doubleprec", + "tests.float.float_struct_e_fp30", + "tests.misc.non_compliant", + "tests.multi_bluetooth.ble_irq_calls", + "tests.multi_net.asyncio_tcp_client_rst", + "tests.multi_net.tcp_client_rst", + "tests.ports.unix.ffi_int_long32", + "tests.ports.unix.ffi_int_long64", + "tools.dfu", + "tools.hci_trace_to_pcap", + "tools.mpy-tool", + "tools.mpy_ld", + "tools.pyboard", + "tools.pydfu", + "tools.uf2conv", + "tools.mpremote.mpremote.romfs", + "tools.mpremote.mpremote.transport_serial" + ], + "import_count": 45 + }, + "bluetooth": { + "used_by": [ + "examples.bluetooth.ble_advertising", + "examples.bluetooth.ble_bonding_peripheral", + "examples.bluetooth.ble_simple_central", + "examples.bluetooth.ble_simple_peripheral", + "examples.bluetooth.ble_temperature", + "examples.bluetooth.ble_temperature_central", + "examples.bluetooth.ble_uart_peripheral", + "examples.bluetooth.ble_uart_repl", + "tests.multi_bluetooth.ble_characteristic", + "tests.multi_bluetooth.ble_descriptor", + "tests.multi_bluetooth.ble_gap_advertise", + "tests.multi_bluetooth.ble_gap_connect", + "tests.multi_bluetooth.ble_gap_device_name", + "tests.multi_bluetooth.ble_gap_pair", + "tests.multi_bluetooth.ble_gap_pair_bond", + "tests.multi_bluetooth.ble_gattc_discover_services", + "tests.multi_bluetooth.ble_gatt_data_transfer", + "tests.multi_bluetooth.ble_irq_calls", + "tests.multi_bluetooth.ble_l2cap", + "tests.multi_bluetooth.ble_mtu", + "tests.multi_bluetooth.ble_mtu_peripheral", + "tests.multi_bluetooth.ble_subscribe", + "tests.multi_bluetooth.perf_gatt_char_write", + "tests.multi_bluetooth.perf_gatt_notify", + "tests.multi_bluetooth.perf_l2cap", + "tests.multi_bluetooth.stress_deepsleep_reconnect", + "tests.multi_bluetooth.stress_log_filesystem" + ], + "import_count": 27 + }, + "random": { + "used_by": [ + "examples.bluetooth.ble_bonding_peripheral", + "examples.bluetooth.ble_simple_central", + "examples.bluetooth.ble_simple_peripheral", + "examples.bluetooth.ble_temperature", + "examples.bluetooth.ble_temperature_central", + "ports.stm32.boards.LEGO_HUB_NO6.appupdate", + "tests.serial_test", + "tests.basics.class_setname_hazard_rand", + "tests.cpydiff.modules_random_getrandbits", + "tests.cpydiff.modules_random_randint", + "tests.extmod.random_basic", + "tests.extmod.random_extra", + "tests.extmod.random_extra_float", + "tests.extmod.random_seed_default", + "tests.float.float_format_accuracy", + "tests.multi_bluetooth.ble_l2cap", + "tests.multi_bluetooth.perf_l2cap", + "tests.multi_espnow.20_send_echo", + "tests.multi_espnow.30_lmk_echo", + "tests.multi_espnow.40_recv_test", + "tests.multi_espnow.45_recv_espnow_v2", + "tests.multi_espnow.50_esp32_rssi_test", + "tests.multi_espnow.60_irq_test", + "tests.multi_espnow.80_asyncio_client", + "tests.multi_espnow.81_asyncio_server", + "tests.multi_espnow.90_memory_test", + "tests.multi_extmod.machine_can_04_tx_order", + "tests.multi_net.tcp_recv_peek", + "tests.multi_net.udp_recv_dontwait", + "tests.multi_net.udp_recv_peek", + "tests.perf_bench.bm_chaos" + ], + "import_count": 32 + }, + "json": { + "used_by": [ + "examples.bluetooth.ble_bonding_peripheral", + "ports.esp32.tools.metrics_esp32", + "tests.run-tests", + "tests.test_utils", + "tests.cpydiff.modules_json_nonserializable", + "tests.extmod.json_dump", + "tests.extmod.json_dumps", + "tests.extmod.json_dumps_extra", + "tests.extmod.json_dumps_float", + "tests.extmod.json_dumps_ordereddict", + "tests.extmod.json_dumps_separators", + "tests.extmod.json_dump_iobase", + "tests.extmod.json_dump_separators", + "tests.extmod.json_load", + "tests.extmod.json_loads", + "tests.extmod.json_loads_bytes", + "tests.extmod.json_loads_float", + "tests.extmod.json_loads_int_64", + "tests.micropython.io_badlength", + "tools.mpy-tool", + "tools.uf2conv", + "tools.autobuild.build-downloads", + "tools.mpremote.mpremote.mip" + ], + "import_count": 23 + }, + "binascii": { + "used_by": [ + "examples.bluetooth.ble_bonding_peripheral", + "examples.network.https_server", + "ports.esp8266.modules.inisetup", + "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "ports.stm32.mboot.fwupdate", + "tests.extmod.binascii_a2b_base64", + "tests.extmod.binascii_b2a_base64", + "tests.extmod.binascii_crc32", + "tests.extmod.binascii_hexlify", + "tests.extmod.binascii_unhexlify", + "tests.multi_net.ssl_cert_ec", + "tests.multi_net.ssl_cert_rsa", + "tests.ports.qemu.romfs_test", + "tools.mpy-tool", + "tools.mpremote.mpremote.commands" + ], + "import_count": 17 + }, + "ble_advertising": { + "used_by": [ + "examples.bluetooth.ble_bonding_peripheral", + "examples.bluetooth.ble_simple_central", + "examples.bluetooth.ble_simple_peripheral", + "examples.bluetooth.ble_temperature", + "examples.bluetooth.ble_temperature_central", + "examples.bluetooth.ble_uart_peripheral" + ], + "import_count": 8 + }, + "io": { + "used_by": [ + "examples.bluetooth.ble_uart_repl", + "extmod.asyncio.event", + "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE.modules.board", + "py.makemoduledefs", + "py.makeqstrdefs", + "py.make_root_pointers", + "tests.basics.io_buffered_writer", + "tests.basics.io_bytesio_cow", + "tests.basics.io_bytesio_ext", + "tests.basics.io_bytesio_ext2", + "tests.basics.io_iobase", + "tests.basics.io_stringio1", + "tests.basics.io_stringio_base", + "tests.basics.io_stringio_with", + "tests.basics.io_write_ext", + "tests.basics.sys_tracebacklimit", + "tests.extmod.btree1", + "tests.extmod.btree_closed", + "tests.extmod.btree_error", + "tests.extmod.btree_gc", + "tests.extmod.deflate_compress", + "tests.extmod.deflate_compress_memory_error", + "tests.extmod.deflate_decompress", + "tests.extmod.deflate_stream_error", + "tests.extmod.json_dump", + "tests.extmod.json_dump_iobase", + "tests.extmod.json_dump_separators", + "tests.extmod.json_load", + "tests.extmod.select_poll_custom", + "tests.extmod.ssl_basic", + "tests.extmod.ssl_cadata", + "tests.extmod.ssl_ioctl", + "tests.extmod.ssl_keycert", + "tests.extmod.ssl_keycert_pkcs8", + "tests.extmod.ssl_poll", + "tests.extmod.tls_dtls", + "tests.extmod.tls_noleak", + "tests.extmod.tls_threads", + "tests.extmod.vfs_userfs", + "tests.extmod.websocket_basic", + "tests.extmod.websocket_toobig", + "tests.micropython.builtin_execfile", + "tests.micropython.emg_exc", + "tests.micropython.heapalloc_bytesio", + "tests.micropython.heapalloc_bytesio2", + "tests.micropython.heapalloc_traceback", + "tests.micropython.import_mpy_invalid", + "tests.micropython.import_mpy_native", + "tests.micropython.import_mpy_native_gc", + "tests.micropython.io_badlength", + "tests.misc.print_exception", + "tests.multi_net.sslcontext_getpeercert", + "tests.multi_net.sslcontext_verify_callback", + "tests.net_hosted.ssl_getpeercert", + "tests.net_hosted.ssl_verify_callback", + "tests.perf_bench.bm_hexiom", + "tests.perf_bench.core_import_mpy_multi", + "tests.perf_bench.core_import_mpy_single", + "tests.ports.qemu.mpy_arch_flags_test", + "tests.ports.unix.extra_coverage", + "tests.stress.recursive_data", + "tools.mpy-tool", + "tools.mpremote.mpremote.transport_serial" + ], + "import_count": 66 + }, + "ble_uart_peripheral": { + "used_by": [ + "examples.bluetooth.ble_uart_repl" + ], + "import_count": 1 + }, + "hwconfig": { + "used_by": [ + "examples.hwapi.button_led", + "examples.hwapi.button_reaction", + "examples.hwapi.soft_pwm", + "examples.hwapi.soft_pwm2_asyncio", + "examples.hwapi.soft_pwm_asyncio" + ], + "import_count": 8 + }, + "asyncio": { + "used_by": [ + "examples.hwapi.soft_pwm2_asyncio", + "examples.hwapi.soft_pwm_asyncio", + "extmod.asyncio.uasyncio", + "tests.extmod.asyncio_await_return", + "tests.extmod.asyncio_basic", + "tests.extmod.asyncio_basic2", + "tests.extmod.asyncio_cancel_fair", + "tests.extmod.asyncio_cancel_fair2", + "tests.extmod.asyncio_cancel_self", + "tests.extmod.asyncio_cancel_task", + "tests.extmod.asyncio_cancel_wait_on_finished", + "tests.extmod.asyncio_current_task", + "tests.extmod.asyncio_event", + "tests.extmod.asyncio_event_fair", + "tests.extmod.asyncio_event_queue", + "tests.extmod.asyncio_exception", + "tests.extmod.asyncio_fair", + "tests.extmod.asyncio_gather", + "tests.extmod.asyncio_gather_finished_early", + "tests.extmod.asyncio_gather_notimpl", + "tests.extmod.asyncio_get_event_loop", + "tests.extmod.asyncio_heaplock", + "tests.extmod.asyncio_iterator_event", + "tests.extmod.asyncio_lock", + "tests.extmod.asyncio_lock_cancel", + "tests.extmod.asyncio_loop_stop", + "tests.extmod.asyncio_micropython", + "tests.extmod.asyncio_new_event_loop", + "tests.extmod.asyncio_set_exception_handler", + "tests.extmod.asyncio_task_done", + "tests.extmod.asyncio_threadsafeflag", + "tests.extmod.asyncio_wait_for", + "tests.extmod.asyncio_wait_for_fwd", + "tests.extmod.asyncio_wait_for_linked_task", + "tests.extmod.asyncio_wait_task", + "tests.micropython.ringio_async", + "tests.multi_espnow.80_asyncio_client", + "tests.multi_espnow.81_asyncio_server", + "tests.multi_net.asyncio_tcp_client_rst", + "tests.multi_net.asyncio_tcp_close_write", + "tests.multi_net.asyncio_tcp_readall", + "tests.multi_net.asyncio_tcp_readexactly", + "tests.multi_net.asyncio_tcp_readinto", + "tests.multi_net.asyncio_tcp_server_client", + "tests.multi_net.asyncio_tls_server_client", + "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "tests.multi_net.asyncio_tls_server_client_readline", + "tests.multi_net.asyncio_tls_server_client_verify_error", + "tests.net_hosted.asyncio_loopback", + "tests.net_hosted.asyncio_start_server", + "tests.net_inet.asyncio_cancel_stream", + "tests.net_inet.asyncio_open_connection", + "tests.net_inet.asyncio_tcp_read_headers", + "tests.net_inet.asyncio_tls_open_connection_readline" + ], + "import_count": 54 + }, + "socket": { + "used_by": [ + "examples.network.https_client", + "examples.network.https_client_nonblocking", + "examples.network.https_server", + "examples.network.http_client", + "examples.network.http_server", + "examples.network.http_server_simplistic", + "examples.network.http_server_simplistic_commented", + "extmod.asyncio.stream", + "ports.cc3200.tools.update-wipy", + "tests.run-multitests", + "tests.extmod.select_ipoll", + "tests.extmod.select_poll_basic", + "tests.extmod.select_poll_custom", + "tests.extmod.select_poll_eintr", + "tests.extmod.select_poll_udp", + "tests.extmod.socket_badconstructor", + "tests.extmod.socket_fileno", + "tests.extmod.socket_tcp_basic", + "tests.extmod.socket_udp_nonblock", + "tests.extmod.ssl_sslcontext", + "tests.multi_net.asyncio_tcp_client_rst", + "tests.multi_net.sslcontext_check_hostname_error", + "tests.multi_net.sslcontext_getpeercert", + "tests.multi_net.sslcontext_server_client", + "tests.multi_net.sslcontext_server_client_ciphers", + "tests.multi_net.sslcontext_server_client_files", + "tests.multi_net.sslcontext_server_client_psk", + "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "tests.multi_net.sslcontext_server_client_psk_object", + "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "tests.multi_net.sslcontext_verify_callback", + "tests.multi_net.sslcontext_verify_error", + "tests.multi_net.sslcontext_verify_time_error", + "tests.multi_net.ssl_cert_ec", + "tests.multi_net.ssl_cert_rsa", + "tests.multi_net.tcp_accept_recv", + "tests.multi_net.tcp_client_rst", + "tests.multi_net.tcp_data", + "tests.multi_net.tcp_recv_peek", + "tests.multi_net.tcp_sendall", + "tests.multi_net.tls_dtls_server_client", + "tests.multi_net.udp_data", + "tests.multi_net.udp_data_multi", + "tests.multi_net.udp_recv_dontwait", + "tests.multi_net.udp_recv_peek", + "tests.multi_wlan.getaddrinfo", + "tests.net_hosted.accept_nonblock", + "tests.net_hosted.accept_timeout", + "tests.net_hosted.connect_nonblock", + "tests.net_hosted.connect_nonblock_xfer", + "tests.net_hosted.connect_poll", + "tests.net_hosted.connect_timeout", + "tests.net_hosted.ssl_getpeercert", + "tests.net_hosted.ssl_verify_callback", + "tests.net_inet.getaddrinfo", + "tests.net_inet.resolve_on_connect", + "tests.net_inet.ssl_cert", + "tests.net_inet.ssl_errors", + "tests.net_inet.test_sslcontext_client", + "tests.net_inet.test_tls_nonblock", + "tests.net_inet.test_tls_sites", + "tests.net_inet.test_tls_sites_simple", + "tests.net_inet.tls_num_errors", + "tests.net_inet.tls_text_errors" + ], + "import_count": 71 + }, + "ssl": { + "used_by": [ + "examples.network.https_client", + "examples.network.https_client_nonblocking", + "examples.network.https_server", + "extmod.asyncio.stream", + "tests.extmod.ssl_basic", + "tests.extmod.ssl_cadata", + "tests.extmod.ssl_ioctl", + "tests.extmod.ssl_keycert", + "tests.extmod.ssl_keycert_pkcs8", + "tests.extmod.ssl_poll", + "tests.extmod.ssl_sslcontext", + "tests.extmod.ssl_sslcontext_verify_mode", + "tests.extmod.ssl_sslcontext_verify_mode2", + "tests.multi_net.asyncio_tls_server_client", + "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "tests.multi_net.asyncio_tls_server_client_readline", + "tests.multi_net.asyncio_tls_server_client_verify_error", + "tests.multi_net.sslcontext_check_hostname_error", + "tests.multi_net.sslcontext_getpeercert", + "tests.multi_net.sslcontext_server_client", + "tests.multi_net.sslcontext_server_client_files", + "tests.multi_net.sslcontext_verify_error", + "tests.multi_net.sslcontext_verify_time_error", + "tests.multi_net.ssl_cert_ec", + "tests.multi_net.ssl_cert_rsa", + "tests.net_hosted.connect_nonblock_xfer", + "tests.net_hosted.ssl_getpeercert", + "tests.net_inet.asyncio_tls_open_connection_readline", + "tests.net_inet.ssl_cert", + "tests.net_inet.ssl_errors", + "tests.net_inet.test_sslcontext_client", + "tests.net_inet.test_tls_nonblock", + "tests.net_inet.test_tls_sites", + "tests.net_inet.test_tls_sites_simple", + "tests.net_inet.tls_text_errors" + ], + "import_count": 35 + }, + "errno": { + "used_by": [ + "examples.network.https_client_nonblocking", + "extmod.asyncio.stream", + "tests.basics.dict_fixed", + "tests.basics.errno1", + "tests.cpydiff.modules_errno_enotsup", + "tests.cpydiff.types_oserror_errnomap", + "tests.extmod.btree1", + "tests.extmod.btree_error", + "tests.extmod.select_poll_basic", + "tests.extmod.select_poll_fd", + "tests.extmod.socket_tcp_basic", + "tests.extmod.socket_udp_nonblock", + "tests.extmod.vfs_fat_fileio1", + "tests.extmod.vfs_fat_fileio2", + "tests.extmod.vfs_fat_finaliser", + "tests.extmod.vfs_fat_oldproto", + "tests.extmod.vfs_fat_ramdisk", + "tests.extmod.vfs_lfs_error", + "tests.extmod.vfs_posix_readonly", + "tests.extmod.vfs_rom", + "tests.extmod.websocket_basic", + "tests.extmod.websocket_toobig", + "tests.extmod_hardware.machine_sdcard_dma_align", + "tests.multi_net.tcp_client_rst", + "tests.multi_net.udp_recv_dontwait", + "tests.multi_pyb_can.rx_callback", + "tests.multi_pyb_can.rx_filters", + "tests.net_hosted.accept_timeout", + "tests.net_hosted.connect_nonblock", + "tests.net_hosted.connect_nonblock_xfer", + "tests.net_hosted.connect_timeout", + "tests.net_inet.ssl_errors", + "tests.net_inet.test_tls_nonblock", + "tests.ports.stm32.pyb_can_instances", + "tests.ports.unix.extra_coverage", + "tools.pyboard", + "tools.mpremote.mpremote.commands", + "tools.mpremote.mpremote.mp_errno", + "tools.mpremote.mpremote.transport", + "tools.mpremote.mpremote.transport_serial" + ], + "import_count": 46 + }, + "select": { + "used_by": [ + "examples.network.https_client_nonblocking", + "extmod.asyncio.core", + "ports.esp8266.modules.espnow", + "tests.run-multitests", + "tests.run-tests", + "tests.extmod.select_ipoll", + "tests.extmod.select_poll_basic", + "tests.extmod.select_poll_custom", + "tests.extmod.select_poll_eintr", + "tests.extmod.select_poll_fd", + "tests.extmod.select_poll_udp", + "tests.extmod.ssl_poll", + "tests.extmod.vfs_rom", + "tests.multi_net.tcp_client_rst", + "tests.net_hosted.connect_nonblock_xfer", + "tests.net_hosted.connect_poll", + "tests.net_inet.ssl_errors", + "tests.net_inet.test_tls_nonblock", + "tests.net_inet.test_tls_sites", + "tests.thread.thread_stdin", + "tools.pyboard", + "tools.mpremote.mpremote.console" + ], + "import_count": 23 + }, + "rp2": { + "used_by": [ + "examples.rp2.pio_1hz", + "examples.rp2.pio_exec", + "examples.rp2.pio_pinchange", + "examples.rp2.pio_pwm", + "examples.rp2.pio_uart_rx", + "examples.rp2.pio_uart_tx", + "examples.rp2.pio_ws2812", + "ports.rp2.modules._boot", + "ports.rp2.modules._boot_fat", + "tests.ports.rp2.rp2_dma", + "tests.ports.rp2.rp2_dma_timer" + ], + "import_count": 17 + }, + "_thread": { + "used_by": [ + "examples.rp2.pio_uart_rx", + "tests.extmod.select_poll_eintr", + "tests.extmod.tls_threads", + "tests.ports.rp2.rp2_lightsleep_thread", + "tests.ports.rp2.rp2_thread_reset_part1", + "tests.thread.disable_irq", + "tests.thread.mutate_bytearray", + "tests.thread.mutate_dict", + "tests.thread.mutate_instance", + "tests.thread.mutate_list", + "tests.thread.mutate_set", + "tests.thread.stress_aes", + "tests.thread.stress_create", + "tests.thread.stress_heap", + "tests.thread.stress_recurse", + "tests.thread.stress_schedule", + "tests.thread.thread_coop", + "tests.thread.thread_exc1", + "tests.thread.thread_exc2", + "tests.thread.thread_exit1", + "tests.thread.thread_exit2", + "tests.thread.thread_gc1", + "tests.thread.thread_heap_lock", + "tests.thread.thread_ident1", + "tests.thread.thread_lock1", + "tests.thread.thread_lock2", + "tests.thread.thread_lock3", + "tests.thread.thread_lock4_intbig", + "tests.thread.thread_lock5", + "tests.thread.thread_qstr1", + "tests.thread.thread_shared1", + "tests.thread.thread_shared2", + "tests.thread.thread_sleep1", + "tests.thread.thread_sleep2", + "tests.thread.thread_stacksize1", + "tests.thread.thread_start1", + "tests.thread.thread_start2", + "tests.thread.thread_stdin" + ], + "import_count": 38 + }, + "ffi": { + "used_by": [ + "examples.unix.ffi_example", + "tests.ports.unix.ffi_callback", + "tests.ports.unix.ffi_float", + "tests.ports.unix.ffi_float2", + "tests.ports.unix.ffi_int_base" + ], + "import_count": 5 + }, + "uctypes": { + "used_by": [ + "examples.unix.ffi_example", + "ports.esp32.boards.SIL_MANT1S.modules.ping", + "ports.esp8266.modules.port_diag", + "ports.stm32.mboot.fwupdate", + "tests.basics.memoryview_slice_size", + "tests.basics.struct_micropython", + "tests.extmod.uctypes_32bit_intbig", + "tests.extmod.uctypes_addressof", + "tests.extmod.uctypes_array_assign_le", + "tests.extmod.uctypes_array_assign_native_le", + "tests.extmod.uctypes_array_assign_native_le_intbig", + "tests.extmod.uctypes_array_load_store", + "tests.extmod.uctypes_bytearray", + "tests.extmod.uctypes_byteat", + "tests.extmod.uctypes_error", + "tests.extmod.uctypes_le", + "tests.extmod.uctypes_le_float", + "tests.extmod.uctypes_native_float", + "tests.extmod.uctypes_native_le", + "tests.extmod.uctypes_print", + "tests.extmod.uctypes_ptr_le", + "tests.extmod.uctypes_ptr_native_le", + "tests.extmod.uctypes_sizeof", + "tests.extmod.uctypes_sizeof_float", + "tests.extmod.uctypes_sizeof_layout", + "tests.extmod.uctypes_sizeof_native", + "tests.extmod.uctypes_sizeof_od", + "tests.extmod.vfs_rom", + "tests.ports.alif_hardware.flash_test", + "tests.ports.unix.extra_coverage" + ], + "import_count": 30 + }, + "usb": { + "used_by": [ + "examples.usb.usb_simple_host_pyusb", + "tools.pydfu" + ], + "import_count": 4 + }, + "_asyncio": { + "used_by": [ + "extmod.asyncio.core", + "ports.webassembly.asyncio.core" + ], + "import_count": 4 + }, + "re": { + "used_by": [ + "mpy-cross.mpy_cross", + "ports.alif.mcu.make-pins", + "ports.esp32.tools.metrics_esp32", + "ports.mimxrt.boards.make-flexram-config", + "ports.mimxrt.boards.make-pins", + "ports.renesas-ra.boards.make-pins", + "ports.rp2.boards.make-pins", + "ports.samd.boards.make-pins", + "ports.stm32.make-stmconst", + "ports.stm32.boards.make-pins", + "ports.stm32.boards.plli2svalues", + "ports.stm32.boards.pllvalues", + "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "ports.stm32.mboot.mboot_pack_dfu", + "py.makecompresseddata", + "py.makemoduledefs", + "py.makeqstrdata", + "py.makeqstrdefs", + "py.make_root_pointers", + "tests.run-internalbench", + "tests.run-multitests", + "tests.run-tests", + "tests.test_utils", + "tests.basics.class_setname_hazard_rand", + "tests.extmod.re1", + "tests.extmod.re_debug", + "tests.extmod.re_error", + "tests.extmod.re_group", + "tests.extmod.re_groups", + "tests.extmod.re_limit", + "tests.extmod.re_namedclass", + "tests.extmod.re_span", + "tests.extmod.re_split", + "tests.extmod.re_split_empty", + "tests.extmod.re_split_notimpl", + "tests.extmod.re_stack_overflow", + "tests.extmod.re_stack_overflow2", + "tests.extmod.re_start_end_pos", + "tests.extmod.re_sub", + "tests.extmod.re_sub_unmatched", + "tests.unicode.unicode_ure", + "tools.ar_util", + "tools.codeformat", + "tools.gen-cpydiff", + "tools.hci_trace_to_pcap", + "tools.insert-usb-ids", + "tools.metrics", + "tools.mpy-tool", + "tools.mpy_ld", + "tools.pyboard", + "tools.pydfu", + "tools.uf2conv", + "tools.verifygitlog", + "tools.autobuild.remove_old_firmware", + "tools.make_pinout_diagram.pinout", + "tools.mpremote.mpremote.transport", + "tools.mpremote.mpremote.transport_serial" + ], + "import_count": 58 + }, + "stat": { + "used_by": [ + "mpy-cross.mpy_cross" + ], + "import_count": 1 + }, + "subprocess": { + "used_by": [ + "mpy-cross.mpy_cross", + "ports.cc3200.tools.uniflash", + "ports.esp32.tools.metrics_esp32", + "py.makeqstrdefs", + "py.makeversionhdr", + "shared.memzip.make-memzip", + "tests.run-internalbench", + "tests.run-multitests", + "tests.run-natmodtests", + "tests.run-perfbench", + "tests.run-tests", + "tests.test_utils", + "tools.codeformat", + "tools.gen-cpydiff", + "tools.makemanifest", + "tools.metrics", + "tools.pyboard", + "tools.uf2conv", + "tools.verifygitlog", + "tools.autobuild.remove_old_firmware" + ], + "import_count": 21 + }, + "argparse": { + "used_by": [ + "mpy-cross.mpy_cross.__main__", + "ports.cc3200.boards.make-pins", + "ports.cc3200.tools.uniflash", + "ports.cc3200.tools.update-wipy", + "ports.mimxrt.boards.make-flexram-config", + "ports.nrf.boards.make-pins", + "ports.stm32.make-stmconst", + "ports.stm32.mboot.mboot_pack_dfu", + "py.makemoduledefs", + "py.makeversionhdr", + "py.make_root_pointers", + "shared.memzip.make-memzip", + "tests.run-internalbench", + "tests.run-multitests", + "tests.run-natmodtests", + "tests.run-perfbench", + "tests.run-tests", + "tests.serial_test", + "tools.boardgen", + "tools.codeformat", + "tools.makemanifest", + "tools.manifestfile", + "tools.mpy-tool", + "tools.mpy_cross_all", + "tools.mpy_ld", + "tools.pyboard", + "tools.pydfu", + "tools.uf2conv", + "tools.mpremote.mpremote.main" + ], + "import_count": 29 + }, + "boardgen": { + "used_by": [ + "ports.alif.mcu.make-pins", + "ports.esp32.boards.make-pins", + "ports.mimxrt.boards.make-pins", + "ports.renesas-ra.boards.make-pins", + "ports.rp2.boards.make-pins", + "ports.samd.boards.make-pins", + "ports.stm32.boards.make-pins" + ], + "import_count": 7 + }, + "alif": { + "used_by": [ + "ports.alif.modules.hp._boot", + "tests.ports.alif_hardware.flash_test" + ], + "import_count": 2 + }, + "csv": { + "used_by": [ + "ports.cc3200.boards.make-pins", + "ports.nrf.boards.make-pins", + "tools.boardgen" + ], + "import_count": 3 + }, + "ftplib": { + "used_by": [ + "ports.cc3200.tools.update-wipy" + ], + "import_count": 1 + }, + "telnetlib": { + "used_by": [ + "ports.cc3200.tools.update-wipy", + "tools.pyboard" + ], + "import_count": 2 + }, + "gen_esp32part": { + "used_by": [ + "ports.esp32.makeimg" + ], + "import_count": 1 + }, + "uf2conv": { + "used_by": [ + "ports.esp32.makeimg" + ], + "import_count": 1 + }, + "ssd1306": { + "used_by": [ + "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3", + "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "ports.nrf.examples.ssd1306_mod" + ], + "import_count": 4 + }, + "lora": { + "used_by": [ + "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3" + ], + "import_count": 1 + }, + "network": { + "used_by": [ + "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "ports.esp8266.modules.inisetup", + "ports.esp8266.modules.port_diag", + "tests.multi_espnow.10_simple_data", + "tests.multi_espnow.20_send_echo", + "tests.multi_espnow.30_lmk_echo", + "tests.multi_espnow.40_recv_test", + "tests.multi_espnow.45_recv_espnow_v2", + "tests.multi_espnow.50_esp32_rssi_test", + "tests.multi_espnow.60_irq_test", + "tests.multi_espnow.70_channel", + "tests.multi_espnow.75_rate", + "tests.multi_espnow.80_asyncio_client", + "tests.multi_espnow.81_asyncio_server", + "tests.multi_espnow.90_memory_test", + "tests.multi_wlan.01_ap_sta", + "tests.multi_wlan.getaddrinfo", + "tests.ports.cc3200.wlan.machine", + "tests.ports.cc3200.wlan.server", + "tests.ports.cc3200.wlan.wlan" + ], + "import_count": 21 + }, + "lilygo_oled": { + "used_by": [ + "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32" + ], + "import_count": 1 + }, + "s2pico_oled": { + "used_by": [ + "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico" + ], + "import_count": 1 + }, + "neopixel": { + "used_by": [ + "ports.esp32.boards.M5STACK_ATOM.modules.atom", + "ports.esp32.modules.apa106", + "ports.esp8266.modules.apa102" + ], + "import_count": 3 + }, + "utime": { + "used_by": [ + "ports.esp32.boards.SIL_MANT1S.modules.ping", + "tests.import.builtin_ext" + ], + "import_count": 3 + }, + "uselect": { + "used_by": [ + "ports.esp32.boards.SIL_MANT1S.modules.ping" + ], + "import_count": 1 + }, + "usocket": { + "used_by": [ + "ports.esp32.boards.SIL_MANT1S.modules.ping" + ], + "import_count": 1 + }, + "ustruct": { + "used_by": [ + "ports.esp32.boards.SIL_MANT1S.modules.ping" + ], + "import_count": 1 + }, + "urandom": { + "used_by": [ + "ports.esp32.boards.SIL_MANT1S.modules.ping" + ], + "import_count": 1 + }, + "max17048": { + "used_by": [ + "ports.esp32.boards.UM_OMGS3.modules.omgs3" + ], + "import_count": 1 + }, + "esp32": { + "used_by": [ + "ports.esp32.boards.UM_TINYPICO.modules.tinypico", + "ports.esp32.modules.flashbdev", + "ports.esp32.modules.machine", + "tests.ports.esp32.check_err_str", + "tests.ports.esp32.esp32_idf_heap_info", + "tests.ports.esp32.esp32_nvs", + "tests.ports.esp32.partition_ota" + ], + "import_count": 7 + }, + "_espnow": { + "used_by": [ + "ports.esp32.modules.espnow", + "ports.esp8266.modules.espnow" + ], + "import_count": 2 + }, + "vfs": { + "used_by": [ + "ports.esp32.modules.inisetup", + "ports.esp32.modules._boot", + "ports.esp8266.modules.inisetup", + "ports.esp8266.modules._boot", + "ports.mimxrt.boards.TEENSY40.format", + "ports.mimxrt.modules._boot", + "ports.nrf.examples.mountsd", + "ports.nrf.examples.seeed_tft", + "ports.nrf.modules.scripts._boot", + "ports.rp2.modules._boot", + "ports.rp2.modules._boot_fat", + "ports.samd.modules._boot", + "ports.zephyr.modules._boot", + "tests.extmod.vfs_basic", + "tests.extmod.vfs_blockdev", + "tests.extmod.vfs_blockdev_invalid", + "tests.extmod.vfs_blockdev_invalid2", + "tests.extmod.vfs_fat_fileio1", + "tests.extmod.vfs_fat_fileio2", + "tests.extmod.vfs_fat_finaliser", + "tests.extmod.vfs_fat_ilistdir_del", + "tests.extmod.vfs_fat_more", + "tests.extmod.vfs_fat_mtime", + "tests.extmod.vfs_fat_oldproto", + "tests.extmod.vfs_fat_ramdisk", + "tests.extmod.vfs_fat_ramdisklarge", + "tests.extmod.vfs_lfs", + "tests.extmod.vfs_lfs_corrupt", + "tests.extmod.vfs_lfs_error", + "tests.extmod.vfs_lfs_file", + "tests.extmod.vfs_lfs_ilistdir_del", + "tests.extmod.vfs_lfs_mount", + "tests.extmod.vfs_lfs_mtime", + "tests.extmod.vfs_lfs_superblock", + "tests.extmod.vfs_mountinfo", + "tests.extmod.vfs_posix", + "tests.extmod.vfs_posix_enoent", + "tests.extmod.vfs_posix_ilistdir_del", + "tests.extmod.vfs_posix_ilistdir_filter", + "tests.extmod.vfs_posix_paths", + "tests.extmod.vfs_posix_readonly", + "tests.extmod.vfs_rom", + "tests.extmod.vfs_userfs", + "tests.extmod_hardware.machine_sdcard_dma_align", + "tests.micropython.builtin_execfile", + "tests.micropython.import_mpy_invalid", + "tests.micropython.import_mpy_native", + "tests.micropython.import_mpy_native_gc", + "tests.perf_bench.core_import_mpy_multi", + "tests.perf_bench.core_import_mpy_single", + "tests.ports.alif_hardware.flash_test", + "tests.ports.cc3200.os", + "tests.ports.qemu.mpy_arch_flags_test" + ], + "import_count": 53 + }, + "flashbdev": { + "used_by": [ + "ports.esp32.modules.inisetup", + "ports.esp32.modules._boot", + "ports.esp8266.modules.inisetup", + "ports.esp8266.modules._boot" + ], + "import_count": 4 + }, + "gc": { + "used_by": [ + "ports.esp32.modules._boot", + "ports.esp8266.boards.ESP8266_GENERIC._boot", + "ports.esp8266.modules._boot", + "ports.nrf.modules.scripts._boot", + "ports.samd.modules._boot", + "tests.basics.gc1", + "tests.basics.memoryview_gc", + "tests.basics.weakref_callback_exception", + "tests.basics.weakref_finalize_collect", + "tests.basics.weakref_multiple_refs", + "tests.basics.weakref_ref_collect", + "tests.cpydiff.core_class_delnotimpl", + "tests.extmod.btree_gc", + "tests.extmod.select_poll_eintr", + "tests.extmod.vfs_fat_finaliser", + "tests.extmod.vfs_fat_ilistdir_del", + "tests.extmod.vfs_lfs_ilistdir_del", + "tests.extmod.vfs_posix", + "tests.extmod.vfs_posix_ilistdir_del", + "tests.extmod.vfs_posix_readonly", + "tests.internal_bench.class_instance-0.1-object-gc", + "tests.internal_bench.class_instance-1.3-empty-gc", + "tests.internal_bench.class_instance-3.1-del-gc", + "tests.micropython.import_mpy_native_gc", + "tests.micropython.native_misc", + "tests.micropython.viper_misc3", + "tests.stress.gc_trace", + "tests.thread.stress_schedule", + "tests.thread.thread_gc1" + ], + "import_count": 29 + }, + "inisetup": { + "used_by": [ + "ports.esp32.modules._boot", + "ports.esp8266.modules._boot" + ], + "import_count": 2 + }, + "shutil": { + "used_by": [ + "ports.esp32.tools.metrics_esp32" + ], + "import_count": 1 + }, + "dataclasses": { + "used_by": [ + "ports.esp32.tools.metrics_esp32" + ], + "import_count": 1 + }, + "hashlib": { + "used_by": [ + "ports.esp8266.makeimg", + "ports.stm32.mboot.mboot", + "py.makeqstrdefs", + "tests.extmod.hashlib_final", + "tests.extmod.hashlib_md5", + "tests.extmod.hashlib_sha1", + "tests.extmod.hashlib_sha256", + "tests.ports.alif_hardware.flash_test", + "tools.ar_util", + "tools.mpremote.mpremote.commands", + "tools.mpremote.mpremote.transport" + ], + "import_count": 11 + }, + "esp": { + "used_by": [ + "ports.esp8266.modules.apa102", + "ports.esp8266.modules.flashbdev", + "ports.esp8266.modules.port_diag" + ], + "import_count": 3 + }, + "lwip": { + "used_by": [ + "ports.esp8266.modules.port_diag" + ], + "import_count": 1 + }, + "collections": { + "used_by": [ + "ports.mimxrt.boards.make-pins", + "ports.samd.boards.make-pins", + "ports.stm32.boards.make-pins", + "ports.stm32.boards.plli2svalues", + "py.makecompresseddata", + "tests.run-internalbench", + "tests.basics.class_ordereddict", + "tests.basics.class_store_class", + "tests.basics.deque1", + "tests.basics.deque2", + "tests.basics.deque_micropython", + "tests.basics.deque_slice", + "tests.basics.namedtuple1", + "tests.basics.namedtuple_asdict", + "tests.basics.ordereddict1", + "tests.basics.ordereddict_eq", + "tests.basics.slice_optimise", + "tests.basics.sys_getsizeof", + "tests.basics.tuple_subclass", + "tests.extmod.json_dumps_ordereddict", + "tests.extmod.uctypes_sizeof_od", + "tests.internal_bench.var-8-namedtuple-1st", + "tests.internal_bench.var-8.1-namedtuple-5th", + "tools.ar_util", + "tools.gen-cpydiff", + "tools.manifestfile", + "tools.metrics", + "tools.pyboard", + "tools.pydfu", + "tools.mpremote.mpremote.main", + "tools.mpremote.mpremote.transport" + ], + "import_count": 34 + }, + "mimxrt": { + "used_by": [ + "ports.mimxrt.boards.TEENSY40.format", + "ports.mimxrt.modules._boot" + ], + "import_count": 2 + }, + "bmm150": { + "used_by": [ + "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu" + ], + "import_count": 1 + }, + "bmi270": { + "used_by": [ + "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu" + ], + "import_count": 1 + }, + "lsm9ds1": { + "used_by": [ + "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu" + ], + "import_count": 1 + }, + "sdcard": { + "used_by": [ + "ports.nrf.examples.mountsd", + "ports.nrf.examples.seeed_tft" + ], + "import_count": 2 + }, + "music": { + "used_by": [ + "ports.nrf.examples.musictest" + ], + "import_count": 1 + }, + "ubluepy": { + "used_by": [ + "ports.nrf.examples.powerup", + "ports.nrf.examples.ubluepy_eddystone", + "ports.nrf.examples.ubluepy_scan", + "ports.nrf.examples.ubluepy_temp" + ], + "import_count": 12 + }, + "framebuf": { + "used_by": [ + "ports.nrf.examples.seeed_tft", + "tests.extmod.framebuf1", + "tests.extmod.framebuf16", + "tests.extmod.framebuf2", + "tests.extmod.framebuf4", + "tests.extmod.framebuf8", + "tests.extmod.framebuf_blit", + "tests.extmod.framebuf_bounds", + "tests.extmod.framebuf_ellipse", + "tests.extmod.framebuf_palette", + "tests.extmod.framebuf_polygon", + "tests.extmod.framebuf_scroll", + "tests.extmod.framebuf_subclass" + ], + "import_count": 13 + }, + "board": { + "used_by": [ + "ports.nrf.examples.ubluepy_temp" + ], + "import_count": 1 + }, + "nrf": { + "used_by": [ + "ports.nrf.modules.scripts._boot" + ], + "import_count": 1 + }, + "deflate": { + "used_by": [ + "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE.modules.board", + "ports.stm32.mboot.fwupdate", + "tests.extmod.deflate_compress", + "tests.extmod.deflate_compress_memory_error", + "tests.extmod.deflate_decompress", + "tests.extmod.deflate_stream_error" + ], + "import_count": 6 + }, + "_rp2": { + "used_by": [ + "ports.rp2.modules.rp2" + ], + "import_count": 1 + }, + "samd": { + "used_by": [ + "ports.samd.modules._boot" + ], + "import_count": 1 + }, + "fwupdate": { + "used_by": [ + "ports.stm32.boards.LEGO_HUB_NO6.appupdate" + ], + "import_count": 1 + }, + "spiflash": { + "used_by": [ + "ports.stm32.boards.LEGO_HUB_NO6.appupdate" + ], + "import_count": 1 + }, + "stm": { + "used_by": [ + "ports.stm32.boards.NUCLEO_WB55.rfcore_debug", + "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "ports.stm32.mboot.fwupdate", + "tests.ports.stm32.modstm", + "tests.ports.stm32.rtc" + ], + "import_count": 5 + }, + "rfcore_firmware": { + "used_by": [ + "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware" + ], + "import_count": 2 + }, + "zlib": { + "used_by": [ + "ports.stm32.mboot.mboot_pack_dfu", + "py.makecompresseddata", + "tools.dfu", + "tools.pydfu", + "tools.make_pinout_diagram.compress", + "tools.mpremote.mpremote.commands" + ], + "import_count": 6 + }, + "dfu": { + "used_by": [ + "ports.stm32.mboot.mboot_pack_dfu" + ], + "import_count": 1 + }, + "pyhy": { + "used_by": [ + "ports.stm32.mboot.mboot_pack_dfu" + ], + "import_count": 1 + }, + "js": { + "used_by": [ + "ports.webassembly.asyncio.core" + ], + "import_count": 1 + }, + "jsffi": { + "used_by": [ + "ports.webassembly.asyncio.core" + ], + "import_count": 1 + }, + "zephyr": { + "used_by": [ + "ports.zephyr.modules._boot" + ], + "import_count": 1 + }, + "gzip": { + "used_by": [ + "py.makecompresseddata" + ], + "import_count": 1 + }, + "huffman": { + "used_by": [ + "py.makecompresseddata" + ], + "import_count": 1 + }, + "multiprocessing": { + "used_by": [ + "py.makeqstrdefs", + "tests.run-tests", + "tools.metrics" + ], + "import_count": 5 + }, + "glob": { + "used_by": [ + "py.makeqstrdefs", + "tests.run-internalbench", + "tests.run-perfbench", + "tests.run-tests", + "tools.codeformat", + "tools.manifestfile", + "tools.autobuild.build-downloads" + ], + "import_count": 7 + }, + "datetime": { + "used_by": [ + "py.makeversionhdr", + "tools.mpremote.mpremote.commands" + ], + "import_count": 2 + }, + "types": { + "used_by": [ + "shared.memzip.make-memzip", + "tests.basics.async_await2", + "tests.basics.async_for2", + "tests.basics.async_with2" + ], + "import_count": 4 + }, + "test_utils": { + "used_by": [ + "tests.run-internalbench", + "tests.run-multitests", + "tests.run-natmodtests", + "tests.run-perfbench", + "tests.run-tests", + "tests.serial_test" + ], + "import_count": 42 + }, + "itertools": { + "used_by": [ + "tests.run-multitests", + "tools.codeformat" + ], + "import_count": 2 + }, + "tempfile": { + "used_by": [ + "tests.run-multitests", + "tests.run-tests", + "tests.test_utils", + "tools.manifestfile", + "tools.mpremote.mpremote.commands" + ], + "import_count": 5 + }, + "sysconfig": { + "used_by": [ + "tests.run-tests" + ], + "import_count": 1 + }, + "platform": { + "used_by": [ + "tests.run-tests", + "tests.extmod.platform_basic", + "tests.extmod.vfs_posix", + "tools.mpremote.mpremote.mp_errno" + ], + "import_count": 4 + }, + "threading": { + "used_by": [ + "tests.run-tests" + ], + "import_count": 1 + }, + "pty": { + "used_by": [ + "tests.run-tests" + ], + "import_count": 1 + }, + "fcntl": { + "used_by": [ + "tests.run-tests" + ], + "import_count": 1 + }, + "termios": { + "used_by": [ + "tests.run-tests", + "tools.mpremote.mpremote.console" + ], + "import_count": 2 + }, + "signal": { + "used_by": [ + "tests.run-tests", + "tools.pyboard", + "tools.mpremote.mpremote.console" + ], + "import_count": 4 + }, + "serial": { + "used_by": [ + "tests.serial_test", + "tools.pyboard", + "tools.mpremote.mpremote.commands", + "tools.mpremote.mpremote.transport_serial" + ], + "import_count": 7 + }, + "inspect": { + "used_by": [ + "tests.test_utils", + "tools.pydfu" + ], + "import_count": 2 + }, + "pyboard": { + "used_by": [ + "tests.test_utils" + ], + "import_count": 1 + }, + "builtins": { + "used_by": [ + "tests.basics.builtin_override" + ], + "import_count": 1 + }, + "a": { + "used_by": [ + "tests.basics.builtin_override", + "tests.cmdline.cmd_showbc" + ], + "import_count": 7 + }, + "unittest": { + "used_by": [ + "tests.basics.fun_code_lnotab", + "tests.extmod.machine1", + "tests.extmod.tls_noleak", + "tests.extmod.tls_threads", + "tests.extmod.vfs_rom", + "tests.extmod_hardware.machine_can_instances", + "tests.extmod_hardware.machine_can_timings", + "tests.extmod_hardware.machine_counter", + "tests.extmod_hardware.machine_encoder", + "tests.extmod_hardware.machine_i2c_target", + "tests.extmod_hardware.machine_pwm", + "tests.extmod_hardware.machine_sdcard_dma_align", + "tests.micropython.native_marshal", + "tests.net_hosted.connect_nonblock_xfer", + "tests.net_inet.resolve_on_connect", + "tests.ports.rp2.rp2_dma", + "tests.ports.rp2.rp2_dma_timer", + "tests.ports.rp2.rp2_lightsleep_regs", + "tests.ports.rp2.rp2_lightsleep_thread", + "tests.ports.stm32.pyb_can_instances", + "tests.ports.stm32_hardware.spi_dma_align" + ], + "import_count": 21 + }, + "mod": { + "used_by": [ + "tests.basics.import_instance_method", + "tests.basics.import_star_nonmodule" + ], + "import_count": 8 + }, + "__main__": { + "used_by": [ + "tests.basics.module1" + ], + "import_count": 1 + }, + "string": { + "used_by": [ + "tests.basics.string_tstring_constructor1", + "tools.insert-usb-ids" + ], + "import_count": 2 + }, + "traceback": { + "used_by": [ + "tests.basics.sys_tracebacklimit", + "tests.misc.print_exception" + ], + "import_count": 2 + }, + "weakref": { + "used_by": [ + "tests.basics.weakref_callback_exception", + "tests.basics.weakref_finalize_basic", + "tests.basics.weakref_finalize_collect", + "tests.basics.weakref_multiple_refs", + "tests.basics.weakref_ref_basic", + "tests.basics.weakref_ref_collect" + ], + "import_count": 6 + }, + "modules": { + "used_by": [ + "tests.cpydiff.core_import_path" + ], + "import_count": 1 + }, + "subpkg": { + "used_by": [ + "tests.cpydiff.core_import_split_ns_pkgs" + ], + "import_count": 2 + }, + "uasyncio": { + "used_by": [ + "tests.extmod.asyncio_as_uasyncio" + ], + "import_count": 1 + }, + "btree": { + "used_by": [ + "tests.extmod.btree1", + "tests.extmod.btree_closed", + "tests.extmod.btree_error", + "tests.extmod.btree_gc" + ], + "import_count": 7 + }, + "Crypto": { + "used_by": [ + "tests.extmod.cryptolib_aes128_cbc", + "tests.extmod.cryptolib_aes128_ecb", + "tests.extmod.cryptolib_aes128_ecb_enc", + "tests.extmod.cryptolib_aes256_cbc", + "tests.extmod.cryptolib_aes256_ecb" + ], + "import_count": 5 + }, + "cryptolib": { + "used_by": [ + "tests.extmod.cryptolib_aes128_cbc", + "tests.extmod.cryptolib_aes128_ctr", + "tests.extmod.cryptolib_aes128_ecb", + "tests.extmod.cryptolib_aes128_ecb_enc", + "tests.extmod.cryptolib_aes128_ecb_inpl", + "tests.extmod.cryptolib_aes128_ecb_into", + "tests.extmod.cryptolib_aes256_cbc", + "tests.extmod.cryptolib_aes256_ecb" + ], + "import_count": 8 + }, + "heapq": { + "used_by": [ + "tests.extmod.heapq1" + ], + "import_count": 1 + }, + "target_wiring": { + "used_by": [ + "tests.extmod.machine_spi_rate", + "tests.extmod.machine_uart_irq_txidle", + "tests.extmod.machine_uart_tx", + "tests.extmod_hardware.machine_can_timings", + "tests.extmod_hardware.machine_encoder", + "tests.extmod_hardware.machine_pwm", + "tests.extmod_hardware.machine_uart_irq_break", + "tests.extmod_hardware.machine_uart_irq_rx", + "tests.extmod_hardware.machine_uart_irq_rxidle" + ], + "import_count": 17 + }, + "marshal": { + "used_by": [ + "tests.extmod.marshal_basic", + "tests.extmod.marshal_fun_nested", + "tests.extmod.marshal_stress", + "tests.micropython.native_marshal" + ], + "import_count": 4 + }, + "tls": { + "used_by": [ + "tests.extmod.tls_dtls", + "tests.extmod.tls_noleak", + "tests.extmod.tls_psk", + "tests.extmod.tls_sslcontext_ciphers", + "tests.extmod.tls_sslcontext_micropython", + "tests.extmod.tls_threads", + "tests.multi_net.sslcontext_server_client_ciphers", + "tests.multi_net.sslcontext_server_client_psk", + "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "tests.multi_net.sslcontext_server_client_psk_object", + "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "tests.multi_net.sslcontext_verify_callback", + "tests.multi_net.tls_dtls_server_client", + "tests.net_hosted.ssl_verify_callback", + "tests.net_inet.tls_num_errors" + ], + "import_count": 24 + }, + "test_module": { + "used_by": [ + "tests.extmod.vfs_fat_more" + ], + "import_count": 1 + }, + "lfsmod": { + "used_by": [ + "tests.extmod.vfs_lfs_mount" + ], + "import_count": 1 + }, + "lfspkg": { + "used_by": [ + "tests.extmod.vfs_lfs_mount" + ], + "import_count": 1 + }, + "lfsmod2": { + "used_by": [ + "tests.extmod.vfs_lfs_mount" + ], + "import_count": 1 + }, + "file": { + "used_by": [ + "tests.extmod.vfs_posix_paths" + ], + "import_count": 1 + }, + "usermod1": { + "used_by": [ + "tests.extmod.vfs_userfs" + ], + "import_count": 1 + }, + "usermod3": { + "used_by": [ + "tests.extmod.vfs_userfs" + ], + "import_count": 1 + }, + "usermod4": { + "used_by": [ + "tests.extmod.vfs_userfs" + ], + "import_count": 1 + }, + "usermod5": { + "used_by": [ + "tests.extmod.vfs_userfs" + ], + "import_count": 1 + }, + "usermod6": { + "used_by": [ + "tests.extmod.vfs_userfs" + ], + "import_count": 1 + }, + "websocket": { + "used_by": [ + "tests.extmod.websocket_basic", + "tests.extmod.websocket_toobig" + ], + "import_count": 2 + }, + "cmath": { + "used_by": [ + "tests.float.cmath_dunder", + "tests.float.cmath_fun", + "tests.float.cmath_fun_special", + "tests.perf_bench.bm_fft" + ], + "import_count": 4 + }, + "math": { + "used_by": [ + "tests.float.float_format_accuracy", + "tests.float.math_constants", + "tests.float.math_constants_extra", + "tests.float.math_domain", + "tests.float.math_domain_python311", + "tests.float.math_domain_special", + "tests.float.math_dunder", + "tests.float.math_factorial_intbig", + "tests.float.math_fun", + "tests.float.math_fun_bool", + "tests.float.math_fun_int", + "tests.float.math_fun_intbig", + "tests.float.math_fun_special", + "tests.float.math_isclose", + "tests.micropython.const_math", + "tests.misc.rge_sm", + "tests.perf_bench.bm_chaos", + "tests.perf_bench.bm_fft", + "tests.perf_bench.bm_float" + ], + "import_count": 25 + }, + "uos": { + "used_by": [ + "tests.import.builtin_ext", + "tests.import.ext.os" + ], + "import_count": 3 + }, + "usys": { + "used_by": [ + "tests.import.builtin_ext" + ], + "import_count": 1 + }, + "gen_context2": { + "used_by": [ + "tests.import.gen_context" + ], + "import_count": 1 + }, + "import1b": { + "used_by": [ + "tests.import.import1a", + "tests.import.import2a", + "tests.import.import3a", + "tests.import.import_file", + "tests.import.module_dict", + "tests.import.try_module" + ], + "import_count": 7 + }, + "pkg": { + "used_by": [ + "tests.import.import_broken", + "tests.import.import_pkg1", + "tests.import.import_pkg2", + "tests.import.import_pkg3" + ], + "import_count": 6 + }, + "broken": { + "used_by": [ + "tests.import.import_broken", + "tests.import.broken.pkg2_and_zerodiv" + ], + "import_count": 4 + }, + "circular": { + "used_by": [ + "tests.import.import_circular", + "tests.import.circular.main", + "tests.import.circular.sub" + ], + "import_count": 3 + }, + "import_long_dyn2": { + "used_by": [ + "tests.import.import_long_dyn" + ], + "import_count": 1 + }, + "pkg7": { + "used_by": [ + "tests.import.import_override2", + "tests.import.import_pkg7" + ], + "import_count": 2 + }, + "pkg2": { + "used_by": [ + "tests.import.import_pkg4", + "tests.import.broken.pkg2_and_zerodiv", + "tests.import.pkg2.mod1", + "tests.import.pkg2" + ], + "import_count": 4 + }, + "pkg3": { + "used_by": [ + "tests.import.import_pkg5" + ], + "import_count": 3 + }, + "pkg6": { + "used_by": [ + "tests.import.import_pkg6" + ], + "import_count": 1 + }, + "pkg8": { + "used_by": [ + "tests.import.import_pkg8" + ], + "import_count": 1 + }, + "pkg9": { + "used_by": [ + "tests.import.import_pkg9" + ], + "import_count": 3 + }, + "pkgstar_default": { + "used_by": [ + "tests.import.import_star" + ], + "import_count": 1 + }, + "pkgstar_all_array": { + "used_by": [ + "tests.import.import_star" + ], + "import_count": 1 + }, + "pkgstar_all_tuple": { + "used_by": [ + "tests.import.import_star" + ], + "import_count": 1 + }, + "pkgstar_all_miss": { + "used_by": [ + "tests.import.import_star" + ], + "import_count": 1 + }, + "pkgstar_all_inval": { + "used_by": [ + "tests.import.import_star" + ], + "import_count": 1 + }, + "bench": { + "used_by": [ + "tests.internal_bench.arrayop-1-list_inplace", + "tests.internal_bench.arrayop-2-list_map", + "tests.internal_bench.arrayop-3-bytearray_inplace", + "tests.internal_bench.arrayop-4-bytearray_map", + "tests.internal_bench.bytealloc-1-bytes_n", + "tests.internal_bench.bytealloc-2-repeat", + "tests.internal_bench.bytebuf-1-inplace", + "tests.internal_bench.bytebuf-2-join_map_bytes", + "tests.internal_bench.bytebuf-3-bytarray_map", + "tests.internal_bench.class_create-0-empty", + "tests.internal_bench.class_create-1-slots", + "tests.internal_bench.class_create-1.1-slots5", + "tests.internal_bench.class_create-2-classattr", + "tests.internal_bench.class_create-2.1-classattr5", + "tests.internal_bench.class_create-2.3-classattr5objs", + "tests.internal_bench.class_create-3-instancemethod", + "tests.internal_bench.class_create-4-classmethod", + "tests.internal_bench.class_create-4.1-classmethod_implicit", + "tests.internal_bench.class_create-5-staticmethod", + "tests.internal_bench.class_create-6-getattribute", + "tests.internal_bench.class_create-6.1-getattr", + "tests.internal_bench.class_create-6.2-property", + "tests.internal_bench.class_create-6.3-descriptor", + "tests.internal_bench.class_create-7-inherit", + "tests.internal_bench.class_create-7.1-inherit_initsubclass", + "tests.internal_bench.class_create-8-metaclass_setname", + "tests.internal_bench.class_create-8.1-metaclass_setname5", + "tests.internal_bench.class_instance-0-object", + "tests.internal_bench.class_instance-0.1-object-gc", + "tests.internal_bench.class_instance-1-empty", + "tests.internal_bench.class_instance-1.1-classattr", + "tests.internal_bench.class_instance-1.2-func", + "tests.internal_bench.class_instance-1.3-empty-gc", + "tests.internal_bench.class_instance-2-init", + "tests.internal_bench.class_instance-2.1-init_super", + "tests.internal_bench.class_instance-2.2-new", + "tests.internal_bench.class_instance-3-del", + "tests.internal_bench.class_instance-3.1-del-gc", + "tests.internal_bench.class_instance-4-slots", + "tests.internal_bench.class_instance-4.1-slots5", + "tests.internal_bench.from_iter-1-list_bound", + "tests.internal_bench.from_iter-2-list_unbound", + "tests.internal_bench.from_iter-3-tuple_bound", + "tests.internal_bench.from_iter-4-tuple_unbound", + "tests.internal_bench.from_iter-5-bytes_bound", + "tests.internal_bench.from_iter-6-bytes_unbound", + "tests.internal_bench.from_iter-7-bytearray_bound", + "tests.internal_bench.from_iter-8-bytearray_unbound", + "tests.internal_bench.funcall-1-inline", + "tests.internal_bench.funcall-2-funcall", + "tests.internal_bench.funcall-3-funcall-local", + "tests.internal_bench.func_args-1.1-pos_1", + "tests.internal_bench.func_args-1.2-pos_3", + "tests.internal_bench.func_args-2-pos_default_2_of_3", + "tests.internal_bench.func_args-3.1-kw_1", + "tests.internal_bench.func_args-3.2-kw_3", + "tests.internal_bench.func_builtin-1-enum_pos", + "tests.internal_bench.func_builtin-2-enum_kw", + "tests.internal_bench.loop_count-1-range", + "tests.internal_bench.loop_count-2-range_iter", + "tests.internal_bench.loop_count-3-while_up", + "tests.internal_bench.loop_count-4-while_down_gt", + "tests.internal_bench.loop_count-5-while_down_ne", + "tests.internal_bench.loop_count-5.1-while_down_ne_localvar", + "tests.internal_bench.var-1-constant", + "tests.internal_bench.var-2-global", + "tests.internal_bench.var-3-local", + "tests.internal_bench.var-4-arg", + "tests.internal_bench.var-5-class-attr", + "tests.internal_bench.var-6-instance-attr", + "tests.internal_bench.var-6.1-instance-attr-5", + "tests.internal_bench.var-6.2-instance-speciallookup", + "tests.internal_bench.var-6.3-instance-property", + "tests.internal_bench.var-6.4-instance-descriptor", + "tests.internal_bench.var-6.5-instance-getattr", + "tests.internal_bench.var-6.6-instance-builtin_ordered", + "tests.internal_bench.var-7-instance-meth", + "tests.internal_bench.var-8-namedtuple-1st", + "tests.internal_bench.var-8.1-namedtuple-5th", + "tests.internal_bench.var-9-getattr", + "tests.internal_bench.var-9.1-getattr_default", + "tests.internal_bench.var-9.2-getattr_default_special", + "tests.internal_bench.var-9.3-except_ok", + "tests.internal_bench.var-9.4-except_selfinduced", + "tests.internal_bench.var-9.5-except_error", + "tests.internal_bench.var-9.6-except_error_special" + ], + "import_count": 86 + }, + "jni": { + "used_by": [ + "tests.jni.list", + "tests.jni.object", + "tests.jni.system_out" + ], + "import_count": 3 + }, + "features0": { + "used_by": [ + "tests.micropython.import_mpy_native_gc" + ], + "import_count": 2 + }, + "cexample": { + "used_by": [ + "tests.misc.cexample_class", + "tests.misc.cexample_module", + "tests.misc.cexample_subclass" + ], + "import_count": 3 + }, + "sys_settrace_subdir": { + "used_by": [ + "tests.misc.sys_settrace_features", + "tests.misc.sys_settrace_subdir.sys_settrace_generic" + ], + "import_count": 2 + }, + "espnow": { + "used_by": [ + "tests.multi_espnow.10_simple_data", + "tests.multi_espnow.20_send_echo", + "tests.multi_espnow.30_lmk_echo", + "tests.multi_espnow.40_recv_test", + "tests.multi_espnow.45_recv_espnow_v2", + "tests.multi_espnow.50_esp32_rssi_test", + "tests.multi_espnow.60_irq_test", + "tests.multi_espnow.70_channel", + "tests.multi_espnow.75_rate", + "tests.multi_espnow.80_asyncio_client", + "tests.multi_espnow.81_asyncio_server", + "tests.multi_espnow.90_memory_test" + ], + "import_count": 12 + }, + "aioespnow": { + "used_by": [ + "tests.multi_espnow.80_asyncio_client", + "tests.multi_espnow.81_asyncio_server" + ], + "import_count": 2 + }, + "wipy": { + "used_by": [ + "tests.ports.cc3200.modwipy" + ], + "import_count": 1 + }, + "testconfig": { + "used_by": [ + "tests.ports.cc3200.wlan.wlan" + ], + "import_count": 1 + }, + "frozen_asm_thumb": { + "used_by": [ + "tests.ports.qemu.asm_test" + ], + "import_count": 1 + }, + "frozen_asm_rv32": { + "used_by": [ + "tests.ports.qemu.asm_test" + ], + "import_count": 1 + }, + "matching_flags": { + "used_by": [ + "tests.ports.qemu.mpy_arch_flags_test" + ], + "import_count": 1 + }, + "explicit_no_flags": { + "used_by": [ + "tests.ports.qemu.mpy_arch_flags_test" + ], + "import_count": 1 + }, + "invalid_flags": { + "used_by": [ + "tests.ports.qemu.mpy_arch_flags_test" + ], + "import_count": 1 + }, + "partial_flags_less": { + "used_by": [ + "tests.ports.qemu.mpy_arch_flags_test" + ], + "import_count": 1 + }, + "partial_flags_more": { + "used_by": [ + "tests.ports.qemu.mpy_arch_flags_test" + ], + "import_count": 1 + }, + "native_frozen_align": { + "used_by": [ + "tests.ports.qemu.native_test" + ], + "import_count": 1 + }, + "frozen_viper": { + "used_by": [ + "tests.ports.qemu.viper_test" + ], + "import_count": 1 + }, + "cppexample": { + "used_by": [ + "tests.ports.unix.extra_coverage" + ], + "import_count": 1 + }, + "frzstr1": { + "used_by": [ + "tests.ports.unix.extra_coverage" + ], + "import_count": 1 + }, + "frzmpy1": { + "used_by": [ + "tests.ports.unix.extra_coverage" + ], + "import_count": 1 + }, + "frzstr_pkg1": { + "used_by": [ + "tests.ports.unix.extra_coverage" + ], + "import_count": 1 + }, + "frzmpy_pkg1": { + "used_by": [ + "tests.ports.unix.extra_coverage" + ], + "import_count": 1 + }, + "frzstr_pkg2": { + "used_by": [ + "tests.ports.unix.extra_coverage" + ], + "import_count": 1 + }, + "frzmpy_pkg2": { + "used_by": [ + "tests.ports.unix.extra_coverage" + ], + "import_count": 1 + }, + "frzmpy2": { + "used_by": [ + "tests.ports.unix.extra_coverage" + ], + "import_count": 1 + }, + "frzmpy3": { + "used_by": [ + "tests.ports.unix.extra_coverage" + ], + "import_count": 1 + }, + "frzmpy4": { + "used_by": [ + "tests.ports.unix.extra_coverage" + ], + "import_count": 1 + }, + "frzqstr": { + "used_by": [ + "tests.ports.unix.extra_coverage" + ], + "import_count": 1 + }, + "frozentest": { + "used_by": [ + "tests.ports.unix.extra_coverage" + ], + "import_count": 1 + }, + "example_package": { + "used_by": [ + "tests.ports.unix.extra_coverage" + ], + "import_count": 3 + }, + "ffi_int_base": { + "used_by": [ + "tests.ports.unix.ffi_int_long32", + "tests.ports.unix.ffi_int_long64", + "tests.ports.unix.ffi_int_types" + ], + "import_count": 3 + }, + "functools": { + "used_by": [ + "tools.ar_util" + ], + "import_count": 1 + }, + "pickle": { + "used_by": [ + "tools.ar_util" + ], + "import_count": 1 + }, + "elftools": { + "used_by": [ + "tools.ar_util", + "tools.mpy_ld" + ], + "import_count": 2 + }, + "ar": { + "used_by": [ + "tools.ar_util" + ], + "import_count": 1 + }, + "optparse": { + "used_by": [ + "tools.dfu" + ], + "import_count": 1 + }, + "mpy_cross": { + "used_by": [ + "tools.makemanifest", + "tools.mpremote.mpremote.romfs" + ], + "import_count": 2 + }, + "manifestfile": { + "used_by": [ + "tools.makemanifest" + ], + "import_count": 1 + }, + "contextlib": { + "used_by": [ + "tools.manifestfile" + ], + "import_count": 1 + }, + "shlex": { + "used_by": [ + "tools.metrics" + ], + "import_count": 1 + }, + "makeqstrdata": { + "used_by": [ + "tools.mpy-tool", + "tools.mpy_ld" + ], + "import_count": 2 + }, + "ar_util": { + "used_by": [ + "tools.mpy_ld" + ], + "import_count": 1 + }, + "ast": { + "used_by": [ + "tools.pyboard", + "tools.mpremote.mpremote.transport", + "tools.mpremote.mpremote.transport_serial" + ], + "import_count": 3 + }, + "importlib": { + "used_by": [ + "tools.mpremote.mpremote" + ], + "import_count": 2 + }, + "msvcrt": { + "used_by": [ + "tools.mpremote.mpremote.console" + ], + "import_count": 1 + }, + "ctypes": { + "used_by": [ + "tools.mpremote.mpremote.console" + ], + "import_count": 2 + }, + "textwrap": { + "used_by": [ + "tools.mpremote.mpremote.main" + ], + "import_count": 1 + }, + "platformdirs": { + "used_by": [ + "tools.mpremote.mpremote.main" + ], + "import_count": 1 + }, + "urllib": { + "used_by": [ + "tools.mpremote.mpremote.mip" + ], + "import_count": 2 + }, + "mpremote": { + "used_by": [ + "tools.mpremote.mpremote.__main__" + ], + "import_count": 1 + } + }, + "declared_dependencies": {}, + "call_graph": { + "docs.conf": [], + "docs.readthedocs.settings.local_settings": [], + "examples.accellog": [], + "examples.accel_i2c": [ + { + "caller": "examples.accel_i2c.", + "callee": ".machine.Pin", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.accel_i2c.", + "callee": ".machine.I2C", + "lineno": 17, + "resolution": "external_constructor_call" + } + ], + "examples.asmled": [ + { + "caller": "examples.asmled.", + "callee": "examples.asmled.flash_led", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "examples.asmled.", + "callee": "examples.asmled.flash_led_v2", + "lineno": 91, + "resolution": "direct_name_call" + } + ], + "examples.asmsum": [ + { + "caller": "examples.asmsum.", + "callee": "examples.asmsum.asm_sum_words", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "examples.asmsum.", + "callee": "examples.asmsum.asm_sum_bytes", + "lineno": 59, + "resolution": "direct_name_call" + } + ], + "examples.conwaylife": [ + { + "caller": "examples.conwaylife.conway_go", + "callee": "examples.conwaylife.conway_step", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "examples.conwaylife.", + "callee": "examples.conwaylife.conway_rand", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "examples.conwaylife.", + "callee": "examples.conwaylife.conway_go", + "lineno": 52, + "resolution": "direct_name_call" + } + ], + "examples.ledangle": [], + "examples.mandel": [ + { + "caller": "examples.mandel.mandelbrot", + "callee": "examples.mandel.mandelbrot.in_set", + "lineno": 21, + "resolution": "nested_function_call" + }, + { + "caller": "examples.mandel.", + "callee": "examples.mandel.mandelbrot", + "lineno": 30, + "resolution": "direct_name_call" + } + ], + "examples.micropython": [], + "examples.pyb": [], + "examples.switch": [ + { + "caller": "examples.switch.", + "callee": "examples.switch.run_loop", + "lineno": 47, + "resolution": "direct_name_call" + } + ], + "examples.bluetooth.ble_advertising": [ + { + "caller": "examples.bluetooth.ble_advertising.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.", + "callee": ".micropython.const", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.", + "callee": ".micropython.const", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.", + "callee": ".micropython.const", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.advertising_payload", + "callee": "examples.bluetooth.ble_advertising.advertising_payload._append", + "lineno": 37, + "resolution": "nested_function_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.advertising_payload", + "callee": "examples.bluetooth.ble_advertising.advertising_payload._append", + "lineno": 43, + "resolution": "nested_function_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.advertising_payload", + "callee": "examples.bluetooth.ble_advertising.advertising_payload._append", + "lineno": 49, + "resolution": "nested_function_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.advertising_payload", + "callee": "examples.bluetooth.ble_advertising.advertising_payload._append", + "lineno": 51, + "resolution": "nested_function_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.advertising_payload", + "callee": "examples.bluetooth.ble_advertising.advertising_payload._append", + "lineno": 53, + "resolution": "nested_function_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.advertising_payload", + "callee": "examples.bluetooth.ble_advertising.advertising_payload._append", + "lineno": 57, + "resolution": "nested_function_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.decode_field", + "callee": ".list.append", + "lineno": 70, + "resolution": "local_builtin_method_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.decode_name", + "callee": "examples.bluetooth.ble_advertising.decode_field", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.decode_services", + "callee": "examples.bluetooth.ble_advertising.decode_field", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.decode_services", + "callee": ".list.append", + "lineno": 84, + "resolution": "local_builtin_method_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.demo", + "callee": "examples.bluetooth.ble_advertising.advertising_payload", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.demo", + "callee": "examples.bluetooth.ble_advertising.decode_name", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.demo", + "callee": "examples.bluetooth.ble_advertising.decode_services", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "examples.bluetooth.ble_advertising.", + "callee": "examples.bluetooth.ble_advertising.demo", + "lineno": 99, + "resolution": "direct_name_call" + } + ], + "examples.bluetooth.ble_bonding_peripheral": [ + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": ".micropython.const", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.BLETemperature.__init__", + "callee": "examples.bluetooth.ble_bonding_peripheral.BLETemperature._load_secrets", + "lineno": 68, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.BLETemperature.__init__", + "callee": ".ble_advertising.advertising_payload", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.BLETemperature.__init__", + "callee": "examples.bluetooth.ble_bonding_peripheral.BLETemperature._advertise", + "lineno": 81, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.BLETemperature._irq", + "callee": "examples.bluetooth.ble_bonding_peripheral.BLETemperature._save_secrets", + "lineno": 91, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.BLETemperature._irq", + "callee": "examples.bluetooth.ble_bonding_peripheral.BLETemperature._advertise", + "lineno": 93, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.demo", + "callee": "examples.bluetooth.ble_bonding_peripheral.BLETemperature.__init__", + "lineno": 184, + "resolution": "same_module_class_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.demo", + "callee": "examples.bluetooth.ble_bonding_peripheral.BLETemperature.set_temperature", + "lineno": 192, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_bonding_peripheral.", + "callee": "examples.bluetooth.ble_bonding_peripheral.demo", + "lineno": 199, + "resolution": "direct_name_call" + } + ], + "examples.bluetooth.ble_simple_central": [ + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": ".micropython.const", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.BLESimpleCentral.__init__", + "callee": "examples.bluetooth.ble_simple_central.BLESimpleCentral._reset", + "lineno": 55, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.BLESimpleCentral._irq", + "callee": ".ble_advertising.decode_services", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.BLESimpleCentral._irq", + "callee": ".ble_advertising.decode_name", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.BLESimpleCentral._irq", + "callee": "examples.bluetooth.ble_simple_central.BLESimpleCentral._reset", + "lineno": 115, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.BLESimpleCentral.disconnect", + "callee": "examples.bluetooth.ble_simple_central.BLESimpleCentral._reset", + "lineno": 190, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.BLESimpleCentral.write", + "callee": "examples.bluetooth.ble_simple_central.BLESimpleCentral.is_connected", + "lineno": 194, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.demo", + "callee": "examples.bluetooth.ble_simple_central.BLESimpleCentral.__init__", + "lineno": 205, + "resolution": "same_module_class_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.demo.on_scan", + "callee": "examples.bluetooth.ble_simple_central.BLESimpleCentral.connect", + "lineno": 212, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.demo", + "callee": "examples.bluetooth.ble_simple_central.BLESimpleCentral.scan", + "lineno": 218, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.demo", + "callee": "examples.bluetooth.ble_simple_central.BLESimpleCentral.is_connected", + "lineno": 221, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.demo", + "callee": "examples.bluetooth.ble_simple_central.BLESimpleCentral.on_notify", + "lineno": 231, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.demo", + "callee": "examples.bluetooth.ble_simple_central.BLESimpleCentral.is_connected", + "lineno": 236, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.demo", + "callee": "examples.bluetooth.ble_simple_central.BLESimpleCentral.write", + "lineno": 240, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_simple_central.", + "callee": "examples.bluetooth.ble_simple_central.demo", + "lineno": 250, + "resolution": "direct_name_call" + } + ], + "examples.bluetooth.ble_simple_peripheral": [ + { + "caller": "examples.bluetooth.ble_simple_peripheral.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_peripheral.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_peripheral.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_peripheral.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_peripheral.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_peripheral.", + "callee": ".micropython.const", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_peripheral.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_peripheral.BLESimplePeripheral.__init__", + "callee": ".ble_advertising.advertising_payload", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_simple_peripheral.BLESimplePeripheral.__init__", + "callee": "examples.bluetooth.ble_simple_peripheral.BLESimplePeripheral._advertise", + "lineno": 49, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_simple_peripheral.BLESimplePeripheral._irq", + "callee": "examples.bluetooth.ble_simple_peripheral.BLESimplePeripheral._advertise", + "lineno": 62, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_simple_peripheral.demo", + "callee": "examples.bluetooth.ble_simple_peripheral.BLESimplePeripheral.__init__", + "lineno": 86, + "resolution": "same_module_class_call" + }, + { + "caller": "examples.bluetooth.ble_simple_peripheral.demo", + "callee": "examples.bluetooth.ble_simple_peripheral.BLESimplePeripheral.on_write", + "lineno": 91, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_simple_peripheral.demo", + "callee": "examples.bluetooth.ble_simple_peripheral.BLESimplePeripheral.is_connected", + "lineno": 95, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_simple_peripheral.demo", + "callee": "examples.bluetooth.ble_simple_peripheral.BLESimplePeripheral.send", + "lineno": 100, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_simple_peripheral.", + "callee": "examples.bluetooth.ble_simple_peripheral.demo", + "lineno": 106, + "resolution": "direct_name_call" + } + ], + "examples.bluetooth.ble_temperature": [ + { + "caller": "examples.bluetooth.ble_temperature.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature.", + "callee": ".micropython.const", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature.", + "callee": ".micropython.const", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature.", + "callee": ".micropython.const", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature.", + "callee": ".micropython.const", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature.BLETemperature.__init__", + "callee": ".ble_advertising.advertising_payload", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature.BLETemperature.__init__", + "callee": "examples.bluetooth.ble_temperature.BLETemperature._advertise", + "lineno": 54, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_temperature.BLETemperature._irq", + "callee": "examples.bluetooth.ble_temperature.BLETemperature._advertise", + "lineno": 65, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_temperature.demo", + "callee": "examples.bluetooth.ble_temperature.BLETemperature.__init__", + "lineno": 88, + "resolution": "same_module_class_call" + }, + { + "caller": "examples.bluetooth.ble_temperature.demo", + "callee": "examples.bluetooth.ble_temperature.BLETemperature.set_temperature", + "lineno": 96, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_temperature.", + "callee": "examples.bluetooth.ble_temperature.demo", + "lineno": 103, + "resolution": "direct_name_call" + } + ], + "examples.bluetooth.ble_temperature_central": [ + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": ".micropython.const", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral.__init__", + "callee": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral._reset", + "lineno": 60, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral._irq", + "callee": ".ble_advertising.decode_services", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral._irq", + "callee": ".ble_advertising.decode_name", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral._irq", + "callee": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral._reset", + "lineno": 122, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral._irq", + "callee": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral._update_value", + "lineno": 158, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral._irq", + "callee": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral._update_value", + "lineno": 171, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral.disconnect", + "callee": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral._reset", + "lineno": 201, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral.read", + "callee": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral.is_connected", + "lineno": 205, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.demo", + "callee": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral.__init__", + "lineno": 225, + "resolution": "same_module_class_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.demo.on_scan", + "callee": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral.connect", + "lineno": 232, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.demo", + "callee": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral.scan", + "lineno": 238, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.demo", + "callee": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral.is_connected", + "lineno": 241, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.demo", + "callee": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral.is_connected", + "lineno": 249, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.demo", + "callee": "examples.bluetooth.ble_temperature_central.BLETemperatureCentral.read", + "lineno": 250, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_temperature_central.", + "callee": "examples.bluetooth.ble_temperature_central.demo", + "lineno": 262, + "resolution": "direct_name_call" + } + ], + "examples.bluetooth.ble_uart_peripheral": [ + { + "caller": "examples.bluetooth.ble_uart_peripheral.", + "callee": ".micropython.const", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_uart_peripheral.", + "callee": ".micropython.const", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_uart_peripheral.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_uart_peripheral.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_uart_peripheral.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_uart_peripheral.", + "callee": ".micropython.const", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_uart_peripheral.BLEUART.__init__", + "callee": ".ble_advertising.advertising_payload", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_uart_peripheral.BLEUART.__init__", + "callee": "examples.bluetooth.ble_uart_peripheral.BLEUART._advertise", + "lineno": 51, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_uart_peripheral.BLEUART._irq", + "callee": "examples.bluetooth.ble_uart_peripheral.BLEUART._advertise", + "lineno": 66, + "resolution": "self_method_call" + }, + { + "caller": "examples.bluetooth.ble_uart_peripheral.demo", + "callee": "examples.bluetooth.ble_uart_peripheral.BLEUART.__init__", + "lineno": 101, + "resolution": "same_module_class_call" + }, + { + "caller": "examples.bluetooth.ble_uart_peripheral.demo.on_rx", + "callee": "examples.bluetooth.ble_uart_peripheral.BLEUART.read", + "lineno": 104, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_uart_peripheral.demo", + "callee": "examples.bluetooth.ble_uart_peripheral.BLEUART.irq", + "lineno": 106, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_uart_peripheral.demo", + "callee": "examples.bluetooth.ble_uart_peripheral.BLEUART.write", + "lineno": 112, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_uart_peripheral.demo", + "callee": "examples.bluetooth.ble_uart_peripheral.BLEUART.close", + "lineno": 118, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.bluetooth.ble_uart_peripheral.", + "callee": "examples.bluetooth.ble_uart_peripheral.demo", + "lineno": 122, + "resolution": "direct_name_call" + } + ], + "examples.bluetooth.ble_uart_repl": [ + { + "caller": "examples.bluetooth.ble_uart_repl.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_uart_repl.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_uart_repl.BLEUARTStream._flush", + "callee": "examples.bluetooth.ble_uart_repl.schedule_in", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "examples.bluetooth.ble_uart_repl.BLEUARTStream.write", + "callee": "examples.bluetooth.ble_uart_repl.schedule_in", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "examples.bluetooth.ble_uart_repl.start", + "callee": ".ble_uart_peripheral.BLEUART", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.bluetooth.ble_uart_repl.start", + "callee": "examples.bluetooth.ble_uart_repl.BLEUARTStream.__init__", + "lineno": 82, + "resolution": "same_module_class_call" + } + ], + "examples.hwapi.button_led": [], + "examples.hwapi.button_reaction": [], + "examples.hwapi.hwconfig_console": [ + { + "caller": "examples.hwapi.hwconfig_console.LEDClass.on", + "callee": "examples.hwapi.hwconfig_console.LEDClass.value", + "lineno": 11, + "resolution": "self_method_call" + }, + { + "caller": "examples.hwapi.hwconfig_console.LEDClass.off", + "callee": "examples.hwapi.hwconfig_console.LEDClass.value", + "lineno": 14, + "resolution": "self_method_call" + }, + { + "caller": "examples.hwapi.hwconfig_console.", + "callee": "examples.hwapi.hwconfig_console.LEDClass.__init__", + "lineno": 17, + "resolution": "same_module_class_call" + }, + { + "caller": "examples.hwapi.hwconfig_console.", + "callee": "examples.hwapi.hwconfig_console.LEDClass.__init__", + "lineno": 18, + "resolution": "same_module_class_call" + } + ], + "examples.hwapi.hwconfig_dragonboard410c": [ + { + "caller": "examples.hwapi.hwconfig_dragonboard410c.", + "callee": ".machine.Signal", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hwapi.hwconfig_dragonboard410c.", + "callee": ".machine.Pin", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hwapi.hwconfig_dragonboard410c.", + "callee": ".machine.Signal", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hwapi.hwconfig_dragonboard410c.", + "callee": ".machine.Pin", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hwapi.hwconfig_dragonboard410c.", + "callee": ".machine.Pin", + "lineno": 22, + "resolution": "external_constructor_call" + } + ], + "examples.hwapi.hwconfig_esp8266_esp12": [ + { + "caller": "examples.hwapi.hwconfig_esp8266_esp12.", + "callee": ".machine.Signal", + "lineno": 5, + "resolution": "external_constructor_call" + } + ], + "examples.hwapi.hwconfig_pyboard": [ + { + "caller": "examples.hwapi.hwconfig_pyboard.", + "callee": ".machine.Signal", + "lineno": 4, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hwapi.hwconfig_pyboard.", + "callee": ".machine.Signal", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hwapi.hwconfig_pyboard.", + "callee": ".machine.Signal", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hwapi.hwconfig_pyboard.", + "callee": ".machine.Signal", + "lineno": 13, + "resolution": "external_constructor_call" + } + ], + "examples.hwapi.hwconfig_z_96b_carbon": [ + { + "caller": "examples.hwapi.hwconfig_z_96b_carbon.", + "callee": ".machine.Signal", + "lineno": 9, + "resolution": "external_constructor_call" + } + ], + "examples.hwapi.hwconfig_z_frdm_k64f": [ + { + "caller": "examples.hwapi.hwconfig_z_frdm_k64f.", + "callee": ".machine.Signal", + "lineno": 5, + "resolution": "external_constructor_call" + } + ], + "examples.hwapi.soft_pwm": [ + { + "caller": "examples.hwapi.soft_pwm.", + "callee": "examples.hwapi.soft_pwm.pwm_cycle", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "examples.hwapi.soft_pwm.", + "callee": "examples.hwapi.soft_pwm.pwm_cycle", + "lineno": 38, + "resolution": "direct_name_call" + } + ], + "examples.hwapi.soft_pwm2_asyncio": [ + { + "caller": "examples.hwapi.soft_pwm2_asyncio.fade_in_out", + "callee": "examples.hwapi.soft_pwm2_asyncio.pwm_cycle", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "examples.hwapi.soft_pwm2_asyncio.fade_in_out", + "callee": "examples.hwapi.soft_pwm2_asyncio.pwm_cycle", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "examples.hwapi.soft_pwm2_asyncio.", + "callee": "examples.hwapi.soft_pwm2_asyncio.fade_in_out", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "examples.hwapi.soft_pwm2_asyncio.", + "callee": "examples.hwapi.soft_pwm2_asyncio.fade_in_out", + "lineno": 30, + "resolution": "direct_name_call" + } + ], + "examples.hwapi.soft_pwm_asyncio": [ + { + "caller": "examples.hwapi.soft_pwm_asyncio.fade_in_out", + "callee": "examples.hwapi.soft_pwm_asyncio.pwm_cycle", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "examples.hwapi.soft_pwm_asyncio.fade_in_out", + "callee": "examples.hwapi.soft_pwm_asyncio.pwm_cycle", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "examples.hwapi.soft_pwm_asyncio.", + "callee": "examples.hwapi.soft_pwm_asyncio.fade_in_out", + "lineno": 28, + "resolution": "direct_name_call" + } + ], + "examples.natmod.features2.test": [ + { + "caller": "examples.natmod.features2.test.test", + "callee": "examples.natmod.features2.test.isclose", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "examples.natmod.features2.test.test", + "callee": "examples.natmod.features2.test.isclose", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "examples.natmod.features2.test.test", + "callee": ".list.append", + "lineno": 20, + "resolution": "local_builtin_method_call" + }, + { + "caller": "examples.natmod.features2.test.test", + "callee": "examples.natmod.features2.test.isclose", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "examples.natmod.features2.test.test", + "callee": ".list.append", + "lineno": 23, + "resolution": "local_builtin_method_call" + }, + { + "caller": "examples.natmod.features2.test.test", + "callee": "examples.natmod.features2.test.isclose", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "examples.natmod.features2.test.", + "callee": "examples.natmod.features2.test.test", + "lineno": 31, + "resolution": "direct_name_call" + } + ], + "examples.network.https_client": [ + { + "caller": "examples.network.https_client.", + "callee": "examples.network.https_client.main", + "lineno": 62, + "resolution": "direct_name_call" + } + ], + "examples.network.https_client_nonblocking": [ + { + "caller": "examples.network.https_client_nonblocking.main", + "callee": "examples.network.https_client_nonblocking.connect_nonblocking", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "examples.network.https_client_nonblocking.main", + "callee": "examples.network.https_client_nonblocking.write_nonblocking", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "examples.network.https_client_nonblocking.main", + "callee": "examples.network.https_client_nonblocking.read_nonblocking", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "examples.network.https_client_nonblocking.", + "callee": "examples.network.https_client_nonblocking.main", + "lineno": 75, + "resolution": "direct_name_call" + } + ], + "examples.network.https_server": [ + { + "caller": "examples.network.https_server.", + "callee": "examples.network.https_server.main", + "lineno": 95, + "resolution": "direct_name_call" + } + ], + "examples.network.http_client": [ + { + "caller": "examples.network.http_client.", + "callee": "examples.network.http_client.main", + "lineno": 52, + "resolution": "direct_name_call" + } + ], + "examples.network.http_server": [ + { + "caller": "examples.network.http_server.", + "callee": "examples.network.http_server.main", + "lineno": 62, + "resolution": "direct_name_call" + } + ], + "examples.network.http_server_simplistic": [ + { + "caller": "examples.network.http_server_simplistic.", + "callee": "examples.network.http_server_simplistic.main", + "lineno": 37, + "resolution": "direct_name_call" + } + ], + "examples.network.http_server_simplistic_commented": [ + { + "caller": "examples.network.http_server_simplistic_commented.", + "callee": "examples.network.http_server_simplistic_commented.main", + "lineno": 74, + "resolution": "direct_name_call" + } + ], + "examples.rp2.pio_1hz": [ + { + "caller": "examples.rp2.pio_1hz.", + "callee": ".machine.Pin", + "lineno": 33, + "resolution": "external_constructor_call" + } + ], + "examples.rp2.pio_exec": [ + { + "caller": "examples.rp2.pio_exec.", + "callee": ".machine.Pin", + "lineno": 22, + "resolution": "external_constructor_call" + } + ], + "examples.rp2.pio_pinchange": [ + { + "caller": "examples.rp2.pio_pinchange.", + "callee": ".machine.Pin", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.rp2.pio_pinchange.", + "callee": ".machine.Pin", + "lineno": 40, + "resolution": "external_constructor_call" + } + ], + "examples.rp2.pio_pwm": [ + { + "caller": "examples.rp2.pio_pwm.pwm_prog", + "callee": ".rp2.asm_pio", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.rp2.pio_pwm.PIOPWM.__init__", + "callee": ".rp2.StateMachine", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.rp2.pio_pwm.PIOPWM.__init__", + "callee": ".machine.Pin", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.rp2.pio_pwm.", + "callee": "examples.rp2.pio_pwm.PIOPWM.__init__", + "lineno": 42, + "resolution": "same_module_class_call" + }, + { + "caller": "examples.rp2.pio_pwm.", + "callee": "examples.rp2.pio_pwm.PIOPWM.set", + "lineno": 46, + "resolution": "local_typed_method_call" + }, + { + "caller": "examples.rp2.pio_pwm.", + "callee": ".time.sleep", + "lineno": 47, + "resolution": "external_constructor_call" + } + ], + "examples.rp2.pio_uart_rx": [ + { + "caller": "examples.rp2.pio_uart_rx.", + "callee": ".machine.Pin", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.rp2.pio_uart_rx.", + "callee": ".machine.Pin", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.rp2.pio_uart_rx.uart_rx_mini", + "callee": ".rp2.asm_pio", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.rp2.pio_uart_rx.uart_rx", + "callee": ".rp2.asm_pio", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.rp2.pio_uart_rx.", + "callee": ".machine.UART", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.rp2.pio_uart_rx.", + "callee": ".rp2.StateMachine", + "lineno": 90, + "resolution": "external_constructor_call" + } + ], + "examples.rp2.pio_uart_tx": [ + { + "caller": "examples.rp2.pio_uart_tx.uart_tx", + "callee": ".rp2.asm_pio", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.rp2.pio_uart_tx.", + "callee": ".rp2.StateMachine", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.rp2.pio_uart_tx.", + "callee": ".machine.Pin", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.rp2.pio_uart_tx.", + "callee": ".machine.Pin", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.rp2.pio_uart_tx.", + "callee": ".list.append", + "lineno": 36, + "resolution": "local_builtin_method_call" + }, + { + "caller": "examples.rp2.pio_uart_tx.", + "callee": "examples.rp2.pio_uart_tx.pio_uart_print", + "lineno": 47, + "resolution": "direct_name_call" + } + ], + "examples.rp2.pio_ws2812": [ + { + "caller": "examples.rp2.pio_ws2812.", + "callee": ".machine.Pin", + "lineno": 36, + "resolution": "external_constructor_call" + } + ], + "examples.rp2.pwm_fade": [ + { + "caller": "examples.rp2.pwm_fade.", + "callee": ".machine.PWM", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.rp2.pwm_fade.", + "callee": ".machine.Pin", + "lineno": 11, + "resolution": "external_constructor_call" + } + ], + "examples.SDdatalogger.boot": [], + "examples.SDdatalogger.cardreader": [], + "examples.SDdatalogger.datalogger": [], + "examples.unix.ffi_example": [], + "examples.unix.machine_bios": [], + "examples.usb.usb_dfu_device": [ + { + "caller": "examples.usb.usb_dfu_device.DFU.handle_tx", + "callee": "examples.usb.usb_dfu_device.DFU.do_read", + "lineno": 209, + "resolution": "self_method_call" + }, + { + "caller": "examples.usb.usb_dfu_device.DFU.process", + "callee": "examples.usb.usb_dfu_device.DFU.process_dnload", + "lineno": 247, + "resolution": "self_method_call" + }, + { + "caller": "examples.usb.usb_dfu_device.DFU.process_dnload", + "callee": "examples.usb.usb_dfu_device.DFU.do_mass_erase", + "lineno": 256, + "resolution": "self_method_call" + }, + { + "caller": "examples.usb.usb_dfu_device.DFU.process_dnload", + "callee": "examples.usb.usb_dfu_device.DFU.do_page_erase", + "lineno": 262, + "resolution": "self_method_call" + }, + { + "caller": "examples.usb.usb_dfu_device.DFU.process_dnload", + "callee": "examples.usb.usb_dfu_device.DFU.do_write", + "lineno": 271, + "resolution": "self_method_call" + }, + { + "caller": "examples.usb.usb_dfu_device.", + "callee": "examples.usb.usb_dfu_device.DFU.__init__", + "lineno": 298, + "resolution": "same_module_class_call" + }, + { + "caller": "examples.usb.usb_dfu_device.", + "callee": "examples.usb.usb_dfu_device.DFUOverUSB.__init__", + "lineno": 301, + "resolution": "same_module_class_call" + } + ], + "examples.usb.usb_simple_device": [], + "examples.usb.usb_simple_host_pyusb": [ + { + "caller": "examples.usb.usb_simple_host_pyusb.", + "callee": "examples.usb.usb_simple_host_pyusb.main", + "lineno": 47, + "resolution": "direct_name_call" + } + ], + "extmod.asyncio.core": [ + { + "caller": "extmod.asyncio.core.sleep_ms", + "callee": "extmod.asyncio.core.SingletonGenerator.__init__", + "lineno": 55, + "resolution": "same_module_class_call" + }, + { + "caller": "extmod.asyncio.core.sleep_ms", + "callee": ".time.ticks_add", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "extmod.asyncio.core.sleep", + "callee": "extmod.asyncio.core.sleep_ms", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "extmod.asyncio.core.IOQueue.queue_read", + "callee": "extmod.asyncio.core.IOQueue._enqueue", + "lineno": 95, + "resolution": "self_method_call" + }, + { + "caller": "extmod.asyncio.core.IOQueue.queue_write", + "callee": "extmod.asyncio.core.IOQueue._enqueue", + "lineno": 98, + "resolution": "self_method_call" + }, + { + "caller": "extmod.asyncio.core.IOQueue.remove", + "callee": "extmod.asyncio.core.IOQueue._dequeue", + "lineno": 109, + "resolution": "self_method_call" + }, + { + "caller": "extmod.asyncio.core.IOQueue.wait_io_event", + "callee": "extmod.asyncio.core.IOQueue._dequeue", + "lineno": 126, + "resolution": "self_method_call" + }, + { + "caller": "extmod.asyncio.core._promote_to_task", + "callee": "extmod.asyncio.core.create_task", + "lineno": 139, + "resolution": "direct_name_call" + }, + { + "caller": "extmod.asyncio.core.create_task", + "callee": ".extmod.asyncio.task.Task", + "lineno": 146, + "resolution": "external_constructor_call" + }, + { + "caller": "extmod.asyncio.core.run_until_complete", + "callee": ".time.ticks_diff", + "lineno": 164, + "resolution": "external_constructor_call" + }, + { + "caller": "extmod.asyncio.core.run", + "callee": "extmod.asyncio.core.run_until_complete", + "lineno": 248, + "resolution": "direct_name_call" + }, + { + "caller": "extmod.asyncio.core.run", + "callee": "extmod.asyncio.core.create_task", + "lineno": 248, + "resolution": "direct_name_call" + }, + { + "caller": "extmod.asyncio.core.Loop.create_task", + "callee": "extmod.asyncio.core.create_task", + "lineno": 267, + "resolution": "direct_name_call" + }, + { + "caller": "extmod.asyncio.core.Loop.run_forever", + "callee": ".extmod.asyncio.task.Task", + "lineno": 271, + "resolution": "external_constructor_call" + }, + { + "caller": "extmod.asyncio.core.Loop.run_forever", + "callee": "extmod.asyncio.core._stopper", + "lineno": 271, + "resolution": "direct_name_call" + }, + { + "caller": "extmod.asyncio.core.Loop.run_forever", + "callee": "extmod.asyncio.core.run_until_complete", + "lineno": 272, + "resolution": "direct_name_call" + }, + { + "caller": "extmod.asyncio.core.Loop.run_until_complete", + "callee": "extmod.asyncio.core.run_until_complete", + "lineno": 276, + "resolution": "direct_name_call" + }, + { + "caller": "extmod.asyncio.core.Loop.run_until_complete", + "callee": "extmod.asyncio.core._promote_to_task", + "lineno": 276, + "resolution": "direct_name_call" + }, + { + "caller": "extmod.asyncio.core.new_event_loop", + "callee": ".extmod.asyncio.task.TaskQueue", + "lineno": 317, + "resolution": "external_constructor_call" + }, + { + "caller": "extmod.asyncio.core.new_event_loop", + "callee": "extmod.asyncio.core.IOQueue.__init__", + "lineno": 319, + "resolution": "same_module_class_call" + }, + { + "caller": "extmod.asyncio.core.", + "callee": "extmod.asyncio.core.new_event_loop", + "lineno": 324, + "resolution": "direct_name_call" + } + ], + "extmod.asyncio.event": [], + "extmod.asyncio.funcs": [ + { + "caller": "extmod.asyncio.funcs.wait_for", + "callee": "extmod.asyncio.core._promote_to_task", + "lineno": 25, + "resolution": "qualified_module_call" + }, + { + "caller": "extmod.asyncio.funcs.wait_for", + "callee": "extmod.asyncio.core.create_task", + "lineno": 30, + "resolution": "qualified_module_call" + }, + { + "caller": "extmod.asyncio.funcs.wait_for", + "callee": "extmod.asyncio.funcs._run", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "extmod.asyncio.funcs.wait_for_ms", + "callee": "extmod.asyncio.funcs.wait_for", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "extmod.asyncio.funcs.gather", + "callee": "extmod.asyncio.core._promote_to_task", + "lineno": 89, + "resolution": "qualified_module_call" + } + ], + "extmod.asyncio.lock": [ + { + "caller": "extmod.asyncio.lock.Lock.acquire", + "callee": "extmod.asyncio.lock.Lock.release", + "lineno": 45, + "resolution": "self_method_call" + }, + { + "caller": "extmod.asyncio.lock.Lock.__aenter__", + "callee": "extmod.asyncio.lock.Lock.acquire", + "lineno": 52, + "resolution": "self_method_call" + }, + { + "caller": "extmod.asyncio.lock.Lock.__aexit__", + "callee": "extmod.asyncio.lock.Lock.release", + "lineno": 55, + "resolution": "self_method_call" + } + ], + "extmod.asyncio.manifest": [], + "extmod.asyncio.stream": [ + { + "caller": "extmod.asyncio.stream.Stream.drain", + "callee": "extmod.asyncio.core.sleep_ms", + "lineno": 80, + "resolution": "qualified_module_call" + }, + { + "caller": "extmod.asyncio.stream.open_connection", + "callee": "extmod.asyncio.stream.Stream.__init__", + "lineno": 121, + "resolution": "same_module_class_call" + }, + { + "caller": "extmod.asyncio.stream.Server.__aexit__", + "callee": "extmod.asyncio.stream.Server.close", + "lineno": 132, + "resolution": "self_method_call" + }, + { + "caller": "extmod.asyncio.stream.Server.__aexit__", + "callee": "extmod.asyncio.stream.Server.wait_closed", + "lineno": 133, + "resolution": "self_method_call" + }, + { + "caller": "extmod.asyncio.stream.Server._serve", + "callee": "extmod.asyncio.stream.Stream.__init__", + "lineno": 173, + "resolution": "same_module_class_call" + }, + { + "caller": "extmod.asyncio.stream.Server._serve", + "callee": "extmod.asyncio.core.create_task", + "lineno": 174, + "resolution": "qualified_module_call" + }, + { + "caller": "extmod.asyncio.stream.start_server", + "callee": "extmod.asyncio.stream.Server.", + "lineno": 191, + "resolution": "same_module_class_call" + }, + { + "caller": "extmod.asyncio.stream.start_server", + "callee": "extmod.asyncio.core.create_task", + "lineno": 192, + "resolution": "qualified_module_call" + }, + { + "caller": "extmod.asyncio.stream.start_server", + "callee": "extmod.asyncio.stream.Server._serve", + "lineno": 192, + "resolution": "local_typed_method_call" + }, + { + "caller": "extmod.asyncio.stream.start_server", + "callee": "extmod.asyncio.core.sleep_ms", + "lineno": 196, + "resolution": "qualified_module_call" + } + ], + "extmod.asyncio.task": [ + { + "caller": "extmod.asyncio.task.ph_pairing", + "callee": "extmod.asyncio.task.ph_meld", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "extmod.asyncio.task.ph_pairing", + "callee": "extmod.asyncio.task.ph_meld", + "lineno": 47, + "resolution": "direct_name_call" + }, + { + "caller": "extmod.asyncio.task.ph_delete", + "callee": "extmod.asyncio.task.ph_pairing", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "extmod.asyncio.task.ph_delete", + "callee": "extmod.asyncio.task.ph_pairing", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "extmod.asyncio.task.ph_delete", + "callee": "extmod.asyncio.task.ph_pairing", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "extmod.asyncio.task.TaskQueue.push", + "callee": "extmod.asyncio.task.ph_meld", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "extmod.asyncio.task.TaskQueue.pop", + "callee": "extmod.asyncio.task.ph_pairing", + "lineno": 112, + "resolution": "direct_name_call" + }, + { + "caller": "extmod.asyncio.task.TaskQueue.remove", + "callee": "extmod.asyncio.task.ph_delete", + "lineno": 117, + "resolution": "direct_name_call" + }, + { + "caller": "extmod.asyncio.task.Task.__iter__", + "callee": "extmod.asyncio.task.TaskQueue.__init__", + "lineno": 138, + "resolution": "same_module_class_call" + } + ], + "extmod.asyncio.uasyncio": [], + "extmod.asyncio": [ + { + "caller": "extmod.asyncio.__getattr__", + "callee": ".dict.get", + "lineno": 26, + "resolution": "local_builtin_method_call" + } + ], + "mpy-cross.mpy_cross": [ + { + "caller": "mpy-cross.mpy_cross.", + "callee": ".dict.keys", + "lineno": 51, + "resolution": "local_builtin_method_call" + }, + { + "caller": "mpy-cross.mpy_cross.mpy_version", + "callee": "mpy-cross.mpy_cross.run", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "mpy-cross.mpy_cross.compile", + "callee": "mpy-cross.mpy_cross.run", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "mpy-cross.mpy_cross.run", + "callee": "mpy-cross.mpy_cross._find_mpy_cross_binary", + "lineno": 138, + "resolution": "direct_name_call" + } + ], + "mpy-cross.mpy_cross.__main__": [ + { + "caller": "mpy-cross.mpy_cross.__main__.", + "callee": ".mpy-cross.mpy_cross.run", + "lineno": 34, + "resolution": "external_constructor_call" + } + ], + "ports.alif.boards.manifest": [], + "ports.alif.mcu.make-pins": [ + { + "caller": "ports.alif.mcu.make-pins.AlifPin.definition", + "callee": ".dict.get", + "lineno": 56, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.alif.mcu.make-pins.", + "callee": "ports.alif.mcu.make-pins.AlifPinGenerator.__init__", + "lineno": 113, + "resolution": "same_module_class_call" + } + ], + "ports.alif.modules.he._boot": [], + "ports.alif.modules.hp._boot": [], + "ports.cc3200.boards.make-pins": [ + { + "caller": "ports.cc3200.boards.make-pins.AF.print", + "callee": "ports.cc3200.boards.make-pins.AF.print", + "lineno": 49, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.Pin.print", + "callee": "ports.cc3200.boards.make-pins.Pin.print", + "lineno": 72, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.Pin.print", + "callee": "ports.cc3200.boards.make-pins.Pin.print", + "lineno": 74, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.Pin.print", + "callee": "ports.cc3200.boards.make-pins.Pin.print", + "lineno": 77, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.Pin.print", + "callee": "ports.cc3200.boards.make-pins.Pin.print", + "lineno": 78, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.Pin.print", + "callee": "ports.cc3200.boards.make-pins.Pin.print", + "lineno": 91, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.Pin.print_header", + "callee": "ports.cc3200.boards.make-pins.Pin.print", + "lineno": 99, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.Pins.parse_af_file", + "callee": "ports.cc3200.boards.make-pins.parse_port_pin", + "lineno": 126, + "resolution": "direct_name_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.Pins.parse_af_file", + "callee": "ports.cc3200.boards.make-pins.Pin.__init__", + "lineno": 135, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.Pins.parse_af_file", + "callee": "ports.cc3200.boards.make-pins.Pin.add_af", + "lineno": 145, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.Pins.parse_af_file", + "callee": "ports.cc3200.boards.make-pins.AF.__init__", + "lineno": 145, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.Pins.parse_board_file", + "callee": "ports.cc3200.boards.make-pins.Pins.find_pin_by_num", + "lineno": 154, + "resolution": "self_method_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.Pins.parse_board_file", + "callee": "ports.cc3200.boards.make-pins.Pins.find_pin_by_name", + "lineno": 156, + "resolution": "self_method_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.Pins.print_named", + "callee": "ports.cc3200.boards.make-pins.Pins.print", + "lineno": 161, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.Pins.print_named", + "callee": "ports.cc3200.boards.make-pins.Pins.print", + "lineno": 162, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.Pins.print_named", + "callee": "ports.cc3200.boards.make-pins.Pins.print", + "lineno": 168, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.Pins.print_named", + "callee": "ports.cc3200.boards.make-pins.Pins.print", + "lineno": 174, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.Pins.print_named", + "callee": "ports.cc3200.boards.make-pins.Pins.print", + "lineno": 175, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.Pins.print", + "callee": "ports.cc3200.boards.make-pins.Pins.print_named", + "lineno": 186, + "resolution": "self_method_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.Pins.print", + "callee": "ports.cc3200.boards.make-pins.Pins.print", + "lineno": 187, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.main", + "callee": "ports.cc3200.boards.make-pins.Pins.__init__", + "lineno": 204, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.main", + "callee": "ports.cc3200.boards.make-pins.Pins.parse_af_file", + "lineno": 211, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.main", + "callee": "ports.cc3200.boards.make-pins.Pins.parse_board_file", + "lineno": 215, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.main", + "callee": "ports.cc3200.boards.make-pins.Pins.print", + "lineno": 222, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.main", + "callee": "ports.cc3200.boards.make-pins.Pins.print_header", + "lineno": 225, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.cc3200.boards.make-pins.", + "callee": "ports.cc3200.boards.make-pins.main", + "lineno": 229, + "resolution": "direct_name_call" + } + ], + "ports.cc3200.tools.smoke": [ + { + "caller": "ports.cc3200.tools.smoke.test_pin_read", + "callee": ".machine.Pin", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.cc3200.tools.smoke.test_pin_shorts", + "callee": ".machine.Pin", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.cc3200.tools.smoke.test_pin_shorts", + "callee": ".machine.Pin", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.cc3200.tools.smoke.test_pin_shorts", + "callee": ".machine.Pin", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.cc3200.tools.smoke.", + "callee": "ports.cc3200.tools.smoke.test_pin_read", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "ports.cc3200.tools.smoke.", + "callee": "ports.cc3200.tools.smoke.test_pin_read", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "ports.cc3200.tools.smoke.", + "callee": "ports.cc3200.tools.smoke.test_pin_shorts", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "ports.cc3200.tools.smoke.", + "callee": "ports.cc3200.tools.smoke.test_pin_shorts", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "ports.cc3200.tools.smoke.", + "callee": ".machine.RTC", + "lineno": 70, + "resolution": "external_constructor_call" + } + ], + "ports.cc3200.tools.uniflash": [ + { + "caller": "ports.cc3200.tools.uniflash.main", + "callee": "ports.cc3200.tools.uniflash.execute", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "ports.cc3200.tools.uniflash.main", + "callee": "ports.cc3200.tools.uniflash.execute", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "ports.cc3200.tools.uniflash.main", + "callee": "ports.cc3200.tools.uniflash.print_exception", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "ports.cc3200.tools.uniflash.", + "callee": "ports.cc3200.tools.uniflash.main", + "lineno": 115, + "resolution": "direct_name_call" + } + ], + "ports.cc3200.tools.update-wipy": [ + { + "caller": "ports.cc3200.tools.update-wipy.transfer_file", + "callee": ".ftplib.FTP", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.cc3200.tools.update-wipy.transfer_file", + "callee": "ports.cc3200.tools.update-wipy.ftp_directory_exists", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "ports.cc3200.tools.update-wipy.reset_board", + "callee": ".telnetlib.Telnet", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.cc3200.tools.update-wipy.reset_board", + "callee": "ports.cc3200.tools.update-wipy.print_exception", + "lineno": 108, + "resolution": "direct_name_call" + }, + { + "caller": "ports.cc3200.tools.update-wipy.verify_update", + "callee": ".telnetlib.Telnet", + "lineno": 134, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.cc3200.tools.update-wipy.verify_update", + "callee": "ports.cc3200.tools.update-wipy.verify_update.find_tag", + "lineno": 150, + "resolution": "nested_function_call" + }, + { + "caller": "ports.cc3200.tools.update-wipy.verify_update", + "callee": "ports.cc3200.tools.update-wipy.verify_update.find_tag", + "lineno": 162, + "resolution": "nested_function_call" + }, + { + "caller": "ports.cc3200.tools.update-wipy.verify_update", + "callee": "ports.cc3200.tools.update-wipy.print_exception", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "ports.cc3200.tools.update-wipy.main", + "callee": "ports.cc3200.tools.update-wipy.transfer_file", + "lineno": 194, + "resolution": "direct_name_call" + }, + { + "caller": "ports.cc3200.tools.update-wipy.main", + "callee": "ports.cc3200.tools.update-wipy.reset_board", + "lineno": 195, + "resolution": "direct_name_call" + }, + { + "caller": "ports.cc3200.tools.update-wipy.main", + "callee": "ports.cc3200.tools.update-wipy.verify_update", + "lineno": 201, + "resolution": "direct_name_call" + }, + { + "caller": "ports.cc3200.tools.update-wipy.main", + "callee": "ports.cc3200.tools.update-wipy.print_exception", + "lineno": 207, + "resolution": "direct_name_call" + }, + { + "caller": "ports.cc3200.tools.update-wipy.", + "callee": "ports.cc3200.tools.update-wipy.main", + "lineno": 213, + "resolution": "direct_name_call" + } + ], + "ports.esp32.makeimg": [ + { + "caller": "ports.esp32.makeimg.load_sdkconfig_hex_value", + "callee": "ports.esp32.makeimg.load_sdkconfig_value", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "ports.esp32.makeimg.load_sdkconfig_str_value", + "callee": "ports.esp32.makeimg.load_sdkconfig_value", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "ports.esp32.makeimg.", + "callee": "ports.esp32.makeimg.load_sdkconfig_str_value", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "ports.esp32.makeimg.", + "callee": "ports.esp32.makeimg.load_sdkconfig_hex_value", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "ports.esp32.makeimg.", + "callee": "ports.esp32.makeimg.load_sdkconfig_hex_value", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "ports.esp32.makeimg.", + "callee": "ports.esp32.makeimg.load_partition_table", + "lineno": 59, + "resolution": "direct_name_call" + } + ], + "ports.esp32.boards.make-pins": [ + { + "caller": "ports.esp32.boards.make-pins.Esp32Pin.index_name", + "callee": "ports.esp32.boards.make-pins.Esp32Pin.index", + "lineno": 21, + "resolution": "self_method_call" + }, + { + "caller": "ports.esp32.boards.make-pins.", + "callee": "ports.esp32.boards.make-pins.Esp32PinGenerator.__init__", + "lineno": 67, + "resolution": "same_module_class_call" + } + ], + "ports.esp32.boards.manifest": [], + "ports.esp32.boards.manifest_test": [], + "ports.esp32.boards.ARDUINO_NANO_ESP32.manifest": [], + "ports.esp32.boards.LILYGO_T3_S3.manifest": [], + "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3": [ + { + "caller": "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3.", + "callee": ".micropython.const", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3.get_battery_voltage", + "callee": ".machine.ADC", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3.set_led", + "callee": ".machine.Pin", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3.get_button", + "callee": ".machine.Pin", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3.get_oled", + "callee": ".machine.I2C", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3.get_lora", + "callee": ".machine.SPI", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3.get_lora", + "callee": ".lora.SX1262", + "lineno": 65, + "resolution": "external_constructor_call" + } + ], + "ports.esp32.boards.LILYGO_TTGO_LORA32.manifest": [], + "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled": [ + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled.OLED.__init__", + "callee": ".time.sleep_ms", + "lineno": 11, + "resolution": "external_constructor_call" + } + ], + "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32": [ + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.__init__", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.__init__", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.__init__", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.__init__", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.__init__", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.__init__", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.__init__", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.__init__", + "callee": ".micropython.const", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.__init__", + "callee": ".micropython.const", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.__init__", + "callee": ".micropython.const", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.__init__", + "callee": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.create_helpers", + "lineno": 34, + "resolution": "self_method_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.create_helpers", + "callee": ".machine.Pin", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.create_helpers", + "callee": ".machine.SoftI2C", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.create_helpers", + "callee": ".machine.Pin", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.create_helpers", + "callee": ".machine.Pin", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.create_helpers", + "callee": ".machine.Pin", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32Base.create_helpers", + "callee": ".lilygo_oled.OLED", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32v1_0.__init__", + "callee": ".micropython.const", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32v1_0.__init__", + "callee": ".micropython.const", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32v1_0.__init__", + "callee": ".micropython.const", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32v1_0.__init__", + "callee": ".micropython.const", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32v1_2.__init__", + "callee": ".micropython.const", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32v1_2.__init__", + "callee": ".micropython.const", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32.__init__", + "callee": ".micropython.const", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32.__init__", + "callee": ".micropython.const", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32.__init__", + "callee": ".micropython.const", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32.Lora32.__init__", + "callee": ".micropython.const", + "lineno": 81, + "resolution": "external_constructor_call" + } + ], + "ports.esp32.boards.LOLIN_C3_MINI.manifest": [], + "ports.esp32.boards.LOLIN_C3_MINI.modules.c3mini": [ + { + "caller": "ports.esp32.boards.LOLIN_C3_MINI.modules.c3mini.", + "callee": ".micropython.const", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_C3_MINI.modules.c3mini.", + "callee": ".micropython.const", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_C3_MINI.modules.c3mini.", + "callee": ".micropython.const", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_C3_MINI.modules.c3mini.", + "callee": ".micropython.const", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_C3_MINI.modules.c3mini.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_C3_MINI.modules.c3mini.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_C3_MINI.modules.c3mini.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_C3_MINI.modules.c3mini.", + "callee": ".machine.Pin", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_C3_MINI.modules.c3mini.", + "callee": ".machine.Pin", + "lineno": 26, + "resolution": "external_constructor_call" + } + ], + "ports.esp32.boards.LOLIN_S2_MINI.manifest": [], + "ports.esp32.boards.LOLIN_S2_MINI.modules.s2mini": [ + { + "caller": "ports.esp32.boards.LOLIN_S2_MINI.modules.s2mini.", + "callee": ".micropython.const", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_MINI.modules.s2mini.", + "callee": ".micropython.const", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_MINI.modules.s2mini.", + "callee": ".micropython.const", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_MINI.modules.s2mini.", + "callee": ".micropython.const", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_MINI.modules.s2mini.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_MINI.modules.s2mini.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_MINI.modules.s2mini.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_MINI.modules.s2mini.", + "callee": ".micropython.const", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_MINI.modules.s2mini.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_MINI.modules.s2mini.", + "callee": ".machine.Pin", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_MINI.modules.s2mini.", + "callee": ".machine.Pin", + "lineno": 31, + "resolution": "external_constructor_call" + } + ], + "ports.esp32.boards.LOLIN_S2_PICO.manifest": [], + "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico": [ + { + "caller": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico.", + "callee": ".micropython.const", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico.", + "callee": ".micropython.const", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico.", + "callee": ".micropython.const", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico.", + "callee": ".micropython.const", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico.", + "callee": ".micropython.const", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico.", + "callee": ".machine.Signal", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico.", + "callee": ".machine.Pin", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico.", + "callee": ".machine.I2C", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico.", + "callee": ".s2pico_oled.OLED", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico.", + "callee": ".machine.Pin", + "lineno": 38, + "resolution": "external_constructor_call" + } + ], + "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled": [ + { + "caller": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled.OLED.__init__", + "callee": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled.OLED.reset", + "lineno": 10, + "resolution": "self_method_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled.OLED.reset", + "callee": ".time.sleep_ms", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled.OLED.reset", + "callee": ".time.sleep_ms", + "lineno": 17, + "resolution": "external_constructor_call" + } + ], + "ports.esp32.boards.M5STACK_ATOM.manifest": [], + "ports.esp32.boards.M5STACK_ATOM.modules.atom": [ + { + "caller": "ports.esp32.boards.M5STACK_ATOM.modules.atom.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.M5STACK_ATOM.modules.atom.", + "callee": ".micropython.const", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.M5STACK_ATOM.modules.atom.", + "callee": ".micropython.const", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.M5STACK_ATOM.modules.atom.", + "callee": ".micropython.const", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.M5STACK_ATOM.modules.atom.", + "callee": ".micropython.const", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.M5STACK_ATOM.modules.atom.", + "callee": ".micropython.const", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.M5STACK_ATOM.modules.atom.", + "callee": ".micropython.const", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.M5STACK_ATOM.modules.atom.ATOM.__init__", + "callee": ".machine.Pin", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.M5STACK_ATOM.modules.atom.ATOM.__init__", + "callee": ".machine.Pin", + "lineno": 44, + "resolution": "external_constructor_call" + } + ], + "ports.esp32.boards.SIL_MANT1S.manifest": [], + "ports.esp32.boards.SIL_MANT1S.modules.ping": [ + { + "caller": "ports.esp32.boards.SIL_MANT1S.modules.ping.ping", + "callee": "ports.esp32.boards.SIL_MANT1S.modules.ping.checksum", + "lineno": 72, + "resolution": "direct_name_call" + } + ], + "ports.esp32.boards.SPARKFUN_IOT_REDBOARD_ESP32.manifest": [], + "ports.esp32.boards.SPARKFUN_THINGPLUS_ESP32C5.manifest": [], + "ports.esp32.boards.UM_FEATHERS2.manifest": [], + "ports.esp32.boards.UM_FEATHERS2.modules.feathers2": [ + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.", + "callee": ".micropython.const", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.", + "callee": ".micropython.const", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.", + "callee": ".micropython.const", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.", + "callee": ".micropython.const", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.", + "callee": ".micropython.const", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.", + "callee": ".micropython.const", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.", + "callee": ".micropython.const", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.", + "callee": ".micropython.const", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.set_led", + "callee": ".machine.Pin", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.toggle_led", + "callee": ".machine.Pin", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.get_amb_light", + "callee": ".machine.ADC", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.get_amb_light", + "callee": ".machine.Pin", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.set_ldo2_power", + "callee": ".machine.Pin", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.set_ldo2_power", + "callee": ".machine.Pin", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.set_ldo2_power", + "callee": ".machine.Pin", + "lineno": 73, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.set_ldo2_power", + "callee": ".machine.Pin", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.set_ldo2_power", + "callee": ".machine.Pin", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.go_deepsleep", + "callee": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2.set_ldo2_power", + "lineno": 101, + "resolution": "direct_name_call" + } + ], + "ports.esp32.boards.UM_FEATHERS2NEO.manifest": [], + "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo": [ + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.", + "callee": ".micropython.const", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.", + "callee": ".micropython.const", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.", + "callee": ".micropython.const", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.", + "callee": ".micropython.const", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.", + "callee": ".micropython.const", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.", + "callee": ".micropython.const", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.", + "callee": ".micropython.const", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.", + "callee": ".micropython.const", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.", + "callee": ".micropython.const", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.set_pixel_power", + "callee": ".machine.Pin", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.set_pixel_matrix_power", + "callee": ".machine.Pin", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.get_battery_voltage", + "callee": ".machine.ADC", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.get_battery_voltage", + "callee": ".machine.Pin", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.get_vbus_present", + "callee": ".machine.Pin", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.go_deepsleep", + "callee": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.set_pixel_power", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.go_deepsleep", + "callee": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo.set_pixel_matrix_power", + "lineno": 90, + "resolution": "direct_name_call" + } + ], + "ports.esp32.boards.UM_FEATHERS3.manifest": [], + "ports.esp32.boards.UM_FEATHERS3.modules.feathers3": [ + { + "caller": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.", + "callee": ".micropython.const", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.", + "callee": ".micropython.const", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.", + "callee": ".micropython.const", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.", + "callee": ".micropython.const", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.", + "callee": ".micropython.const", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.led_set", + "callee": ".machine.Pin", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.led_blink", + "callee": ".machine.Pin", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.get_amb_light", + "callee": ".machine.ADC", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.get_amb_light", + "callee": ".machine.Pin", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.set_ldo2_power", + "callee": ".machine.Pin", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.get_battery_voltage", + "callee": ".machine.ADC", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.get_battery_voltage", + "callee": ".machine.Pin", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3.get_vbus_present", + "callee": ".machine.Pin", + "lineno": 78, + "resolution": "external_constructor_call" + } + ], + "ports.esp32.boards.UM_FEATHERS3NEO.manifest": [], + "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo": [ + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.", + "callee": ".micropython.const", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.", + "callee": ".micropython.const", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.", + "callee": ".micropython.const", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.", + "callee": ".micropython.const", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.", + "callee": ".micropython.const", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.", + "callee": ".micropython.const", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.", + "callee": ".micropython.const", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.", + "callee": ".micropython.const", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.led_set", + "callee": ".machine.Pin", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.led_blink", + "callee": ".machine.Pin", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.get_amb_light", + "callee": ".machine.ADC", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.get_amb_light", + "callee": ".machine.Pin", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.set_ldo2_power", + "callee": ".machine.Pin", + "lineno": 70, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.get_battery_voltage", + "callee": ".machine.ADC", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.get_battery_voltage", + "callee": ".machine.Pin", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo.get_vbus_present", + "callee": ".machine.Pin", + "lineno": 89, + "resolution": "external_constructor_call" + } + ], + "ports.esp32.boards.UM_NANOS3.manifest": [], + "ports.esp32.boards.UM_NANOS3.modules.nanos3": [ + { + "caller": "ports.esp32.boards.UM_NANOS3.modules.nanos3.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_NANOS3.modules.nanos3.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_NANOS3.modules.nanos3.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_NANOS3.modules.nanos3.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_NANOS3.modules.nanos3.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_NANOS3.modules.nanos3.", + "callee": ".micropython.const", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_NANOS3.modules.nanos3.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_NANOS3.modules.nanos3.set_pixel_power", + "callee": ".machine.Pin", + "lineno": 31, + "resolution": "external_constructor_call" + } + ], + "ports.esp32.boards.UM_OMGS3.manifest": [], + "ports.esp32.boards.UM_OMGS3.modules.max17048": [ + { + "caller": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048.cell_voltage", + "callee": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048._read_register", + "lineno": 36, + "resolution": "self_method_call" + }, + { + "caller": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048.state_of_charge", + "callee": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048._read_register", + "lineno": 43, + "resolution": "self_method_call" + }, + { + "caller": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048.version", + "callee": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048._read_register", + "lineno": 49, + "resolution": "self_method_call" + }, + { + "caller": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048.hibernate", + "callee": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048._read_register", + "lineno": 54, + "resolution": "self_method_call" + }, + { + "caller": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048.hibernate", + "callee": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048._read_register", + "lineno": 59, + "resolution": "self_method_call" + }, + { + "caller": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048.hibernate", + "callee": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048._write_register", + "lineno": 64, + "resolution": "self_method_call" + }, + { + "caller": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048.quick_start", + "callee": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048._write_register", + "lineno": 68, + "resolution": "self_method_call" + }, + { + "caller": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048.reset", + "callee": "ports.esp32.boards.UM_OMGS3.modules.max17048.MAX17048._write_register", + "lineno": 72, + "resolution": "self_method_call" + } + ], + "ports.esp32.boards.UM_OMGS3.modules.omgs3": [ + { + "caller": "ports.esp32.boards.UM_OMGS3.modules.omgs3.", + "callee": ".machine.I2C", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_OMGS3.modules.omgs3.", + "callee": ".max17048.MAX17048", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_OMGS3.modules.omgs3.get_vbus_present", + "callee": ".machine.Pin", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_OMGS3.modules.omgs3.set_pixel_power", + "callee": ".machine.Pin", + "lineno": 42, + "resolution": "external_constructor_call" + } + ], + "ports.esp32.boards.UM_PROS3.manifest": [], + "ports.esp32.boards.UM_PROS3.modules.pros3": [ + { + "caller": "ports.esp32.boards.UM_PROS3.modules.pros3.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_PROS3.modules.pros3.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_PROS3.modules.pros3.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_PROS3.modules.pros3.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_PROS3.modules.pros3.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_PROS3.modules.pros3.", + "callee": ".micropython.const", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_PROS3.modules.pros3.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_PROS3.modules.pros3.", + "callee": ".micropython.const", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_PROS3.modules.pros3.", + "callee": ".micropython.const", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_PROS3.modules.pros3.set_ldo2_power", + "callee": ".machine.Pin", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_PROS3.modules.pros3.get_battery_voltage", + "callee": ".machine.ADC", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_PROS3.modules.pros3.get_battery_voltage", + "callee": ".machine.Pin", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_PROS3.modules.pros3.get_vbus_present", + "callee": ".machine.Pin", + "lineno": 53, + "resolution": "external_constructor_call" + } + ], + "ports.esp32.boards.UM_RGBTOUCH_MINI.manifest": [], + "ports.esp32.boards.UM_TINYPICO.manifest": [], + "ports.esp32.boards.UM_TINYPICO.modules.dotstar": [ + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.deinit", + "callee": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.show", + "lineno": 98, + "resolution": "self_method_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.__exit__", + "callee": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.deinit", + "lineno": 106, + "resolution": "self_method_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.__setitem__", + "callee": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar._set_item", + "lineno": 161, + "resolution": "self_method_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.__setitem__", + "callee": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar._set_item", + "lineno": 163, + "resolution": "self_method_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.__setitem__", + "callee": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.show", + "lineno": 166, + "resolution": "self_method_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.__getitem__", + "callee": ".list.append", + "lineno": 172, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.brightness", + "callee": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.show", + "lineno": 195, + "resolution": "self_method_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.fill", + "callee": "ports.esp32.boards.UM_TINYPICO.modules.dotstar.DotStar.show", + "lineno": 204, + "resolution": "self_method_call" + } + ], + "ports.esp32.boards.UM_TINYPICO.modules.tinypico": [ + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.", + "callee": ".micropython.const", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.", + "callee": ".micropython.const", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.", + "callee": ".micropython.const", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.", + "callee": ".micropython.const", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.", + "callee": ".micropython.const", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.", + "callee": ".micropython.const", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.", + "callee": ".micropython.const", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.", + "callee": ".micropython.const", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.get_battery_voltage", + "callee": ".machine.ADC", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.get_battery_voltage", + "callee": ".machine.Pin", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.get_battery_charging", + "callee": ".machine.Pin", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.set_dotstar_power", + "callee": ".machine.Pin", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.set_dotstar_power", + "callee": ".machine.Pin", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.set_dotstar_power", + "callee": ".machine.Pin", + "lineno": 91, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.set_dotstar_power", + "callee": ".machine.Pin", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.go_deepsleep", + "callee": "ports.esp32.boards.UM_TINYPICO.modules.tinypico.set_dotstar_power", + "lineno": 121, + "resolution": "direct_name_call" + } + ], + "ports.esp32.boards.UM_TINYS2.manifest": [], + "ports.esp32.boards.UM_TINYS2.modules.tinys2": [ + { + "caller": "ports.esp32.boards.UM_TINYS2.modules.tinys2.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS2.modules.tinys2.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS2.modules.tinys2.", + "callee": ".micropython.const", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS2.modules.tinys2.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS2.modules.tinys2.", + "callee": ".micropython.const", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS2.modules.tinys2.", + "callee": ".micropython.const", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS2.modules.tinys2.", + "callee": ".micropython.const", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS2.modules.tinys2.", + "callee": ".micropython.const", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS2.modules.tinys2.", + "callee": ".micropython.const", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS2.modules.tinys2.", + "callee": ".micropython.const", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS2.modules.tinys2.", + "callee": ".micropython.const", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS2.modules.tinys2.set_pixel_power", + "callee": ".machine.Pin", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS2.modules.tinys2.get_battery_voltage", + "callee": ".machine.ADC", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS2.modules.tinys2.get_battery_voltage", + "callee": ".machine.Pin", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS2.modules.tinys2.get_vbus_present", + "callee": ".machine.Pin", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS2.modules.tinys2.go_deepsleep", + "callee": "ports.esp32.boards.UM_TINYS2.modules.tinys2.set_pixel_power", + "lineno": 81, + "resolution": "direct_name_call" + } + ], + "ports.esp32.boards.UM_TINYS3.manifest": [], + "ports.esp32.boards.UM_TINYS3.modules.tinys3": [ + { + "caller": "ports.esp32.boards.UM_TINYS3.modules.tinys3.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS3.modules.tinys3.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS3.modules.tinys3.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS3.modules.tinys3.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS3.modules.tinys3.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS3.modules.tinys3.", + "callee": ".micropython.const", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS3.modules.tinys3.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS3.modules.tinys3.", + "callee": ".micropython.const", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS3.modules.tinys3.", + "callee": ".micropython.const", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS3.modules.tinys3.set_pixel_power", + "callee": ".machine.Pin", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS3.modules.tinys3.get_battery_voltage", + "callee": ".machine.ADC", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS3.modules.tinys3.get_battery_voltage", + "callee": ".machine.Pin", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.boards.UM_TINYS3.modules.tinys3.get_vbus_present", + "callee": ".machine.Pin", + "lineno": 53, + "resolution": "external_constructor_call" + } + ], + "ports.esp32.modules.apa106": [], + "ports.esp32.modules.espnow": [ + { + "caller": "ports.esp32.modules.espnow.ESPNow.__next__", + "callee": "ports.esp32.modules.espnow.ESPNow.irecv", + "lineno": 30, + "resolution": "self_method_call" + } + ], + "ports.esp32.modules.flashbdev": [], + "ports.esp32.modules.inisetup": [ + { + "caller": "ports.esp32.modules.inisetup.check_bootsec", + "callee": "ports.esp32.modules.inisetup.fs_corrupted", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "ports.esp32.modules.inisetup.setup", + "callee": "ports.esp32.modules.inisetup.check_bootsec", + "lineno": 38, + "resolution": "direct_name_call" + } + ], + "ports.esp32.modules.machine": [ + { + "caller": "ports.esp32.modules.machine.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp32.modules.machine._CounterBase.init", + "callee": "ports.esp32.modules.machine._CounterBase.__init__", + "lineno": 97, + "resolution": "self_method_call" + } + ], + "ports.esp32.modules._boot": [], + "ports.esp32.tools.metrics_esp32": [ + { + "caller": "ports.esp32.tools.metrics_esp32.BuildSizes.print_table_row", + "callee": "ports.esp32.tools.metrics_esp32.BuildSizes.print_table_row.compare", + "lineno": 106, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.esp32.tools.metrics_esp32.BuildSizes.print_table_row", + "callee": "ports.esp32.tools.metrics_esp32.BuildSizes.print_table_row.compare", + "lineno": 107, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.esp32.tools.metrics_esp32.BuildSizes.print_table_row", + "callee": "ports.esp32.tools.metrics_esp32.BuildSizes.print_table_row.compare", + "lineno": 108, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.esp32.tools.metrics_esp32.BuildSizes.run_make", + "callee": "ports.esp32.tools.metrics_esp32.BuildSizes.build_dir", + "lineno": 141, + "resolution": "self_method_call" + }, + { + "caller": "ports.esp32.tools.metrics_esp32.BuildSizes.make_size", + "callee": "ports.esp32.tools.metrics_esp32.BuildSizes.run_make", + "lineno": 149, + "resolution": "self_method_call" + }, + { + "caller": "ports.esp32.tools.metrics_esp32.BuildSizes.make_size", + "callee": "ports.esp32.tools.metrics_esp32.BuildSizes.make_size.sum_sizes", + "lineno": 157, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.esp32.tools.metrics_esp32.BuildSizes.make_size", + "callee": "ports.esp32.tools.metrics_esp32.BuildSizes.make_size.sum_sizes", + "lineno": 160, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.esp32.tools.metrics_esp32.main", + "callee": "ports.esp32.tools.metrics_esp32.switch_ver", + "lineno": 182, + "resolution": "direct_name_call" + }, + { + "caller": "ports.esp32.tools.metrics_esp32.main", + "callee": "ports.esp32.tools.metrics_esp32.rmtree", + "lineno": 183, + "resolution": "direct_name_call" + }, + { + "caller": "ports.esp32.tools.metrics_esp32.main", + "callee": "ports.esp32.tools.metrics_esp32.BuildSizes.", + "lineno": 186, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.esp32.tools.metrics_esp32.main", + "callee": "ports.esp32.tools.metrics_esp32.rmtree", + "lineno": 189, + "resolution": "direct_name_call" + }, + { + "caller": "ports.esp32.tools.metrics_esp32.main", + "callee": "ports.esp32.tools.metrics_esp32.BuildSizes.build_dir", + "lineno": 189, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.esp32.tools.metrics_esp32.main", + "callee": "ports.esp32.tools.metrics_esp32.BuildSizes.make_size", + "lineno": 190, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.esp32.tools.metrics_esp32.main", + "callee": "ports.esp32.tools.metrics_esp32.BuildSizes.print_summary", + "lineno": 191, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.esp32.tools.metrics_esp32.main", + "callee": ".list.append", + "lineno": 192, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.esp32.tools.metrics_esp32.switch_ver", + "callee": "ports.esp32.tools.metrics_esp32.idf_git", + "lineno": 232, + "resolution": "direct_name_call" + }, + { + "caller": "ports.esp32.tools.metrics_esp32.switch_ver", + "callee": "ports.esp32.tools.metrics_esp32.idf_git", + "lineno": 233, + "resolution": "direct_name_call" + }, + { + "caller": "ports.esp32.tools.metrics_esp32.switch_ver", + "callee": "ports.esp32.tools.metrics_esp32.idf_git", + "lineno": 234, + "resolution": "direct_name_call" + }, + { + "caller": "ports.esp32.tools.metrics_esp32.switch_ver", + "callee": "ports.esp32.tools.metrics_esp32.idf_install", + "lineno": 235, + "resolution": "direct_name_call" + }, + { + "caller": "ports.esp32.tools.metrics_esp32.", + "callee": "ports.esp32.tools.metrics_esp32.main", + "lineno": 239, + "resolution": "direct_name_call" + } + ], + "ports.esp8266.makeimg": [], + "ports.esp8266.boards.manifest": [], + "ports.esp8266.boards.ESP8266_GENERIC.manifest_2MiB": [], + "ports.esp8266.boards.ESP8266_GENERIC.manifest_512kiB": [], + "ports.esp8266.boards.ESP8266_GENERIC._boot": [], + "ports.esp8266.modules.apa102": [ + { + "caller": "ports.esp8266.modules.apa102.APA102.write", + "callee": ".esp.apa102_write", + "lineno": 17, + "resolution": "external_constructor_call" + } + ], + "ports.esp8266.modules.espnow": [ + { + "caller": "ports.esp8266.modules.espnow.ESPNow.__init__", + "callee": ".select.poll", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.esp8266.modules.espnow.ESPNow.__next__", + "callee": "ports.esp8266.modules.espnow.ESPNow.irecv", + "lineno": 30, + "resolution": "self_method_call" + } + ], + "ports.esp8266.modules.flashbdev": [ + { + "caller": "ports.esp8266.modules.flashbdev.", + "callee": "ports.esp8266.modules.flashbdev.FlashBdev.__init__", + "lineno": 42, + "resolution": "same_module_class_call" + } + ], + "ports.esp8266.modules.inisetup": [ + { + "caller": "ports.esp8266.modules.inisetup.check_bootsec", + "callee": "ports.esp8266.modules.inisetup.fs_corrupted", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "ports.esp8266.modules.inisetup.setup", + "callee": "ports.esp8266.modules.inisetup.check_bootsec", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "ports.esp8266.modules.inisetup.setup", + "callee": "ports.esp8266.modules.inisetup.wifi", + "lineno": 50, + "resolution": "direct_name_call" + } + ], + "ports.esp8266.modules.port_diag": [ + { + "caller": "ports.esp8266.modules.port_diag.main", + "callee": ".dict.get", + "lineno": 20, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.esp8266.modules.port_diag.main", + "callee": ".dict.get", + "lineno": 20, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.esp8266.modules.port_diag.", + "callee": "ports.esp8266.modules.port_diag.main", + "lineno": 37, + "resolution": "direct_name_call" + } + ], + "ports.esp8266.modules._boot": [], + "ports.mimxrt.boards.make-flexram-config": [ + { + "caller": "ports.mimxrt.boards.make-flexram-config.", + "callee": "ports.mimxrt.boards.make-flexram-config.main", + "lineno": 266, + "resolution": "direct_name_call" + } + ], + "ports.mimxrt.boards.make-pins": [ + { + "caller": "ports.mimxrt.boards.make-pins.MimxrtPinGenerator.load_inputs", + "callee": "ports.mimxrt.boards.make-pins.MimxrtPinGenerator.load_iomux_header", + "lineno": 182, + "resolution": "self_method_call" + }, + { + "caller": "ports.mimxrt.boards.make-pins.MimxrtPinGenerator.print_module_instances", + "callee": ".collections.defaultdict", + "lineno": 194, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.mimxrt.boards.make-pins.MimxrtPinGenerator.print_header", + "callee": "ports.mimxrt.boards.make-pins.MimxrtPinGenerator.print_module_instances", + "lineno": 218, + "resolution": "self_method_call" + }, + { + "caller": "ports.mimxrt.boards.make-pins.", + "callee": "ports.mimxrt.boards.make-pins.MimxrtPinGenerator.__init__", + "lineno": 231, + "resolution": "same_module_class_call" + } + ], + "ports.mimxrt.boards.manifest": [], + "ports.mimxrt.boards.MIMXRT1020_EVK.manifest": [], + "ports.mimxrt.boards.MIMXRT1050_EVK.manifest": [], + "ports.mimxrt.boards.MIMXRT1060_EVK.manifest": [], + "ports.mimxrt.boards.MIMXRT1064_EVK.manifest": [], + "ports.mimxrt.boards.MIMXRT1170_EVK.manifest": [], + "ports.mimxrt.boards.PHYBOARD_RT1170.manifest": [], + "ports.mimxrt.boards.SEEED_ARCH_MIX.manifest": [], + "ports.mimxrt.boards.TEENSY40.format": [], + "ports.mimxrt.boards.TEENSY41.manifest": [], + "ports.mimxrt.modules._boot": [ + { + "caller": "ports.mimxrt.modules._boot.", + "callee": ".machine.SDCard", + "lineno": 29, + "resolution": "external_constructor_call" + } + ], + "ports.nrf.boards.make-pins": [ + { + "caller": "ports.nrf.boards.make-pins.AlternateFunction.__init__", + "callee": "ports.nrf.boards.make-pins.split_name_num", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.AlternateFunction.mux_name", + "callee": "ports.nrf.boards.make-pins.AlternateFunction.ptr", + "lineno": 69, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.AlternateFunction.print", + "callee": "ports.nrf.boards.make-pins.AlternateFunction.print", + "lineno": 74, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.AlternateFunction.print", + "callee": "ports.nrf.boards.make-pins.AlternateFunction.print", + "lineno": 76, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.AlternateFunction.print", + "callee": "ports.nrf.boards.make-pins.AlternateFunction.print", + "lineno": 80, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.AlternateFunction.print", + "callee": "ports.nrf.boards.make-pins.AlternateFunction.ptr", + "lineno": 82, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.parse_af", + "callee": "ports.nrf.boards.make-pins.AlternateFunction.__init__", + "lineno": 127, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.parse_af", + "callee": "ports.nrf.boards.make-pins.AlternateFunction.is_supported", + "lineno": 129, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.alt_fn_name", + "callee": "ports.nrf.boards.make-pins.Pin.cpu_pin_name", + "lineno": 135, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.print_const_table_entry", + "callee": "ports.nrf.boards.make-pins.Pin.print", + "lineno": 150, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.print_const_table_entry", + "callee": "ports.nrf.boards.make-pins.Pin.alt_fn_name", + "lineno": 152, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.print_const_table_entry", + "callee": "ports.nrf.boards.make-pins.Pin.adc_num_str", + "lineno": 152, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.print", + "callee": "ports.nrf.boards.make-pins.Pin.print", + "lineno": 159, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.print", + "callee": "ports.nrf.boards.make-pins.Pin.print", + "lineno": 160, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.print", + "callee": "ports.nrf.boards.make-pins.Pin.alt_fn_name", + "lineno": 160, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.print", + "callee": "ports.nrf.boards.make-pins.Pin.print", + "lineno": 164, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.print", + "callee": "ports.nrf.boards.make-pins.Pin.print", + "lineno": 165, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.print", + "callee": "ports.nrf.boards.make-pins.Pin.print", + "lineno": 166, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.print", + "callee": "ports.nrf.boards.make-pins.Pin.print", + "lineno": 167, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.print", + "callee": "ports.nrf.boards.make-pins.Pin.cpu_pin_name", + "lineno": 169, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.print", + "callee": "ports.nrf.boards.make-pins.Pin.alt_fn_name", + "lineno": 171, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.print", + "callee": "ports.nrf.boards.make-pins.Pin.adc_num_str", + "lineno": 172, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.print", + "callee": "ports.nrf.boards.make-pins.Pin.print", + "lineno": 177, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.print_header", + "callee": "ports.nrf.boards.make-pins.Pin.print", + "lineno": 180, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.print_header", + "callee": "ports.nrf.boards.make-pins.Pin.cpu_pin_name", + "lineno": 180, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.print_header", + "callee": "ports.nrf.boards.make-pins.Pin.print", + "lineno": 182, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pin.print_header", + "callee": "ports.nrf.boards.make-pins.Pin.cpu_pin_name", + "lineno": 183, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.parse_af_file", + "callee": "ports.nrf.boards.make-pins.parse_pin", + "lineno": 216, + "resolution": "direct_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.parse_af_file", + "callee": "ports.nrf.boards.make-pins.Pin.__init__", + "lineno": 219, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.parse_af_file", + "callee": "ports.nrf.boards.make-pins.Pin.parse_af", + "lineno": 222, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.parse_af_file", + "callee": "ports.nrf.boards.make-pins.Pin.parse_adc", + "lineno": 224, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.parse_af_file", + "callee": "ports.nrf.boards.make-pins.NamedPin.__init__", + "lineno": 225, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.parse_af_file", + "callee": "ports.nrf.boards.make-pins.Pin.cpu_pin_name", + "lineno": 225, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.parse_board_file", + "callee": "ports.nrf.boards.make-pins.parse_pin", + "lineno": 232, + "resolution": "direct_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.parse_board_file", + "callee": "ports.nrf.boards.make-pins.Pins.find_pin", + "lineno": 235, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.parse_board_file", + "callee": "ports.nrf.boards.make-pins.NamedPin.__init__", + "lineno": 238, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.print_named", + "callee": "ports.nrf.boards.make-pins.Pins.print", + "lineno": 241, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.print_named", + "callee": "ports.nrf.boards.make-pins.Pins.print", + "lineno": 248, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.print_named", + "callee": "ports.nrf.boards.make-pins.Pins.print", + "lineno": 254, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.print_named", + "callee": "ports.nrf.boards.make-pins.Pins.print", + "lineno": 255, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.print_const_table", + "callee": "ports.nrf.boards.make-pins.Pins.print", + "lineno": 269, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.print_const_table", + "callee": "ports.nrf.boards.make-pins.Pins.print", + "lineno": 270, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.print_const_table", + "callee": "ports.nrf.boards.make-pins.Pins.print", + "lineno": 274, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.print_const_table", + "callee": "ports.nrf.boards.make-pins.Pins.print", + "lineno": 275, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.print_const_table", + "callee": "ports.nrf.boards.make-pins.Pins.print", + "lineno": 283, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.print", + "callee": "ports.nrf.boards.make-pins.Pins.print_named", + "lineno": 286, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.print", + "callee": "ports.nrf.boards.make-pins.Pins.print", + "lineno": 287, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.print", + "callee": "ports.nrf.boards.make-pins.Pins.print_named", + "lineno": 288, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.print_header", + "callee": "ports.nrf.boards.make-pins.Pins.print", + "lineno": 295, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.print_header", + "callee": "ports.nrf.boards.make-pins.Pins.print", + "lineno": 296, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.print_header", + "callee": "ports.nrf.boards.make-pins.Pins.print", + "lineno": 297, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.Pins.print_af_hdr", + "callee": "ports.nrf.boards.make-pins.Pins.print", + "lineno": 314, + "resolution": "same_class_name_call" + }, + { + "caller": "ports.nrf.boards.make-pins.main", + "callee": "ports.nrf.boards.make-pins.Pins.__init__", + "lineno": 327, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.nrf.boards.make-pins.main", + "callee": "ports.nrf.boards.make-pins.Pins.parse_af_file", + "lineno": 334, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.main", + "callee": "ports.nrf.boards.make-pins.Pins.parse_board_file", + "lineno": 338, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.main", + "callee": "ports.nrf.boards.make-pins.Pins.print_const_table", + "lineno": 346, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.main", + "callee": "ports.nrf.boards.make-pins.Pins.print", + "lineno": 347, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.main", + "callee": "ports.nrf.boards.make-pins.Pins.print_header", + "lineno": 350, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.main", + "callee": "ports.nrf.boards.make-pins.Pins.print_af_hdr", + "lineno": 353, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.nrf.boards.make-pins.", + "callee": "ports.nrf.boards.make-pins.main", + "lineno": 357, + "resolution": "direct_name_call" + } + ], + "ports.nrf.boards.manifest": [], + "ports.nrf.boards.manifest_minimal": [], + "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.manifest": [], + "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu": [ + { + "caller": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu.IMU.__init__", + "callee": ".bmm150.BMM150", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu.IMU.__init__", + "callee": ".bmi270.BMI270", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu.IMU.__init__", + "callee": ".lsm9ds1.LSM9DS1", + "lineno": 36, + "resolution": "external_constructor_call" + } + ], + "ports.nrf.examples.mountsd": [ + { + "caller": "ports.nrf.examples.mountsd.mnt", + "callee": ".machine.Pin", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.mountsd.mnt", + "callee": ".sdcard.SDCard", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.mountsd.mnt", + "callee": ".machine.SPI", + "lineno": 30, + "resolution": "external_constructor_call" + } + ], + "ports.nrf.examples.musictest": [ + { + "caller": "ports.nrf.examples.musictest.play", + "callee": ".machine.Pin", + "lineno": 13, + "resolution": "external_constructor_call" + } + ], + "ports.nrf.examples.nrf52_pwm": [ + { + "caller": "ports.nrf.examples.nrf52_pwm.pulse", + "callee": ".machine.PWM", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.nrf52_pwm.pulse", + "callee": ".machine.Pin", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.nrf52_pwm.pulse", + "callee": ".machine.PWM", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.nrf52_pwm.pulse", + "callee": ".machine.Pin", + "lineno": 13, + "resolution": "external_constructor_call" + } + ], + "ports.nrf.examples.nrf52_servo": [ + { + "caller": "ports.nrf.examples.nrf52_servo.Servo.__init__", + "callee": ".machine.Pin", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.nrf52_servo.Servo.__init__", + "callee": ".machine.Pin", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.nrf52_servo.Servo.left", + "callee": ".machine.PWM", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.nrf52_servo.Servo.center", + "callee": ".machine.PWM", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.nrf52_servo.Servo.right", + "callee": ".machine.PWM", + "lineno": 53, + "resolution": "external_constructor_call" + } + ], + "ports.nrf.examples.powerup": [ + { + "caller": "ports.nrf.examples.powerup.get_device_names", + "callee": ".list.append", + "lineno": 59, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.nrf.examples.powerup.get_device_names", + "callee": "ports.nrf.examples.powerup.bytes_to_str", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "ports.nrf.examples.powerup.find_device_by_name", + "callee": ".ubluepy.Scanner", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.powerup.find_device_by_name", + "callee": "ports.nrf.examples.powerup.get_device_names", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.__init__", + "callee": ".machine.ADC", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.__init__", + "callee": ".machine.Pin", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.__init__", + "callee": ".machine.Pin", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.__init__", + "callee": ".machine.Pin", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.__init__", + "callee": ".machine.Pin", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.__init__", + "callee": "ports.nrf.examples.powerup.PowerUp3.calibrate", + "lineno": 84, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.__init__", + "callee": "ports.nrf.examples.powerup.PowerUp3.connect", + "lineno": 85, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.__init__", + "callee": "ports.nrf.examples.powerup.PowerUp3.loop", + "lineno": 86, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.calibrate", + "callee": "ports.nrf.examples.powerup.PowerUp3.read_stick_x", + "lineno": 104, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.connect", + "callee": "ports.nrf.examples.powerup.find_device_by_name", + "lineno": 139, + "resolution": "direct_name_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.connect", + "callee": ".ubluepy.Peripheral", + "lineno": 141, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.connect", + "callee": "ports.nrf.examples.powerup.PowerUp3.map_chars", + "lineno": 145, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.rudder_center", + "callee": "ports.nrf.examples.powerup.PowerUp3.angle", + "lineno": 150, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.rudder_left", + "callee": "ports.nrf.examples.powerup.PowerUp3.angle", + "lineno": 157, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.rudder_right", + "callee": "ports.nrf.examples.powerup.PowerUp3.angle", + "lineno": 165, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.throttle", + "callee": "ports.nrf.examples.powerup.PowerUp3.speed", + "lineno": 175, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.loop", + "callee": "ports.nrf.examples.powerup.PowerUp3.read_stick_x", + "lineno": 193, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.loop", + "callee": "ports.nrf.examples.powerup.PowerUp3.rudder_right", + "lineno": 196, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.loop", + "callee": "ports.nrf.examples.powerup.PowerUp3.rudder_left", + "lineno": 198, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.loop", + "callee": "ports.nrf.examples.powerup.PowerUp3.rudder_center", + "lineno": 200, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.loop", + "callee": "ports.nrf.examples.powerup.PowerUp3.button_speed_up", + "lineno": 205, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.loop", + "callee": "ports.nrf.examples.powerup.PowerUp3.button_speed_down", + "lineno": 207, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.loop", + "callee": "ports.nrf.examples.powerup.PowerUp3.button_speed_full", + "lineno": 209, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.loop", + "callee": "ports.nrf.examples.powerup.PowerUp3.button_speed_off", + "lineno": 211, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.powerup.PowerUp3.loop", + "callee": "ports.nrf.examples.powerup.PowerUp3.throttle", + "lineno": 216, + "resolution": "self_method_call" + } + ], + "ports.nrf.examples.seeed_tft": [ + { + "caller": "ports.nrf.examples.seeed_tft.mount_tf", + "callee": ".sdcard.SDCard", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.mount_tf", + "callee": ".machine.SPI", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.mount_tf", + "callee": ".machine.Pin", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.__init__", + "callee": ".machine.SPI", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.__init__", + "callee": ".machine.Pin", + "lineno": 73, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.__init__", + "callee": ".machine.Pin", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.__init__", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "lineno": 83, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 88, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 92, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 93, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 95, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 96, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 98, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 99, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 101, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 102, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 104, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 105, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 107, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 108, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 111, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 113, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 116, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 118, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 121, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 122, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 125, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 126, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 129, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 130, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 132, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 133, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 135, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 136, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 139, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 140, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 143, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 144, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 147, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 148, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 151, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 152, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 175, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 176, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 199, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 203, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.init_display", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.fill", + "lineno": 205, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.show", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 209, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.show", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 210, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.show", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 211, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.show", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 214, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.show", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 215, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.show", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 216, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.show", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_cmd", + "lineno": 218, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.show", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 225, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.seeed_tft.ILI9341.show", + "callee": "ports.nrf.examples.seeed_tft.ILI9341.write_data", + "lineno": 227, + "resolution": "self_method_call" + } + ], + "ports.nrf.examples.ssd1306_mod": [ + { + "caller": "ports.nrf.examples.ssd1306_mod.", + "callee": ".micropython.const", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.ssd1306_mod.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.ssd1306_mod.SSD1306_I2C_Mod.show", + "callee": "ports.nrf.examples.ssd1306_mod.SSD1306_I2C_Mod.write_data", + "lineno": 48, + "resolution": "self_method_call" + }, + { + "caller": "ports.nrf.examples.ssd1306_mod.SSD1306_I2C_Mod.show", + "callee": "ports.nrf.examples.ssd1306_mod.SSD1306_I2C_Mod.write_data", + "lineno": 50, + "resolution": "self_method_call" + } + ], + "ports.nrf.examples.ubluepy_eddystone": [ + { + "caller": "ports.nrf.examples.ubluepy_eddystone.", + "callee": ".micropython.const", + "lineno": 4, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_eddystone.", + "callee": ".micropython.const", + "lineno": 5, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_eddystone.", + "callee": ".micropython.const", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_eddystone.", + "callee": ".micropython.const", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_eddystone.", + "callee": ".micropython.const", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_eddystone.", + "callee": ".micropython.const", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_eddystone.generate_eddystone_adv_packet", + "callee": "ports.nrf.examples.ubluepy_eddystone.gen_ad_type_content", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_eddystone.generate_eddystone_adv_packet", + "callee": "ports.nrf.examples.ubluepy_eddystone.gen_ad_type_content", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_eddystone.generate_eddystone_adv_packet", + "callee": "ports.nrf.examples.ubluepy_eddystone.string_to_binarray", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_eddystone.generate_eddystone_adv_packet", + "callee": "ports.nrf.examples.ubluepy_eddystone.gen_ad_type_content", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_eddystone.start", + "callee": "ports.nrf.examples.ubluepy_eddystone.generate_eddystone_adv_packet", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_eddystone.start", + "callee": ".ubluepy.Peripheral", + "lineno": 68, + "resolution": "external_constructor_call" + } + ], + "ports.nrf.examples.ubluepy_scan": [ + { + "caller": "ports.nrf.examples.ubluepy_scan.get_device_names", + "callee": ".list.append", + "lineno": 18, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_scan.get_device_names", + "callee": "ports.nrf.examples.ubluepy_scan.bytes_to_str", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_scan.find_device_by_name", + "callee": ".ubluepy.Scanner", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_scan.find_device_by_name", + "callee": "ports.nrf.examples.ubluepy_scan.get_device_names", + "lineno": 26, + "resolution": "direct_name_call" + } + ], + "ports.nrf.examples.ubluepy_temp": [ + { + "caller": "ports.nrf.examples.ubluepy_temp.event_handler", + "callee": ".board.LED", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_temp.event_handler", + "callee": ".board.LED", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_temp.", + "callee": ".board.LED", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_temp.", + "callee": ".machine.RTCounter", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_temp.", + "callee": ".ubluepy.UUID", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_temp.", + "callee": ".ubluepy.UUID", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_temp.", + "callee": ".ubluepy.Service", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_temp.", + "callee": ".ubluepy.Characteristic", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.nrf.examples.ubluepy_temp.", + "callee": ".ubluepy.Peripheral", + "lineno": 91, + "resolution": "external_constructor_call" + } + ], + "ports.nrf.freeze.test": [], + "ports.nrf.modules.scripts._boot": [ + { + "caller": "ports.nrf.modules.scripts._boot.", + "callee": "ports.nrf.modules.scripts._boot.setup_fs", + "lineno": 27, + "resolution": "direct_name_call" + } + ], + "ports.qemu.test-frzmpy.frozen_asm_rv32": [], + "ports.qemu.test-frzmpy.frozen_asm_thumb": [], + "ports.qemu.test-frzmpy.frozen_const": [], + "ports.qemu.test-frzmpy.frozen_viper": [], + "ports.qemu.test-frzmpy.native_frozen_align": [], + "ports.renesas-ra.boards.make-pins": [ + { + "caller": "ports.renesas-ra.boards.make-pins.RenesasRaPin.add_af", + "callee": "ports.renesas-ra.boards.make-pins.RenesasRaPin.add_adc", + "lineno": 35, + "resolution": "self_method_call" + }, + { + "caller": "ports.renesas-ra.boards.make-pins.", + "callee": "ports.renesas-ra.boards.make-pins.RenesasRaPinGenerator.__init__", + "lineno": 89, + "resolution": "same_module_class_call" + } + ], + "ports.renesas-ra.boards.manifest": [], + "ports.renesas-ra.boards.ARDUINO_PORTENTA_C33.manifest": [], + "ports.renesas-ra.boards.EK_RA4M1.manifest": [], + "ports.renesas-ra.boards.RA4M1_CLICKER.manifest": [], + "ports.rp2.boards.make-pins": [ + { + "caller": "ports.rp2.boards.make-pins.Rp2Pin.definition", + "callee": "ports.rp2.boards.make-pins.Rp2Pin.index", + "lineno": 38, + "resolution": "self_method_call" + }, + { + "caller": "ports.rp2.boards.make-pins.Rp2Pin.add_af", + "callee": ".str.startswith", + "lineno": 66, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.rp2.boards.make-pins.Rp2Pin.add_af", + "callee": ".str.startswith", + "lineno": 69, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.rp2.boards.make-pins.Rp2Pin.print_source", + "callee": "ports.rp2.boards.make-pins.Rp2Pin.index", + "lineno": 84, + "resolution": "self_method_call" + }, + { + "caller": "ports.rp2.boards.make-pins.", + "callee": "ports.rp2.boards.make-pins.Rp2PinGenerator.__init__", + "lineno": 161, + "resolution": "same_module_class_call" + } + ], + "ports.rp2.boards.manifest": [], + "ports.rp2.boards.ARDUINO_NANO_RP2040_CONNECT.manifest": [], + "ports.rp2.boards.CYTRON_NANOXRP_CONTROLLER.manifest": [], + "ports.rp2.boards.NULLBITS_BIT_C_PRO.board": [ + { + "caller": "ports.rp2.boards.NULLBITS_BIT_C_PRO.board.", + "callee": ".machine.Signal", + "lineno": 3, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.rp2.boards.NULLBITS_BIT_C_PRO.board.", + "callee": ".machine.Signal", + "lineno": 4, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.rp2.boards.NULLBITS_BIT_C_PRO.board.", + "callee": ".machine.Signal", + "lineno": 5, + "resolution": "external_constructor_call" + } + ], + "ports.rp2.boards.NULLBITS_BIT_C_PRO.manifest": [], + "ports.rp2.boards.RPI_PICO2_W.manifest": [], + "ports.rp2.boards.RPI_PICO_W.manifest": [], + "ports.rp2.boards.SIL_RP2040_SHIM.manifest": [], + "ports.rp2.boards.SOLDERED_NULA_MAX_RP2350.manifest": [], + "ports.rp2.boards.SPARKFUN_IOTNODE_LORAWAN_RP2350.manifest": [], + "ports.rp2.boards.SPARKFUN_IOTREDBOARD_RP2350.manifest": [], + "ports.rp2.boards.SPARKFUN_THINGPLUS_RP2350.manifest": [], + "ports.rp2.boards.SPARKFUN_XRP_CONTROLLER.manifest": [], + "ports.rp2.boards.SPARKFUN_XRP_CONTROLLER_BETA.manifest": [], + "ports.rp2.boards.W5100S_EVB_PICO.manifest": [], + "ports.rp2.boards.W5500_EVB_PICO.manifest": [], + "ports.rp2.boards.WEACTSTUDIO.manifest": [], + "ports.rp2.boards.WEACTSTUDIO.modules.board": [ + { + "caller": "ports.rp2.boards.WEACTSTUDIO.modules.board.", + "callee": ".machine.Pin", + "lineno": 3, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.rp2.boards.WEACTSTUDIO.modules.board.", + "callee": ".machine.Pin", + "lineno": 4, + "resolution": "external_constructor_call" + } + ], + "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE.manifest": [], + "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE.modules.board": [], + "ports.rp2.modules.rp2": [ + { + "caller": "ports.rp2.modules.rp2.", + "callee": ".micropython.const", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.rp2.modules.rp2.", + "callee": ".micropython.const", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.rp2.modules.rp2.", + "callee": ".micropython.const", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.rp2.modules.rp2.", + "callee": ".micropython.const", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.rp2.modules.rp2.", + "callee": ".micropython.const", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.rp2.modules.rp2.", + "callee": ".micropython.const", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.rp2.modules.rp2.", + "callee": ".micropython.const", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.rp2.modules.rp2.", + "callee": ".micropython.const", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.rp2.modules.rp2.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.rp2.modules.rp2.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.rp2.modules.rp2.PIOASMEmit.__init__", + "callee": ".array.array", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.rp2.modules.rp2.PIOASMEmit.start_pass", + "callee": "ports.rp2.modules.rp2.PIOASMEmit.wrap", + "lineno": 68, + "resolution": "self_method_call" + }, + { + "caller": "ports.rp2.modules.rp2.PIOASMEmit.__getitem__", + "callee": "ports.rp2.modules.rp2.PIOASMEmit.delay", + "lineno": 81, + "resolution": "self_method_call" + }, + { + "caller": "ports.rp2.modules.rp2.PIOASMEmit.nop", + "callee": "ports.rp2.modules.rp2.PIOASMEmit.word", + "lineno": 128, + "resolution": "self_method_call" + }, + { + "caller": "ports.rp2.modules.rp2.PIOASMEmit.jmp", + "callee": "ports.rp2.modules.rp2.PIOASMEmit.word", + "lineno": 134, + "resolution": "self_method_call" + }, + { + "caller": "ports.rp2.modules.rp2.PIOASMEmit.wait", + "callee": "ports.rp2.modules.rp2.PIOASMEmit.word", + "lineno": 141, + "resolution": "self_method_call" + }, + { + "caller": "ports.rp2.modules.rp2.PIOASMEmit.in_", + "callee": "ports.rp2.modules.rp2.PIOASMEmit.word", + "lineno": 146, + "resolution": "self_method_call" + }, + { + "caller": "ports.rp2.modules.rp2.PIOASMEmit.out", + "callee": "ports.rp2.modules.rp2.PIOASMEmit.word", + "lineno": 153, + "resolution": "self_method_call" + }, + { + "caller": "ports.rp2.modules.rp2.PIOASMEmit.push", + "callee": "ports.rp2.modules.rp2.PIOASMEmit.word", + "lineno": 159, + "resolution": "self_method_call" + }, + { + "caller": "ports.rp2.modules.rp2.PIOASMEmit.pull", + "callee": "ports.rp2.modules.rp2.PIOASMEmit.word", + "lineno": 165, + "resolution": "self_method_call" + }, + { + "caller": "ports.rp2.modules.rp2.PIOASMEmit.mov", + "callee": "ports.rp2.modules.rp2.PIOASMEmit.word", + "lineno": 170, + "resolution": "self_method_call" + }, + { + "caller": "ports.rp2.modules.rp2.PIOASMEmit.irq", + "callee": "ports.rp2.modules.rp2.PIOASMEmit.word", + "lineno": 176, + "resolution": "self_method_call" + }, + { + "caller": "ports.rp2.modules.rp2.PIOASMEmit.set", + "callee": "ports.rp2.modules.rp2.PIOASMEmit.word", + "lineno": 179, + "resolution": "self_method_call" + }, + { + "caller": "ports.rp2.modules.rp2.asm_pio", + "callee": "ports.rp2.modules.rp2.PIOASMEmit.__init__", + "lineno": 245, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.rp2.modules.rp2.asm_pio.dec", + "callee": "ports.rp2.modules.rp2.PIOASMEmit.start_pass", + "lineno": 261, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.rp2.modules.rp2.asm_pio.dec", + "callee": "ports.rp2.modules.rp2.PIOASMEmit.start_pass", + "lineno": 264, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.rp2.modules.rp2.asm_pio_encode", + "callee": "ports.rp2.modules.rp2.PIOASMEmit.__init__", + "lineno": 277, + "resolution": "same_module_class_call" + } + ], + "ports.rp2.modules._boot": [], + "ports.rp2.modules._boot_fat": [], + "ports.samd.boards.make-pins": [ + { + "caller": "ports.samd.boards.make-pins.SamdPin.__init__", + "callee": ".collections.defaultdict", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.samd.boards.make-pins.", + "callee": "ports.samd.boards.make-pins.SamdPinGenerator.__init__", + "lineno": 95, + "resolution": "same_module_class_call" + } + ], + "ports.samd.boards.manifest": [], + "ports.samd.mcu.samd21.manifest": [], + "ports.samd.mcu.samd51.manifest": [], + "ports.samd.modules._boot": [], + "ports.stm32.make-stmconst": [ + { + "caller": "ports.stm32.make-stmconst.Lexer.next_match", + "callee": "ports.stm32.make-stmconst.convert_bytes_to_str", + "lineno": 97, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.make-stmconst.Lexer.next_match", + "callee": "ports.stm32.make-stmconst.re_match_first", + "lineno": 101, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.make-stmconst.Lexer.must_match", + "callee": "ports.stm32.make-stmconst.Lexer.next_match", + "lineno": 106, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.make-stmconst.Lexer.must_match", + "callee": "ports.stm32.make-stmconst.LexerError.__init__", + "lineno": 108, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.stm32.make-stmconst.parse_file", + "callee": "ports.stm32.make-stmconst.Lexer.__init__", + "lineno": 113, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.stm32.make-stmconst.parse_file", + "callee": "ports.stm32.make-stmconst.Lexer.next_match", + "lineno": 119, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.stm32.make-stmconst.parse_file", + "callee": ".list.append", + "lineno": 153, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.stm32.make-stmconst.parse_file", + "callee": "ports.stm32.make-stmconst.Lexer.must_match", + "lineno": 155, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.stm32.make-stmconst.parse_file", + "callee": "ports.stm32.make-stmconst.Lexer.next_match", + "lineno": 156, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.stm32.make-stmconst.parse_file", + "callee": ".list.append", + "lineno": 165, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.stm32.make-stmconst.parse_file", + "callee": ".list.append", + "lineno": 168, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.stm32.make-stmconst.parse_file", + "callee": "ports.stm32.make-stmconst.Lexer.next_match", + "lineno": 169, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.stm32.make-stmconst.parse_file", + "callee": "ports.stm32.make-stmconst.LexerError.__init__", + "lineno": 179, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.stm32.make-stmconst.print_periph", + "callee": "ports.stm32.make-stmconst.print_int_obj", + "lineno": 195, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.make-stmconst.print_regs", + "callee": "ports.stm32.make-stmconst.print_int_obj", + "lineno": 204, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.make-stmconst.main", + "callee": "ports.stm32.make-stmconst.parse_file", + "lineno": 283, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.make-stmconst.main", + "callee": "ports.stm32.make-stmconst.print_periph", + "lineno": 296, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.make-stmconst.main", + "callee": "ports.stm32.make-stmconst.print_regs", + "lineno": 329, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.make-stmconst.", + "callee": "ports.stm32.make-stmconst.main", + "lineno": 351, + "resolution": "direct_name_call" + } + ], + "ports.stm32.boards.make-pins": [ + { + "caller": "ports.stm32.boards.make-pins.", + "callee": ".collections.namedtuple", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.make-pins.Stm32Pin.add_af", + "callee": "ports.stm32.boards.make-pins.Stm32Pin.add_adc", + "lineno": 94, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.make-pins.Stm32Pin.add_af", + "callee": "ports.stm32.boards.make-pins.Stm32Pin.name", + "lineno": 112, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.make-pins.Stm32Pin.add_adc", + "callee": "ports.stm32.boards.make-pins.Stm32Pin.name", + "lineno": 144, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.make-pins.Stm32Pin.definition", + "callee": "ports.stm32.boards.make-pins.Stm32Pin.name", + "lineno": 176, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.make-pins.Stm32Pin.print_source", + "callee": "ports.stm32.boards.make-pins.Stm32Pin.name", + "lineno": 183, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.make-pins.Stm32PinGenerator.count_adc_pins", + "callee": ".collections.defaultdict", + "lineno": 244, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.make-pins.Stm32PinGenerator.print_adcs", + "callee": "ports.stm32.boards.make-pins.Stm32PinGenerator.count_adc_pins", + "lineno": 254, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.make-pins.Stm32PinGenerator.print_adc_externs", + "callee": "ports.stm32.boards.make-pins.Stm32PinGenerator.count_adc_pins", + "lineno": 276, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.make-pins.Stm32PinGenerator.print_source", + "callee": "ports.stm32.boards.make-pins.Stm32PinGenerator.print_adcs", + "lineno": 287, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.make-pins.Stm32PinGenerator.print_header", + "callee": "ports.stm32.boards.make-pins.Stm32PinGenerator.print_adc_externs", + "lineno": 296, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.make-pins.Stm32PinGenerator.print_af_defs", + "callee": ".collections.defaultdict", + "lineno": 335, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.make-pins.Stm32PinGenerator.generate_extra_files", + "callee": "ports.stm32.boards.make-pins.Stm32PinGenerator.print_af_const", + "lineno": 385, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.make-pins.Stm32PinGenerator.generate_extra_files", + "callee": "ports.stm32.boards.make-pins.Stm32PinGenerator.print_af_defs", + "lineno": 389, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.make-pins.", + "callee": "ports.stm32.boards.make-pins.Stm32PinGenerator.__init__", + "lineno": 393, + "resolution": "same_module_class_call" + } + ], + "ports.stm32.boards.manifest": [], + "ports.stm32.boards.manifest_pyboard": [], + "ports.stm32.boards.plli2svalues": [ + { + "caller": "ports.stm32.boards.plli2svalues.", + "callee": "ports.stm32.boards.plli2svalues.MCU.__init__", + "lineno": 17, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.stm32.boards.plli2svalues.", + "callee": "ports.stm32.boards.plli2svalues.MCU.__init__", + "lineno": 19, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.stm32.boards.plli2svalues.compute_plli2s_table", + "callee": ".collections.namedtuple", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.plli2svalues.compute_plli2s_table", + "callee": ".list.append", + "lineno": 90, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.stm32.boards.plli2svalues.compute_plli2s_table", + "callee": ".list.append", + "lineno": 104, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.stm32.boards.plli2svalues.main", + "callee": "ports.stm32.boards.plli2svalues.search_header", + "lineno": 180, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.plli2svalues.main", + "callee": "ports.stm32.boards.plli2svalues.search_header", + "lineno": 191, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.plli2svalues.main", + "callee": "ports.stm32.boards.plli2svalues.compute_plli2s_table", + "lineno": 208, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.plli2svalues.main", + "callee": "ports.stm32.boards.plli2svalues.generate_c_table", + "lineno": 210, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.plli2svalues.", + "callee": "ports.stm32.boards.plli2svalues.main", + "lineno": 214, + "resolution": "direct_name_call" + } + ], + "ports.stm32.boards.pllvalues": [ + { + "caller": "ports.stm32.boards.pllvalues.", + "callee": "ports.stm32.boards.pllvalues.MCU.__init__", + "lineno": 23, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.", + "callee": "ports.stm32.boards.pllvalues.MCU.__init__", + "lineno": 34, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.", + "callee": "ports.stm32.boards.pllvalues.MCU.__init__", + "lineno": 43, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.", + "callee": "ports.stm32.boards.pllvalues.MCU.__init__", + "lineno": 52, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.compute_pll", + "callee": "ports.stm32.boards.pllvalues.close_int", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.compute_pll", + "callee": "ports.stm32.boards.pllvalues.close_int", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.compute_pll2", + "callee": "ports.stm32.boards.pllvalues.close_int", + "lineno": 117, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.compute_pll2", + "callee": "ports.stm32.boards.pllvalues.close_int", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.verify_pll", + "callee": "ports.stm32.boards.pllvalues.compute_derived", + "lineno": 154, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.verify_pll", + "callee": "ports.stm32.boards.pllvalues.close_int", + "lineno": 157, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.verify_pll", + "callee": "ports.stm32.boards.pllvalues.close_int", + "lineno": 158, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.verify_pll", + "callee": "ports.stm32.boards.pllvalues.close_int", + "lineno": 159, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.verify_pll", + "callee": "ports.stm32.boards.pllvalues.close_int", + "lineno": 160, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.compute_pll_table", + "callee": "ports.stm32.boards.pllvalues.compute_pll2", + "lineno": 174, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.compute_pll_table", + "callee": "ports.stm32.boards.pllvalues.verify_pll", + "lineno": 176, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.compute_pll_table", + "callee": ".list.append", + "lineno": 177, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.generate_c_table", + "callee": "ports.stm32.boards.pllvalues.compute_derived", + "lineno": 210, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.print_table", + "callee": "ports.stm32.boards.pllvalues.compute_derived", + "lineno": 225, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.main", + "callee": "ports.stm32.boards.pllvalues.search_header_for_hsx_values", + "lineno": 279, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.main", + "callee": "ports.stm32.boards.pllvalues.compute_pll_table", + "lineno": 296, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.main", + "callee": "ports.stm32.boards.pllvalues.compute_pll_table", + "lineno": 298, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.main", + "callee": "ports.stm32.boards.pllvalues.generate_c_table", + "lineno": 304, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.main", + "callee": "ports.stm32.boards.pllvalues.generate_c_table", + "lineno": 309, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.main", + "callee": "ports.stm32.boards.pllvalues.print_table", + "lineno": 312, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.pllvalues.", + "callee": "ports.stm32.boards.pllvalues.main", + "lineno": 316, + "resolution": "direct_name_call" + } + ], + "ports.stm32.boards.ARDUINO_GIGA.manifest": [], + "ports.stm32.boards.ARDUINO_NICLA_VISION.manifest": [], + "ports.stm32.boards.ARDUINO_OPTA.manifest": [], + "ports.stm32.boards.ARDUINO_PORTENTA_H7.manifest": [], + "ports.stm32.boards.GARATRONIC_PYBSTICK26_F411.manifest": [], + "ports.stm32.boards.LEGO_HUB_NO6.appupdate": [ + { + "caller": "ports.stm32.boards.LEGO_HUB_NO6.appupdate.", + "callee": ".micropython.const", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.LEGO_HUB_NO6.appupdate.", + "callee": ".micropython.const", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.LEGO_HUB_NO6.appupdate.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.LEGO_HUB_NO6.appupdate.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.LEGO_HUB_NO6.appupdate.update_app", + "callee": "ports.stm32.boards.LEGO_HUB_NO6.appupdate._copy_file_to_raw_filesystem", + "lineno": 50, + "resolution": "direct_name_call" + } + ], + "ports.stm32.boards.LEGO_HUB_NO6.manifest": [], + "ports.stm32.boards.LEGO_HUB_NO7.manifest": [], + "ports.stm32.boards.NUCLEO_F429ZI.manifest": [], + "ports.stm32.boards.NUCLEO_F439ZI.manifest": [], + "ports.stm32.boards.NUCLEO_F746ZG.manifest": [], + "ports.stm32.boards.NUCLEO_F756ZG.manifest": [], + "ports.stm32.boards.NUCLEO_F767ZI.manifest": [], + "ports.stm32.boards.NUCLEO_H723ZG.manifest": [], + "ports.stm32.boards.NUCLEO_H743ZI.manifest": [], + "ports.stm32.boards.NUCLEO_WB55.rfcore_debug": [ + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": ".micropython.const", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipccdba", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_byte", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.ipcc_init", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 114, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.ipcc_init", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 115, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.ipcc_init", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.ipcc_init", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 126, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.ipcc_init", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.ipcc_init", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 128, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.ipcc_init", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 129, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.ipcc_init", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 130, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.ipcc_init", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 131, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.ipcc_init", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 134, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.ipcc_init", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 135, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.ipcc_init", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 136, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.ipcc_init", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 137, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.fus_active", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 148, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipccdba", + "lineno": 155, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info.dump_version", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 169, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info.dump_memory_size", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 176, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table", + "lineno": 182, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.fus_active", + "lineno": 183, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 186, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_byte", + "lineno": 187, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_byte", + "lineno": 188, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_byte", + "lineno": 189, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info.dump_version", + "lineno": 191, + "resolution": "nested_function_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info.dump_version", + "lineno": 193, + "resolution": "nested_function_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info.dump_memory_size", + "lineno": 195, + "resolution": "nested_function_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info.dump_version", + "lineno": 197, + "resolution": "nested_function_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info.dump_memory_size", + "lineno": 199, + "resolution": "nested_function_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 200, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 201, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 205, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 206, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 209, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info.dump_version", + "lineno": 214, + "resolution": "nested_function_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info.dump_version", + "lineno": 216, + "resolution": "nested_function_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info.dump_memory_size", + "lineno": 218, + "resolution": "nested_function_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 219, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info.dump_version", + "lineno": 221, + "resolution": "nested_function_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info.dump_memory_size", + "lineno": 223, + "resolution": "nested_function_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 224, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.get_ipcc_table_word", + "lineno": 225, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.sram2a_dump", + "lineno": 241, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.ipcc_init", + "lineno": 242, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.info", + "lineno": 243, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.dev_info", + "lineno": 244, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_debug.ipcc_state", + "lineno": 245, + "resolution": "direct_name_call" + } + ], + "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware": [ + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 91, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 107, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 120, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 121, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 124, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 125, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 131, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 134, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 137, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 140, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 143, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 144, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 147, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 148, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 153, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 156, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 157, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 162, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 164, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 166, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 168, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 170, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 172, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 174, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 176, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 178, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 180, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 183, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 185, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 198, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.", + "callee": ".micropython.const", + "lineno": 199, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.unlock", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 224, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.erase_page", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.wait_not_busy", + "lineno": 231, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.erase_page", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.wait_not_busy", + "lineno": 235, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.write", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.wait_not_busy", + "lineno": 240, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.write", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.wait_not_busy", + "lineno": 249, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.write", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.wait_not_busy", + "lineno": 252, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.validate_crc", + "callee": ".binascii.crc32", + "lineno": 265, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.validate_crc", + "callee": ".binascii.crc32", + "lineno": 267, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.check_file_details", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.validate_crc", + "lineno": 276, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._copy_file_to_flash", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.", + "lineno": 310, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._copy_file_to_flash", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.unlock", + "lineno": 311, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._copy_file_to_flash", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_target_addr", + "lineno": 313, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._copy_file_to_flash", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.check_file_details", + "lineno": 322, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._copy_file_to_flash", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 327, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._copy_file_to_flash", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.erase_page", + "lineno": 334, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._copy_file_to_flash", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.write", + "lineno": 346, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._copy_file_to_flash", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_target_addr", + "lineno": 350, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._copy_file_to_flash", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._Flash.lock", + "lineno": 353, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._run_sys_hci_cmd", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._parse_vendor_response", + "lineno": 367, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.fus_get_state", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._run_sys_hci_cmd", + "lineno": 379, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.fus_is_idle", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.fus_get_state", + "lineno": 383, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.fus_start_ws", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._run_sys_hci_cmd", + "lineno": 387, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._fus_fwdelete", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._run_sys_hci_cmd", + "lineno": 391, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._fus_run_fwupgrade", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._read_target_addr", + "lineno": 396, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._fus_run_fwupgrade", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 398, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._fus_run_fwupgrade", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 401, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._fus_run_fwupgrade", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._run_sys_hci_cmd", + "lineno": 402, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_failure_state", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_state", + "lineno": 429, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._stat_and_start_copy", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 446, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._stat_and_start_copy", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 449, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._stat_and_start_copy", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 453, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._stat_and_start_copy", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_state", + "lineno": 454, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._stat_and_start_copy", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._fus_fwdelete", + "lineno": 455, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._stat_and_start_copy", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 457, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._stat_and_start_copy", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_state", + "lineno": 459, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._stat_and_start_copy", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._copy_file_to_flash", + "lineno": 460, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._stat_and_start_copy", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 461, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._stat_and_start_copy", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_state", + "lineno": 463, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 473, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_failure_state", + "lineno": 476, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._read_state", + "lineno": 479, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 482, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 486, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._read_failure_reason", + "lineno": 487, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 491, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.fus_get_state", + "lineno": 492, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 493, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_failure_state", + "lineno": 496, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 498, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 500, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_state", + "lineno": 501, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 506, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_state", + "lineno": 507, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 511, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.fus_start_ws", + "lineno": 512, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 514, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 515, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_failure_state", + "lineno": 516, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 520, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 522, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 524, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._stat_and_start_copy", + "lineno": 525, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 528, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._stat_and_start_copy", + "lineno": 529, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 532, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._stat_and_start_copy", + "lineno": 535, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 542, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 545, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_state", + "lineno": 550, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 556, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_failure_state", + "lineno": 557, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.fus_is_idle", + "lineno": 562, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 563, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_state", + "lineno": 564, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._fus_run_fwupgrade", + "lineno": 565, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 567, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_failure_state", + "lineno": 568, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 574, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.fus_get_state", + "lineno": 575, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 576, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 579, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 583, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 585, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_state", + "lineno": 586, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 590, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_failure_state", + "lineno": 592, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_failure_state", + "lineno": 594, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 600, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.fus_get_state", + "lineno": 601, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 602, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 605, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_state", + "lineno": 606, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 608, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_failure_state", + "lineno": 609, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 611, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_failure_state", + "lineno": 612, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.fus_is_idle", + "lineno": 616, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 617, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_state", + "lineno": 618, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._fus_run_fwupgrade", + "lineno": 619, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 621, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_failure_state", + "lineno": 622, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 626, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.fus_get_state", + "lineno": 627, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 628, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 631, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 634, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 636, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_state", + "lineno": 637, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 648, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_failure_state", + "lineno": 651, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.resume", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_failure_state", + "lineno": 653, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.check_for_updates", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.check_file_details", + "lineno": 690, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.check_for_updates", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.check_file_details", + "lineno": 698, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.check_for_updates", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 705, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.check_for_updates", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 707, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.check_for_updates", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 708, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.check_for_updates", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.log", + "lineno": 709, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware.check_for_updates", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware._write_state", + "lineno": 710, + "resolution": "direct_name_call" + } + ], + "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware": [ + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware.get_details", + "callee": ".list.lower", + "lineno": 63, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware.main", + "callee": ".dict.items", + "lineno": 87, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware.main", + "callee": ".binascii.crc32", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware.main", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware.get_details", + "lineno": 108, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware.main", + "callee": ".binascii.crc32", + "lineno": 124, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware.main", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware.check_file_details", + "lineno": 132, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware.check_file_details", + "callee": ".rfcore_firmware.validate_crc", + "lineno": 138, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware.", + "callee": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware.main", + "lineno": 182, + "resolution": "direct_name_call" + } + ], + "ports.stm32.boards.NUCLEO_WL55.manifest": [], + "ports.stm32.boards.OLIMEX_E407.manifest": [], + "ports.stm32.boards.OPENMV_N6.manifest": [], + "ports.stm32.boards.PYBD_SF2.manifest": [], + "ports.stm32.boards.PYBV10.manifest": [], + "ports.stm32.boards.STM32F4DISC.staccel": [ + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.", + "callee": ".micropython.const", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.", + "callee": ".micropython.const", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.", + "callee": ".micropython.const", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.", + "callee": ".micropython.const", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.", + "callee": ".micropython.const", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.", + "callee": ".micropython.const", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.", + "callee": ".micropython.const", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.", + "callee": ".micropython.const", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.", + "callee": ".micropython.const", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.", + "callee": ".micropython.const", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.", + "callee": ".micropython.const", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.", + "callee": ".micropython.const", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.__init__", + "callee": ".pyb.Pin", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.__init__", + "callee": ".pyb.SPI", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.__init__", + "callee": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.read_id", + "lineno": 48, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.__init__", + "callee": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.write_bytes", + "lineno": 51, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.__init__", + "callee": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.write_bytes", + "lineno": 54, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.__init__", + "callee": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.write_bytes", + "lineno": 55, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.read_id", + "callee": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.read_bytes", + "lineno": 87, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.x", + "callee": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.convert_raw_to_g", + "lineno": 90, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.x", + "callee": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.read_bytes", + "lineno": 90, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.y", + "callee": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.convert_raw_to_g", + "lineno": 93, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.y", + "callee": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.read_bytes", + "lineno": 93, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.z", + "callee": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.convert_raw_to_g", + "lineno": 96, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.z", + "callee": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.read_bytes", + "lineno": 96, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.xyz", + "callee": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.x", + "lineno": 99, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.xyz", + "callee": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.y", + "lineno": 99, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.xyz", + "callee": "ports.stm32.boards.STM32F4DISC.staccel.STAccel.z", + "lineno": 99, + "resolution": "self_method_call" + } + ], + "ports.stm32.boards.STM32F769DISC.manifest": [], + "ports.stm32.boards.STM32F7DISC.manifest": [], + "ports.stm32.boards.STM32H573I_DK.manifest": [], + "ports.stm32.boards.STM32H747I_DISCO.manifest": [], + "ports.stm32.boards.VCC_GND_F407ZG.manifest": [], + "ports.stm32.boards.WEACTSTUDIO_MINI_STM32H743.manifest": [], + "ports.stm32.mboot.fwupdate": [ + { + "caller": "ports.stm32.mboot.fwupdate.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.dfu_read", + "callee": ".binascii.crc32", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.dfu_read", + "callee": ".binascii.crc32", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.dfu_read", + "callee": ".binascii.crc32", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.dfu_read", + "callee": ".binascii.crc32", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.dfu_read", + "callee": ".list.append", + "lineno": 67, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.dfu_read", + "callee": ".binascii.crc32", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.Flash.erase_sector", + "callee": "ports.stm32.mboot.fwupdate.Flash.wait_not_busy", + "lineno": 158, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.Flash.erase_sector", + "callee": "ports.stm32.mboot.fwupdate.Flash.wait_not_busy", + "lineno": 161, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.Flash.write", + "callee": "ports.stm32.mboot.fwupdate.Flash.wait_not_busy", + "lineno": 170, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.Flash.write", + "callee": "ports.stm32.mboot.fwupdate.Flash.wait_not_busy", + "lineno": 179, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.update_mboot", + "callee": "ports.stm32.mboot.fwupdate.dfu_read", + "lineno": 186, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.update_mboot", + "callee": "ports.stm32.mboot.fwupdate.check_mem_contains", + "lineno": 197, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.update_mboot", + "callee": "ports.stm32.mboot.fwupdate.Flash.__init__", + "lineno": 205, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.update_mboot", + "callee": "ports.stm32.mboot.fwupdate.Flash.unlock", + "lineno": 207, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.update_mboot", + "callee": "ports.stm32.mboot.fwupdate.Flash.erase_sector", + "lineno": 208, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.update_mboot", + "callee": "ports.stm32.mboot.fwupdate.Flash.erase_sector", + "lineno": 210, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.update_mboot", + "callee": "ports.stm32.mboot.fwupdate.Flash.write", + "lineno": 211, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.update_mboot", + "callee": "ports.stm32.mboot.fwupdate.Flash.lock", + "lineno": 212, + "resolution": "local_typed_method_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.update_mboot", + "callee": "ports.stm32.mboot.fwupdate.check_mem_contains", + "lineno": 217, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.update_app_elements", + "callee": "ports.stm32.mboot.fwupdate._create_element", + "lineno": 259, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.update_app_elements", + "callee": "ports.stm32.mboot.fwupdate._create_element", + "lineno": 265, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.update_app_elements", + "callee": "ports.stm32.mboot.fwupdate._create_element", + "lineno": 269, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.update_app_elements", + "callee": "ports.stm32.mboot.fwupdate._create_element", + "lineno": 275, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.update_app_elements", + "callee": "ports.stm32.mboot.fwupdate._create_element", + "lineno": 276, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.update_mpy", + "callee": "ports.stm32.mboot.fwupdate.update_app_elements", + "lineno": 281, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.get_mboot_version", + "callee": ".str.startswith", + "lineno": 299, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.stm32.mboot.fwupdate.get_mboot_version", + "callee": ".str.split", + "lineno": 303, + "resolution": "local_builtin_method_call" + } + ], + "ports.stm32.mboot.mboot": [ + { + "caller": "ports.stm32.mboot.mboot.Bootloader.wait_empty_response", + "callee": "ports.stm32.mboot.mboot.Bootloader.wait_response", + "lineno": 53, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot.Bootloader.echo", + "callee": "ports.stm32.mboot.mboot.Bootloader.wait_response", + "lineno": 61, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot.Bootloader.getid", + "callee": "ports.stm32.mboot.mboot.Bootloader.wait_response", + "lineno": 65, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot.Bootloader.getlayout", + "callee": "ports.stm32.mboot.mboot.Bootloader.wait_response", + "lineno": 76, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot.Bootloader.getlayout", + "callee": ".list.append", + "lineno": 87, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot.Bootloader.pageerase", + "callee": "ports.stm32.mboot.mboot.Bootloader.wait_empty_response", + "lineno": 93, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot.Bootloader.setrdaddr", + "callee": "ports.stm32.mboot.mboot.Bootloader.wait_empty_response", + "lineno": 97, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot.Bootloader.setwraddr", + "callee": "ports.stm32.mboot.mboot.Bootloader.wait_empty_response", + "lineno": 101, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot.Bootloader.read", + "callee": "ports.stm32.mboot.mboot.Bootloader.wait_response", + "lineno": 105, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot.Bootloader.write", + "callee": "ports.stm32.mboot.mboot.Bootloader.wait_empty_response", + "lineno": 109, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot.Bootloader.calchash", + "callee": "ports.stm32.mboot.mboot.Bootloader.wait_response", + "lineno": 113, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot.Bootloader.markvalid", + "callee": "ports.stm32.mboot.mboot.Bootloader.wait_empty_response", + "lineno": 117, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot.Bootloader.deployfile", + "callee": "ports.stm32.mboot.mboot.Bootloader.getlayout", + "lineno": 120, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot.Bootloader.deployfile", + "callee": "ports.stm32.mboot.mboot.Bootloader.setwraddr", + "lineno": 124, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot.Bootloader.deployfile", + "callee": "ports.stm32.mboot.mboot.Bootloader.pageerase", + "lineno": 145, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot.Bootloader.deployfile", + "callee": "ports.stm32.mboot.mboot.Bootloader.write", + "lineno": 152, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot.Bootloader.deployfile", + "callee": "ports.stm32.mboot.mboot.Bootloader.setrdaddr", + "lineno": 173, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot.Bootloader.deployfile", + "callee": "ports.stm32.mboot.mboot.Bootloader.calchash", + "lineno": 174, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot.Bootloader.deployfile", + "callee": "ports.stm32.mboot.mboot.Bootloader.markvalid", + "lineno": 179, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot.Bootloader.deployfile", + "callee": "ports.stm32.mboot.mboot.Bootloader.reset", + "lineno": 181, + "resolution": "self_method_call" + } + ], + "ports.stm32.mboot.mboot_pack_dfu": [ + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.Keys.save", + "callee": "ports.stm32.mboot.mboot_pack_dfu.Keys._save_data", + "lineno": 83, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.Keys.save", + "callee": "ports.stm32.mboot.mboot_pack_dfu.Keys._save_data", + "lineno": 84, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.Keys.save", + "callee": "ports.stm32.mboot.mboot_pack_dfu.Keys._save_data", + "lineno": 85, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.Keys.load", + "callee": "ports.stm32.mboot.mboot_pack_dfu.Keys._load_data", + "lineno": 96, + "resolution": "self_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.dfu_read", + "callee": ".list.append", + "lineno": 117, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.pack_chunk", + "callee": "ports.stm32.mboot.mboot_pack_dfu.sign", + "lineno": 153, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.pack_dfu", + "callee": "ports.stm32.mboot.mboot_pack_dfu.dfu_read", + "lineno": 175, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.pack_dfu", + "callee": "ports.stm32.mboot.mboot_pack_dfu.data_chunks", + "lineno": 191, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.pack_dfu", + "callee": "ports.stm32.mboot.mboot_pack_dfu.compress", + "lineno": 194, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.pack_dfu", + "callee": "ports.stm32.mboot.mboot_pack_dfu.encrypt", + "lineno": 195, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.pack_dfu", + "callee": "ports.stm32.mboot.mboot_pack_dfu.pack_chunk", + "lineno": 196, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.pack_dfu", + "callee": ".list.append", + "lineno": 202, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.pack_dfu", + "callee": "ports.stm32.mboot.mboot_pack_dfu.sign", + "lineno": 206, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.pack_dfu", + "callee": "ports.stm32.mboot.mboot_pack_dfu.pack_chunk", + "lineno": 208, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.pack_dfu", + "callee": ".list.append", + "lineno": 211, + "resolution": "local_builtin_method_call" + }, + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.pack_dfu", + "callee": "ports.stm32.mboot.mboot_pack_dfu.verify_pack_dfu", + "lineno": 217, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.verify_pack_dfu", + "callee": "ports.stm32.mboot.mboot_pack_dfu.dfu_read", + "lineno": 223, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.unpack_dfu", + "callee": "ports.stm32.mboot.mboot_pack_dfu.verify_pack_dfu", + "lineno": 262, + "resolution": "direct_name_call" + }, + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.main", + "callee": "ports.stm32.mboot.mboot_pack_dfu.Keys.__init__", + "lineno": 288, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.stm32.mboot.mboot_pack_dfu.", + "callee": "ports.stm32.mboot.mboot_pack_dfu.main", + "lineno": 293, + "resolution": "direct_name_call" + } + ], + "ports.unix.variants.manifest": [], + "ports.unix.variants.coverage.manifest": [], + "ports.unix.variants.coverage.frzmpy.frzmpy1": [], + "ports.unix.variants.coverage.frzmpy.frzmpy2": [], + "ports.unix.variants.coverage.frzmpy.frzmpy3": [], + "ports.unix.variants.coverage.frzmpy.frzmpy4": [ + { + "caller": "ports.unix.variants.coverage.frzmpy.frzmpy4.", + "callee": "ports.unix.variants.coverage.frzmpy.frzmpy4.f", + "lineno": 8, + "resolution": "direct_name_call" + }, + { + "caller": "ports.unix.variants.coverage.frzmpy.frzmpy4.", + "callee": "ports.unix.variants.coverage.frzmpy.frzmpy4.g", + "lineno": 16, + "resolution": "direct_name_call" + } + ], + "ports.unix.variants.coverage.frzmpy.frzqstr": [], + "ports.unix.variants.coverage.frzmpy.frzmpy_pkg1": [], + "ports.unix.variants.coverage.frzmpy.frzmpy_pkg2.mod": [], + "ports.unix.variants.coverage.frzstr.frzstr1": [], + "ports.unix.variants.coverage.frzstr.frzstr_pkg1": [], + "ports.unix.variants.coverage.frzstr.frzstr_pkg2.mod": [], + "ports.unix.variants.standard.manifest": [], + "ports.webassembly.asyncio.core": [ + { + "caller": "ports.webassembly.asyncio.core.sleep_ms", + "callee": "ports.webassembly.asyncio.core.SingletonGenerator.__init__", + "lineno": 52, + "resolution": "same_module_class_call" + }, + { + "caller": "ports.webassembly.asyncio.core.sleep_ms", + "callee": ".time.ticks_add", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.webassembly.asyncio.core.sleep", + "callee": "ports.webassembly.asyncio.core.sleep_ms", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "ports.webassembly.asyncio.core._promote_to_task", + "callee": "ports.webassembly.asyncio.core.create_task", + "lineno": 120, + "resolution": "direct_name_call" + }, + { + "caller": "ports.webassembly.asyncio.core._run_iter", + "callee": ".time.ticks_diff", + "lineno": 139, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.webassembly.asyncio.core._run_iter", + "callee": "ports.webassembly.asyncio.core._schedule_run_iter", + "lineno": 148, + "resolution": "direct_name_call" + }, + { + "caller": "ports.webassembly.asyncio.core.create_task", + "callee": "._asyncio.Task", + "lineno": 212, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.webassembly.asyncio.core.", + "callee": "._asyncio.Task", + "lineno": 218, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.webassembly.asyncio.core.Loop.create_task", + "callee": "ports.webassembly.asyncio.core.create_task", + "lineno": 231, + "resolution": "direct_name_call" + }, + { + "caller": "ports.webassembly.asyncio.core.new_event_loop", + "callee": "._asyncio.TaskQueue", + "lineno": 262, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.webassembly.asyncio.core.", + "callee": "ports.webassembly.asyncio.core.new_event_loop", + "lineno": 267, + "resolution": "direct_name_call" + } + ], + "ports.webassembly.asyncio": [], + "ports.webassembly.variants.manifest": [], + "ports.webassembly.variants.pyscript.manifest": [], + "ports.windows.variants.manifest": [], + "ports.windows.variants.dev.manifest": [], + "ports.zephyr.boards.manifest": [], + "ports.zephyr.boards.bflb.manifest": [], + "ports.zephyr.boards.mimxrt1020_evk.manifest": [], + "ports.zephyr.boards.xiao_ble_nrf52840_sense.manifest": [], + "ports.zephyr.modules._boot": [ + { + "caller": "ports.zephyr.modules._boot.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.zephyr.modules._boot.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.zephyr.modules._boot.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "ports.zephyr.modules._boot.", + "callee": "ports.zephyr.modules._boot.mount_all_filesystems", + "lineno": 104, + "resolution": "direct_name_call" + }, + { + "caller": "ports.zephyr.modules._boot.", + "callee": "ports.zephyr.modules._boot.mount_filesystem_flash", + "lineno": 106, + "resolution": "direct_name_call" + }, + { + "caller": "ports.zephyr.modules._boot.", + "callee": "ports.zephyr.modules._boot.create_flash_partition", + "lineno": 108, + "resolution": "direct_name_call" + }, + { + "caller": "ports.zephyr.modules._boot.", + "callee": "ports.zephyr.modules._boot.mount_all_disks", + "lineno": 113, + "resolution": "direct_name_call" + } + ], + "py.makecompresseddata": [ + { + "caller": "py.makecompresseddata.space_compression", + "callee": "py.makecompresseddata.check_non_ascii", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "py.makecompresseddata.word_compression", + "callee": "py.makecompresseddata.check_non_ascii", + "lineno": 47, + "resolution": "direct_name_call" + }, + { + "caller": "py.makecompresseddata.word_compression", + "callee": ".str.strip", + "lineno": 74, + "resolution": "local_builtin_method_call" + }, + { + "caller": "py.makecompresseddata.ngram_compression", + "callee": "py.makecompresseddata.check_non_ascii", + "lineno": 114, + "resolution": "direct_name_call" + }, + { + "caller": "py.makecompresseddata.ngram_compression", + "callee": ".str.strip", + "lineno": 139, + "resolution": "local_builtin_method_call" + }, + { + "caller": "py.makecompresseddata.main", + "callee": "py.makecompresseddata.main.unescape", + "lineno": 182, + "resolution": "nested_function_call" + }, + { + "caller": "py.makecompresseddata.", + "callee": "py.makecompresseddata.main", + "lineno": 203, + "resolution": "direct_name_call" + } + ], + "py.makemoduledefs": [ + { + "caller": "py.makemoduledefs.main", + "callee": "py.makemoduledefs.find_module_registrations", + "lineno": 133, + "resolution": "direct_name_call" + }, + { + "caller": "py.makemoduledefs.main", + "callee": "py.makemoduledefs.generate_module_table_header", + "lineno": 134, + "resolution": "direct_name_call" + }, + { + "caller": "py.makemoduledefs.main", + "callee": "py.makemoduledefs.generate_module_delegations", + "lineno": 135, + "resolution": "direct_name_call" + }, + { + "caller": "py.makemoduledefs.", + "callee": "py.makemoduledefs.main", + "lineno": 139, + "resolution": "direct_name_call" + } + ], + "py.makeqstrdata": [ + { + "caller": "py.makeqstrdata.parse_input_headers", + "callee": "py.makeqstrdata.qstr_escape", + "lineno": 392, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeqstrdata.make_bytes", + "callee": "py.makeqstrdata.compute_hash", + "lineno": 421, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeqstrdata.make_bytes", + "callee": "py.makeqstrdata.escape_bytes", + "lineno": 425, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeqstrdata.print_qstr_data", + "callee": "py.makeqstrdata.make_bytes", + "lineno": 443, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeqstrdata.print_qstr_data", + "callee": "py.makeqstrdata.qstr_escape", + "lineno": 444, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeqstrdata.print_qstr_data", + "callee": "py.makeqstrdata.make_bytes", + "lineno": 449, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeqstrdata.do_work", + "callee": "py.makeqstrdata.parse_input_headers", + "lineno": 455, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeqstrdata.do_work", + "callee": "py.makeqstrdata.print_qstr_data", + "lineno": 456, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeqstrdata.", + "callee": "py.makeqstrdata.do_work", + "lineno": 460, + "resolution": "direct_name_call" + } + ], + "py.makeqstrdefs": [ + { + "caller": "py.makeqstrdefs.preprocess", + "callee": "py.makeqstrdefs.is_cxx_source", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeqstrdefs.preprocess", + "callee": ".list.append", + "lineno": 52, + "resolution": "local_builtin_method_call" + }, + { + "caller": "py.makeqstrdefs.preprocess", + "callee": "py.makeqstrdefs.is_c_source", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeqstrdefs.preprocess", + "callee": ".list.append", + "lineno": 54, + "resolution": "local_builtin_method_call" + }, + { + "caller": "py.makeqstrdefs.preprocess", + "callee": "py.makeqstrdefs.preprocess.pp", + "lineno": 81, + "resolution": "nested_function_call" + }, + { + "caller": "py.makeqstrdefs.process_file", + "callee": "py.makeqstrdefs.is_c_source", + "lineno": 114, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeqstrdefs.process_file", + "callee": "py.makeqstrdefs.is_cxx_source", + "lineno": 114, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeqstrdefs.process_file", + "callee": "py.makeqstrdefs.write_out", + "lineno": 117, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeqstrdefs.process_file", + "callee": ".list.append", + "lineno": 124, + "resolution": "local_builtin_method_call" + }, + { + "caller": "py.makeqstrdefs.process_file", + "callee": ".list.append", + "lineno": 126, + "resolution": "local_builtin_method_call" + }, + { + "caller": "py.makeqstrdefs.process_file", + "callee": "py.makeqstrdefs.write_out", + "lineno": 129, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeqstrdefs.cat_together", + "callee": ".list.sort", + "lineno": 143, + "resolution": "local_builtin_method_call" + }, + { + "caller": "py.makeqstrdefs.", + "callee": ".dict.items", + "lineno": 207, + "resolution": "local_builtin_method_call" + }, + { + "caller": "py.makeqstrdefs.", + "callee": "py.makeqstrdefs.preprocess", + "lineno": 211, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeqstrdefs.", + "callee": "py.makeqstrdefs.process_file", + "lineno": 234, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeqstrdefs.", + "callee": "py.makeqstrdefs.cat_together", + "lineno": 237, + "resolution": "direct_name_call" + } + ], + "py.makeversionhdr": [ + { + "caller": "py.makeversionhdr.make_version_header", + "callee": "py.makeversionhdr.get_version_info_from_git", + "lineno": 104, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeversionhdr.make_version_header", + "callee": "py.makeversionhdr.get_hash_from_git", + "lineno": 105, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeversionhdr.make_version_header", + "callee": "py.makeversionhdr.get_version_info_from_mpconfig", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeversionhdr.main", + "callee": "py.makeversionhdr.make_version_header", + "lineno": 160, + "resolution": "direct_name_call" + }, + { + "caller": "py.makeversionhdr.", + "callee": "py.makeversionhdr.main", + "lineno": 164, + "resolution": "direct_name_call" + } + ], + "py.make_root_pointers": [ + { + "caller": "py.make_root_pointers.main", + "callee": "py.make_root_pointers.find_root_pointer_registrations", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "py.make_root_pointers.main", + "callee": "py.make_root_pointers.generate_root_pointer_header", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "py.make_root_pointers.", + "callee": "py.make_root_pointers.main", + "lineno": 53, + "resolution": "direct_name_call" + } + ], + "shared.memzip.make-memzip": [ + { + "caller": "shared.memzip.make-memzip.main", + "callee": "shared.memzip.make-memzip.create_zip", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "shared.memzip.make-memzip.main", + "callee": "shared.memzip.make-memzip.create_c_from_file", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "shared.memzip.make-memzip.", + "callee": "shared.memzip.make-memzip.main", + "lineno": 79, + "resolution": "direct_name_call" + } + ], + "tests.run-internalbench": [ + { + "caller": "tests.run-internalbench.run_tests", + "callee": "tests.run-internalbench.execbench", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-internalbench.main", + "callee": ".test_utils.get_test_instance", + "lineno": 139, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-internalbench.main", + "callee": ".glob.glob", + "lineno": 153, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-internalbench.main", + "callee": ".collections.defaultdict", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-internalbench.main", + "callee": "tests.run-internalbench.run_tests", + "lineno": 167, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-internalbench.", + "callee": "tests.run-internalbench.main", + "lineno": 172, + "resolution": "direct_name_call" + } + ], + "tests.run-multitests": [ + { + "caller": "tests.run-multitests.PyInstance.run_file", + "callee": "tests.run-multitests.PyInstance.prepare_script_from_file", + "lineno": 160, + "resolution": "self_method_call" + }, + { + "caller": "tests.run-multitests.PyInstance.start_file", + "callee": "tests.run-multitests.PyInstance.prepare_script_from_file", + "lineno": 163, + "resolution": "self_method_call" + }, + { + "caller": "tests.run-multitests.PyInstanceSubProcess.run_script", + "callee": "tests.run-multitests.decode", + "lineno": 201, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-multitests.PyInstanceSubProcess.readline", + "callee": "tests.run-multitests.decode", + "lineno": 228, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-multitests.PyInstanceSubProcess.wait_finished", + "callee": "tests.run-multitests.decode", + "lineno": 240, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-multitests.PyInstancePyboard.run_script", + "callee": "tests.run-multitests.decode", + "lineno": 266, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-multitests.PyInstancePyboard.readline", + "callee": "tests.run-multitests.decode", + "lineno": 286, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-multitests.PyInstancePyboard.readline", + "callee": "tests.run-multitests.decode", + "lineno": 292, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-multitests.PyInstancePyboard.wait_finished", + "callee": "tests.run-multitests.decode", + "lineno": 304, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-multitests.PyInstancePyboard.wait_finished", + "callee": "tests.run-multitests.decode", + "lineno": 304, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-multitests.prepare_test_file_list", + "callee": ".list.append", + "lineno": 316, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-multitests.run_test_on_instances", + "callee": "tests.run-multitests.get_host_ip", + "lineno": 342, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-multitests.run_test_on_instances", + "callee": ".str.format", + "lineno": 349, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-multitests.run_test_on_instances", + "callee": "tests.run-multitests.trace_instance_output", + "lineno": 366, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-multitests.run_test_on_instances", + "callee": "tests.run-multitests.trace_instance_output", + "lineno": 377, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-multitests.run_test_on_instances", + "callee": "tests.run-multitests.trace_instance_output", + "lineno": 404, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-multitests.run_test_on_instances", + "callee": "tests.run-multitests.wait_for_reboot", + "lineno": 408, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-multitests.run_test_on_instances", + "callee": ".str.format", + "lineno": 416, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-multitests.run_test_on_instances", + "callee": ".list.append", + "lineno": 425, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-multitests.run_test_on_instances", + "callee": "tests.run-multitests.trace_instance_output", + "lineno": 429, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-multitests.run_tests", + "callee": "tests.run-multitests.run_test_on_instances", + "lineno": 508, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-multitests.run_tests", + "callee": "tests.run-multitests.run_test_on_instances", + "lineno": 520, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-multitests.run_tests", + "callee": ".list.append", + "lineno": 534, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-multitests.run_tests", + "callee": ".list.append", + "lineno": 537, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-multitests.run_tests", + "callee": ".list.append", + "lineno": 540, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-multitests.run_tests", + "callee": "tests.run-multitests.print_diff", + "lineno": 547, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-multitests.main", + "callee": ".test_utils.base_path", + "lineno": 594, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-multitests.main", + "callee": "tests.run-multitests.prepare_test_file_list", + "lineno": 603, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-multitests.main", + "callee": "tests.run-multitests.PyInstanceSubProcess.__init__", + "lineno": 606, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.run-multitests.main", + "callee": ".list.append", + "lineno": 615, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-multitests.main", + "callee": "tests.run-multitests.PyInstanceSubProcess.__init__", + "lineno": 615, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.run-multitests.main", + "callee": ".list.append", + "lineno": 617, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-multitests.main", + "callee": "tests.run-multitests.PyInstanceSubProcess.__init__", + "lineno": 617, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.run-multitests.main", + "callee": ".list.append", + "lineno": 619, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-multitests.main", + "callee": "tests.run-multitests.PyInstanceSubProcess.__init__", + "lineno": 619, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.run-multitests.main", + "callee": ".test_utils.convert_device_shortcut_to_real_device", + "lineno": 624, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-multitests.main", + "callee": ".list.append", + "lineno": 625, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-multitests.main", + "callee": "tests.run-multitests.PyInstancePyboard.__init__", + "lineno": 625, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.run-multitests.main", + "callee": ".list.append", + "lineno": 628, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-multitests.main", + "callee": "tests.run-multitests.PyInstanceSubProcess.__init__", + "lineno": 628, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.run-multitests.main", + "callee": "tests.run-multitests.run_tests", + "lineno": 637, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-multitests.main", + "callee": ".test_utils.create_test_report", + "lineno": 638, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-multitests.", + "callee": "tests.run-multitests.main", + "lineno": 651, + "resolution": "direct_name_call" + } + ], + "tests.run-natmodtests": [ + { + "caller": "tests.run-natmodtests.run_tests", + "callee": ".dict.items", + "lineno": 150, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-natmodtests.run_tests", + "callee": ".list.append", + "lineno": 169, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-natmodtests.run_tests", + "callee": ".str.format", + "lineno": 172, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-natmodtests.run_tests", + "callee": ".list.append", + "lineno": 216, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-natmodtests.run_tests", + "callee": ".list.append", + "lineno": 218, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-natmodtests.run_tests", + "callee": ".list.append", + "lineno": 220, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-natmodtests.run_tests", + "callee": ".list.append", + "lineno": 222, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-natmodtests.main", + "callee": ".test_utils.base_path", + "lineno": 261, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-natmodtests.main", + "callee": ".str.replace", + "lineno": 271, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-natmodtests.main", + "callee": "tests.run-natmodtests.TargetSubprocess.__init__", + "lineno": 273, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.run-natmodtests.main", + "callee": ".test_utils.get_test_instance", + "lineno": 275, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-natmodtests.main", + "callee": "tests.run-natmodtests.TargetSubprocess.__init__", + "lineno": 278, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.run-natmodtests.main", + "callee": "tests.run-natmodtests.TargetPyboard.__init__", + "lineno": 281, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.run-natmodtests.main", + "callee": "tests.run-natmodtests.detect_architecture", + "lineno": 287, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-natmodtests.main", + "callee": ".dict.get", + "lineno": 291, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-natmodtests.main", + "callee": "tests.run-natmodtests.run_tests", + "lineno": 298, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-natmodtests.main", + "callee": ".test_utils.create_test_report", + "lineno": 299, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-natmodtests.main", + "callee": "tests.run-natmodtests.TargetPyboard.close", + "lineno": 301, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.run-natmodtests.main", + "callee": "tests.run-natmodtests.TargetSubprocess.close", + "lineno": 302, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.run-natmodtests.", + "callee": "tests.run-natmodtests.main", + "lineno": 309, + "resolution": "direct_name_call" + } + ], + "tests.run-perfbench": [ + { + "caller": "tests.run-perfbench.run_feature_test", + "callee": "tests.run-perfbench.run_script_on_target", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-perfbench.run_benchmark_on_target", + "callee": "tests.run-perfbench.run_script_on_target", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-perfbench.run_benchmarks", + "callee": "tests.run-perfbench.run_feature_test", + "lineno": 97, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-perfbench.run_benchmarks", + "callee": "tests.run-perfbench.run_feature_test", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-perfbench.run_benchmarks", + "callee": ".list.append", + "lineno": 110, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-perfbench.run_benchmarks", + "callee": ".test_utils.prepare_script_for_target", + "lineno": 129, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-perfbench.run_benchmarks", + "callee": ".list.append", + "lineno": 131, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-perfbench.run_benchmarks", + "callee": "tests.run-perfbench.run_benchmark_on_target", + "lineno": 143, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-perfbench.run_benchmarks", + "callee": ".list.append", + "lineno": 152, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-perfbench.run_benchmarks", + "callee": ".list.append", + "lineno": 153, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-perfbench.run_benchmarks", + "callee": "tests.run-perfbench.run_benchmark_on_target", + "lineno": 164, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-perfbench.run_benchmarks", + "callee": ".str.startswith", + "lineno": 169, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-perfbench.run_benchmarks", + "callee": ".list.append", + "lineno": 170, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-perfbench.run_benchmarks", + "callee": ".list.append", + "lineno": 172, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-perfbench.run_benchmarks", + "callee": ".list.append", + "lineno": 175, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-perfbench.run_benchmarks", + "callee": "tests.run-perfbench.compute_stats", + "lineno": 176, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-perfbench.run_benchmarks", + "callee": "tests.run-perfbench.compute_stats", + "lineno": 177, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-perfbench.parse_output", + "callee": ".list.append", + "lineno": 209, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-perfbench.compute_diff", + "callee": "tests.run-perfbench.parse_output", + "lineno": 215, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-perfbench.compute_diff", + "callee": "tests.run-perfbench.parse_output", + "lineno": 216, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-perfbench.main", + "callee": ".test_utils.base_path", + "lineno": 283, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-perfbench.main", + "callee": "tests.run-perfbench.compute_diff", + "lineno": 294, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-perfbench.main", + "callee": ".test_utils.get_test_instance", + "lineno": 304, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-perfbench.main", + "callee": ".list.extend", + "lineno": 309, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-perfbench.main", + "callee": "tests.run-perfbench.run_benchmarks", + "lineno": 331, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-perfbench.main", + "callee": ".test_utils.create_test_report", + "lineno": 332, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-perfbench.main", + "callee": ".list.exit_raw_repl", + "lineno": 335, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-perfbench.main", + "callee": ".list.close", + "lineno": 336, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-perfbench.", + "callee": "tests.run-perfbench.main", + "lineno": 343, + "resolution": "direct_name_call" + } + ], + "tests.run-tests": [ + { + "caller": "tests.run-tests.", + "callee": ".test_utils.base_path", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.", + "callee": ".test_utils.base_path", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.", + "callee": ".dict.update", + "lineno": 72, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.convert_regex_escapes", + "callee": ".list.append", + "lineno": 329, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.convert_regex_escapes", + "callee": ".list.append", + "lineno": 333, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.convert_regex_escapes", + "callee": ".list.append", + "lineno": 335, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.platform_to_port", + "callee": ".dict.get", + "lineno": 343, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.detect_inline_asm_arch", + "callee": "tests.run-tests.run_feature_check", + "lineno": 347, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.map_rv32_arch_flags", + "callee": ".dict.items", + "lineno": 354, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.map_rv32_arch_flags", + "callee": ".list.append", + "lineno": 356, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.detect_test_platform", + "callee": "tests.run-tests.run_feature_check", + "lineno": 365, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.detect_test_platform", + "callee": "tests.run-tests.detect_inline_asm_arch", + "lineno": 373, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.detect_test_platform", + "callee": "tests.run-tests.map_rv32_arch_flags", + "lineno": 379, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.detect_target_wiring_script", + "callee": "tests.run-tests.platform_to_port", + "lineno": 426, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.", + "callee": ".test_utils.base_path", + "lineno": 452, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.run_micropython", + "callee": ".test_utils.base_path", + "lineno": 473, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.run_micropython", + "callee": ".test_utils.base_path", + "lineno": 473, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.run_micropython.send_get", + "callee": "tests.run-tests.run_micropython.get", + "lineno": 522, + "resolution": "nested_function_call" + }, + { + "caller": "tests.run-tests.run_micropython.send_ctrl_c", + "callee": "tests.run-tests.run_micropython.get", + "lineno": 528, + "resolution": "nested_function_call" + }, + { + "caller": "tests.run-tests.run_micropython", + "callee": "tests.run-tests.run_micropython.get", + "lineno": 563, + "resolution": "nested_function_call" + }, + { + "caller": "tests.run-tests.run_micropython", + "callee": ".list.append", + "lineno": 572, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.run_micropython", + "callee": "tests.run-tests.run_micropython.get", + "lineno": 572, + "resolution": "nested_function_call" + }, + { + "caller": "tests.run-tests.run_micropython", + "callee": ".list.append", + "lineno": 574, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.run_micropython", + "callee": "tests.run-tests.run_micropython.send_ctrl_c", + "lineno": 574, + "resolution": "nested_function_call" + }, + { + "caller": "tests.run-tests.run_micropython", + "callee": ".list.append", + "lineno": 576, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.run_micropython", + "callee": "tests.run-tests.run_micropython.send_get", + "lineno": 576, + "resolution": "nested_function_call" + }, + { + "caller": "tests.run-tests.run_micropython", + "callee": "tests.run-tests.run_micropython.send_get", + "lineno": 579, + "resolution": "nested_function_call" + }, + { + "caller": "tests.run-tests.run_micropython", + "callee": "tests.run-tests.run_micropython.send_get", + "lineno": 580, + "resolution": "nested_function_call" + }, + { + "caller": "tests.run-tests.run_micropython", + "callee": ".list.extend", + "lineno": 607, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.run_micropython", + "callee": ".list.extend", + "lineno": 609, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.run_micropython", + "callee": ".list.extend", + "lineno": 622, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.run_micropython", + "callee": ".list.append", + "lineno": 624, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.run_micropython", + "callee": ".test_utils.rm_f", + "lineno": 640, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.run_micropython", + "callee": ".test_utils.normalize_newlines", + "lineno": 650, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.run_micropython", + "callee": "tests.run-tests.convert_regex_escapes", + "lineno": 677, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.run_micropython", + "callee": ".list.append", + "lineno": 678, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.run_feature_check", + "callee": ".test_utils.base_path", + "lineno": 717, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.run_feature_check", + "callee": "tests.run-tests.run_micropython", + "lineno": 718, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.ThreadSafeCounter.increment", + "callee": "tests.run-tests.ThreadSafeCounter.add", + "lineno": 733, + "resolution": "self_method_call" + }, + { + "caller": "tests.run-tests.ThreadSafeCounter.append", + "callee": "tests.run-tests.ThreadSafeCounter.add", + "lineno": 740, + "resolution": "self_method_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.ThreadSafeCounter.__init__", + "lineno": 748, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.ThreadSafeCounter.__init__", + "lineno": 749, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.ThreadSafeCounter.__init__", + "lineno": 750, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.run_feature_check", + "lineno": 775, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.run_feature_check", + "lineno": 780, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.run_feature_check", + "lineno": 785, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.run_feature_check", + "lineno": 790, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.run_feature_check", + "lineno": 795, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.run_feature_check", + "lineno": 800, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.run_feature_check", + "lineno": 805, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.run_feature_check", + "lineno": 810, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.run_feature_check", + "lineno": 815, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.run_feature_check", + "lineno": 820, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.run_feature_check", + "lineno": 825, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": ".glob.glob", + "lineno": 832, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.run_feature_check", + "lineno": 841, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.run_feature_check", + "lineno": 846, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.run_feature_check", + "lineno": 850, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.run_feature_check", + "lineno": 851, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.run_feature_check", + "lineno": 852, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": ".test_utils.base_path", + "lineno": 854, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": ".dict.get", + "lineno": 924, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": ".dict.get", + "lineno": 927, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": ".dict.get", + "lineno": 930, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": ".dict.get", + "lineno": 933, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": ".test_utils.base_path", + "lineno": 945, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.run_tests.run_one_test", + "callee": ".test_utils.base_path", + "lineno": 953, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.run_tests.run_one_test", + "callee": "tests.run-tests.ThreadSafeCounter.append", + "lineno": 1008, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.run-tests.run_tests.run_one_test", + "callee": "tests.run-tests.ThreadSafeCounter.append", + "lineno": 1012, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.run-tests.run_tests.run_one_test", + "callee": "tests.run-tests.run_micropython", + "lineno": 1016, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.run_tests.run_one_test", + "callee": "tests.run-tests.ThreadSafeCounter.append", + "lineno": 1027, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.run-tests.run_tests.run_one_test", + "callee": "tests.run-tests.ThreadSafeCounter.append", + "lineno": 1031, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.run-tests.run_tests.run_one_test", + "callee": "tests.run-tests.ThreadSafeCounter.add", + "lineno": 1107, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.run-tests.run_tests.run_one_test", + "callee": "tests.run-tests.ThreadSafeCounter.add", + "lineno": 1109, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.run-tests.run_tests.run_one_test", + "callee": "tests.run-tests.ThreadSafeCounter.append", + "lineno": 1118, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.run-tests.run_tests.run_one_test", + "callee": ".test_utils.rm_f", + "lineno": 1119, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.run_tests.run_one_test", + "callee": ".test_utils.rm_f", + "lineno": 1120, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.run_tests.run_one_test", + "callee": "tests.run-tests.ThreadSafeCounter.increment", + "lineno": 1124, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.run-tests.run_tests.run_one_test", + "callee": ".test_utils.rm_f", + "lineno": 1130, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.run_tests.run_one_test", + "callee": "tests.run-tests.ThreadSafeCounter.append", + "lineno": 1133, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": ".multiprocessing.pool.ThreadPool", + "lineno": 1150, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": "tests.run-tests.run_tests.run_one_test", + "lineno": 1154, + "resolution": "nested_function_call" + }, + { + "caller": "tests.run-tests.run_tests", + "callee": ".dict.get", + "lineno": 1168, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.main", + "callee": ".test_utils.base_path", + "lineno": 1228, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.main", + "callee": ".test_utils.set_injected_prologue", + "lineno": 1303, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.main", + "callee": ".glob.glob", + "lineno": 1306, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.main", + "callee": ".glob.glob", + "lineno": 1322, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.main", + "callee": ".glob.glob", + "lineno": 1322, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.main", + "callee": ".test_utils.rm_f", + "lineno": 1326, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.main", + "callee": ".test_utils.get_results_filename", + "lineno": 1326, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.main", + "callee": ".test_utils.get_test_instance", + "lineno": 1331, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.main", + "callee": "tests.run-tests.detect_test_platform", + "lineno": 1334, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.main", + "callee": ".test_utils.get_results_filename", + "lineno": 1342, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.main", + "callee": ".test_utils.base_path", + "lineno": 1358, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.main", + "callee": ".list.append", + "lineno": 1363, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.main", + "callee": "tests.run-tests.platform_to_port", + "lineno": 1381, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.main", + "callee": ".list.extend", + "lineno": 1390, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.run-tests.main", + "callee": ".glob.glob", + "lineno": 1400, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.main", + "callee": "tests.run-tests.detect_target_wiring_script", + "lineno": 1410, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.main", + "callee": ".test_utils.base_path", + "lineno": 1421, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.main", + "callee": ".test_utils.base_path", + "lineno": 1423, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.main", + "callee": "tests.run-tests.run_tests", + "lineno": 1428, + "resolution": "direct_name_call" + }, + { + "caller": "tests.run-tests.main", + "callee": ".test_utils.create_test_report", + "lineno": 1429, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.run-tests.", + "callee": "tests.run-tests.main", + "lineno": 1439, + "resolution": "direct_name_call" + } + ], + "tests.serial_test": [ + { + "caller": "tests.serial_test.send_script", + "callee": "tests.serial_test.drain_input", + "lineno": 103, + "resolution": "direct_name_call" + }, + { + "caller": "tests.serial_test.echo_test", + "callee": "tests.serial_test.send_script", + "lineno": 130, + "resolution": "direct_name_call" + }, + { + "caller": "tests.serial_test.echo_test", + "callee": ".list.append", + "lineno": 149, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.serial_test.read_test", + "callee": "tests.serial_test.send_script", + "lineno": 181, + "resolution": "direct_name_call" + }, + { + "caller": "tests.serial_test.write_test", + "callee": "tests.serial_test.send_script", + "lineno": 240, + "resolution": "direct_name_call" + }, + { + "caller": "tests.serial_test.write_test", + "callee": "tests.serial_test.drain_input", + "lineno": 241, + "resolution": "direct_name_call" + }, + { + "caller": "tests.serial_test.do_test", + "callee": "tests.serial_test.echo_test", + "lineno": 282, + "resolution": "direct_name_call" + }, + { + "caller": "tests.serial_test.main", + "callee": ".test_utils.convert_device_shortcut_to_real_device", + "lineno": 324, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.serial_test.main", + "callee": "tests.serial_test.do_test", + "lineno": 328, + "resolution": "direct_name_call" + }, + { + "caller": "tests.serial_test.", + "callee": "tests.serial_test.main", + "lineno": 338, + "resolution": "direct_name_call" + } + ], + "tests.test_utils": [ + { + "caller": "tests.test_utils.", + "callee": "tests.test_utils.base_path", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_utils.", + "callee": "tests.test_utils.base_path", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_utils.", + "callee": "tests.test_utils.base_path", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_utils.PyboardNodeRunner.__init__", + "callee": "tests.test_utils.base_path", + "lineno": 123, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_utils.PyboardNodeRunner.run_script_on_remote_target", + "callee": ".list.append", + "lineno": 138, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_utils.PyboardNodeRunner.run_script_on_remote_target", + "callee": ".list.extend", + "lineno": 140, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_utils.PyboardNodeRunner.run_script_on_remote_target", + "callee": ".list.append", + "lineno": 141, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_utils.PyboardNodeRunner.run_script_on_remote_target", + "callee": ".list.append", + "lineno": 144, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_utils.PyboardNodeRunner.run_script_on_remote_target", + "callee": ".list.append", + "lineno": 145, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_utils.set_injected_prologue", + "callee": ".str.replace", + "lineno": 187, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_utils.get_test_instance", + "callee": "tests.test_utils.PyboardNodeRunner.__init__", + "lineno": 211, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_utils.get_test_instance", + "callee": "tests.test_utils.convert_device_shortcut_to_real_device", + "lineno": 214, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_utils.prepare_script_for_target", + "callee": "tests.test_utils.rm_f", + "lineno": 252, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_utils.prepare_script_for_target", + "callee": "tests.test_utils.rm_f", + "lineno": 253, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_utils.run_script_on_remote_target", + "callee": "tests.test_utils.prepare_script_for_target", + "lineno": 277, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_utils.create_test_report", + "callee": "tests.test_utils.get_results_filename", + "lineno": 371, + "resolution": "direct_name_call" + } + ], + "tests.assets.frozentest": [], + "tests.basics.0prelim": [], + "tests.basics.andor": [], + "tests.basics.annotate_var": [ + { + "caller": "tests.basics.annotate_var.", + "callee": "tests.basics.annotate_var.f", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.annotate_var.", + "callee": "tests.basics.annotate_var.f", + "lineno": 25, + "resolution": "direct_name_call" + } + ], + "tests.basics.array1": [ + { + "caller": "tests.basics.array1.", + "callee": ".list.append", + "lineno": 53, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.array1.", + "callee": ".list.append", + "lineno": 54, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.array_add": [], + "tests.basics.array_construct": [ + { + "caller": "tests.basics.array_construct.", + "callee": ".array.array", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.array_construct.", + "callee": ".array.array", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.array_construct.", + "callee": ".array.array", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.array_construct.", + "callee": ".array.array", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.array_construct.", + "callee": ".array.array", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.array_construct.", + "callee": ".array.array", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.array_construct.", + "callee": ".array.array", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.array_construct.", + "callee": ".array.array", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.array_construct.", + "callee": ".array.array", + "lineno": 20, + "resolution": "external_constructor_call" + } + ], + "tests.basics.array_construct2": [ + { + "caller": "tests.basics.array_construct2.", + "callee": ".array.array", + "lineno": 8, + "resolution": "external_constructor_call" + } + ], + "tests.basics.array_construct_endian": [ + { + "caller": "tests.basics.array_construct_endian.", + "callee": ".array.array", + "lineno": 10, + "resolution": "external_constructor_call" + } + ], + "tests.basics.array_intbig": [ + { + "caller": "tests.basics.array_intbig.", + "callee": ".array.array", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.array_intbig.", + "callee": ".array.array", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.array_intbig.", + "callee": ".array.array", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.array_intbig.", + "callee": ".array.array", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.array_intbig.", + "callee": ".array.array", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.array_intbig.", + "callee": ".array.array", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.array_intbig.", + "callee": ".array.array", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.array_intbig.", + "callee": ".array.array", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.array_intbig.", + "callee": ".array.array", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.array_intbig.", + "callee": ".array.array", + "lineno": 22, + "resolution": "external_constructor_call" + } + ], + "tests.basics.array_micropython": [], + "tests.basics.assign1": [], + "tests.basics.assign_expr": [ + { + "caller": "tests.basics.assign_expr.f", + "callee": ".list.pop", + "lineno": 21, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.assign_expr.", + "callee": "tests.basics.assign_expr.f", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.assign_expr.", + "callee": "tests.basics.assign_expr.foo", + "lineno": 33, + "resolution": "direct_name_call" + } + ], + "tests.basics.assign_expr_scope": [ + { + "caller": "tests.basics.assign_expr_scope.", + "callee": "tests.basics.assign_expr_scope.scope0", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.assign_expr_scope.", + "callee": "tests.basics.assign_expr_scope.scope1", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.assign_expr_scope.", + "callee": "tests.basics.assign_expr_scope.scope2", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.assign_expr_scope.scope3", + "callee": "tests.basics.assign_expr_scope.scope3.inner3", + "lineno": 44, + "resolution": "nested_function_call" + }, + { + "caller": "tests.basics.assign_expr_scope.", + "callee": "tests.basics.assign_expr_scope.scope3", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.assign_expr_scope.scope4", + "callee": "tests.basics.assign_expr_scope.scope4.inner4", + "lineno": 60, + "resolution": "nested_function_call" + }, + { + "caller": "tests.basics.assign_expr_scope.", + "callee": "tests.basics.assign_expr_scope.scope4", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.assign_expr_scope.scope5", + "callee": "tests.basics.assign_expr_scope.scope5.inner5", + "lineno": 74, + "resolution": "nested_function_call" + }, + { + "caller": "tests.basics.assign_expr_scope.", + "callee": "tests.basics.assign_expr_scope.scope5", + "lineno": 80, + "resolution": "direct_name_call" + } + ], + "tests.basics.assign_expr_syntaxerror": [ + { + "caller": "tests.basics.assign_expr_syntaxerror.", + "callee": "tests.basics.assign_expr_syntaxerror.test", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.assign_expr_syntaxerror.", + "callee": "tests.basics.assign_expr_syntaxerror.test", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.assign_expr_syntaxerror.", + "callee": "tests.basics.assign_expr_syntaxerror.test", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.assign_expr_syntaxerror.", + "callee": "tests.basics.assign_expr_syntaxerror.test", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.assign_expr_syntaxerror.", + "callee": "tests.basics.assign_expr_syntaxerror.test", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.assign_expr_syntaxerror.", + "callee": "tests.basics.assign_expr_syntaxerror.test", + "lineno": 16, + "resolution": "direct_name_call" + } + ], + "tests.basics.async_await": [ + { + "caller": "tests.basics.async_await.abinary", + "callee": "tests.basics.async_await.abinary", + "lineno": 8, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_await.abinary", + "callee": "tests.basics.async_await.abinary", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_await.", + "callee": "tests.basics.async_await.abinary", + "lineno": 12, + "resolution": "direct_name_call" + } + ], + "tests.basics.async_await2": [ + { + "caller": "tests.basics.async_await2.f", + "callee": "tests.basics.async_await2.wait", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_await2.", + "callee": "tests.basics.async_await2.f", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "tests.basics.async_def": [ + { + "caller": "tests.basics.async_def.", + "callee": "tests.basics.async_def.foo", + "lineno": 12, + "resolution": "direct_name_call" + } + ], + "tests.basics.async_for": [ + { + "caller": "tests.basics.async_for.AsyncIteratorWrapper.__aiter__", + "callee": "tests.basics.async_for.AsyncIteratorWrapperIterator.__init__", + "lineno": 15, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.async_for.coro0", + "callee": "tests.basics.async_for.AsyncIteratorWrapper.__init__", + "lineno": 41, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.async_for.", + "callee": "tests.basics.async_for.run_coro", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_for.", + "callee": "tests.basics.async_for.coro0", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_for.coro1", + "callee": "tests.basics.async_for.AsyncIteratorWrapper.__init__", + "lineno": 49, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.async_for.", + "callee": "tests.basics.async_for.run_coro", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_for.", + "callee": "tests.basics.async_for.coro1", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_for.", + "callee": "tests.basics.async_for.AsyncIteratorWrapper.__init__", + "lineno": 57, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.async_for.", + "callee": "tests.basics.async_for.run_coro", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_for.", + "callee": "tests.basics.async_for.coro2", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_for.", + "callee": "tests.basics.async_for.run_coro", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_for.", + "callee": "tests.basics.async_for.coro3", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_for.", + "callee": "tests.basics.async_for.AsyncIteratorWrapper.__init__", + "lineno": 75, + "resolution": "same_module_class_call" + } + ], + "tests.basics.async_for2": [ + { + "caller": "tests.basics.async_for2.ARange.__anext__", + "callee": "tests.basics.async_for2.f", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_for2.coro", + "callee": "tests.basics.async_for2.ARange.__init__", + "lineno": 39, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.async_for2.", + "callee": "tests.basics.async_for2.coro", + "lineno": 42, + "resolution": "direct_name_call" + } + ], + "tests.basics.async_syntaxerror": [ + { + "caller": "tests.basics.async_syntaxerror.", + "callee": "tests.basics.async_syntaxerror.test_syntax", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_syntaxerror.", + "callee": "tests.basics.async_syntaxerror.test_syntax", + "lineno": 19, + "resolution": "direct_name_call" + } + ], + "tests.basics.async_with": [ + { + "caller": "tests.basics.async_with.f", + "callee": "tests.basics.async_with.AContext.", + "lineno": 11, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.async_with.", + "callee": "tests.basics.async_with.f", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_with.g", + "callee": "tests.basics.async_with.AContext.", + "lineno": 21, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.async_with.", + "callee": "tests.basics.async_with.g", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_with.h", + "callee": "tests.basics.async_with.AContext.", + "lineno": 33, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.async_with.", + "callee": "tests.basics.async_with.h", + "lineno": 35, + "resolution": "direct_name_call" + } + ], + "tests.basics.async_with2": [ + { + "caller": "tests.basics.async_with2.AContext.__aenter__", + "callee": "tests.basics.async_with2.f", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_with2.AContext.__aexit__", + "callee": "tests.basics.async_with2.f", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_with2.coro", + "callee": "tests.basics.async_with2.AContext.", + "lineno": 27, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.async_with2.coro", + "callee": "tests.basics.async_with2.f", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_with2.", + "callee": "tests.basics.async_with2.coro", + "lineno": 32, + "resolution": "direct_name_call" + } + ], + "tests.basics.async_with_break": [ + { + "caller": "tests.basics.async_with_break.f1", + "callee": "tests.basics.async_with_break.AContext.", + "lineno": 12, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.async_with_break.", + "callee": "tests.basics.async_with_break.f1", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_with_break.f2", + "callee": "tests.basics.async_with_break.AContext.", + "lineno": 27, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.async_with_break.", + "callee": "tests.basics.async_with_break.f2", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_with_break.f3", + "callee": "tests.basics.async_with_break.AContext.", + "lineno": 45, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.async_with_break.", + "callee": "tests.basics.async_with_break.f3", + "lineno": 55, + "resolution": "direct_name_call" + } + ], + "tests.basics.async_with_return": [ + { + "caller": "tests.basics.async_with_return.f1", + "callee": "tests.basics.async_with_return.AContext.", + "lineno": 11, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.async_with_return.", + "callee": "tests.basics.async_with_return.f1", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_with_return.f2", + "callee": "tests.basics.async_with_return.AContext.", + "lineno": 23, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.async_with_return.", + "callee": "tests.basics.async_with_return.f2", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.async_with_return.f3", + "callee": "tests.basics.async_with_return.AContext.", + "lineno": 38, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.async_with_return.", + "callee": "tests.basics.async_with_return.f3", + "lineno": 46, + "resolution": "direct_name_call" + } + ], + "tests.basics.attrtuple1": [], + "tests.basics.attrtuple2": [], + "tests.basics.bool1": [], + "tests.basics.boundmeth1": [ + { + "caller": "tests.basics.boundmeth1.", + "callee": "tests.basics.boundmeth1.A.", + "lineno": 19, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.boundmeth1.", + "callee": "tests.basics.boundmeth1.A.", + "lineno": 23, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.boundmeth1.", + "callee": "tests.basics.boundmeth1.A.", + "lineno": 27, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.boundmeth1.", + "callee": "tests.basics.boundmeth1.A.", + "lineno": 32, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.boundmeth1.", + "callee": "tests.basics.boundmeth1.A.", + "lineno": 39, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.boundmeth1.", + "callee": "tests.basics.boundmeth1.A.", + "lineno": 48, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.boundmeth1.", + "callee": "tests.basics.boundmeth1.A.", + "lineno": 49, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.boundmeth1.", + "callee": "tests.basics.boundmeth1.A.", + "lineno": 57, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.boundmeth1.", + "callee": "tests.basics.boundmeth1.A.", + "lineno": 58, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.boundmeth1.", + "callee": "tests.basics.boundmeth1.A.", + "lineno": 59, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.boundmeth1.", + "callee": "tests.basics.boundmeth1.A.", + "lineno": 60, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.boundmeth1.", + "callee": "tests.basics.boundmeth1.A.", + "lineno": 65, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.boundmeth1.", + "callee": "tests.basics.boundmeth1.A.", + "lineno": 74, + "resolution": "same_module_class_call" + } + ], + "tests.basics.break": [], + "tests.basics.builtin_abs": [], + "tests.basics.builtin_abs_intbig": [], + "tests.basics.builtin_allany": [], + "tests.basics.builtin_bin": [], + "tests.basics.builtin_bin_intbig": [], + "tests.basics.builtin_callable": [ + { + "caller": "tests.basics.builtin_callable.", + "callee": "tests.basics.builtin_callable.B.", + "lineno": 34, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.builtin_callable.", + "callee": "tests.basics.builtin_callable.C.", + "lineno": 41, + "resolution": "same_module_class_call" + } + ], + "tests.basics.builtin_chr": [], + "tests.basics.builtin_compile": [ + { + "caller": "tests.basics.builtin_compile.", + "callee": "tests.basics.builtin_compile.test", + "lineno": 51, + "resolution": "direct_name_call" + } + ], + "tests.basics.builtin_delattr": [], + "tests.basics.builtin_dir": [ + { + "caller": "tests.basics.builtin_dir.", + "callee": "tests.basics.builtin_dir.Foo.__init__", + "lineno": 23, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.builtin_dir.", + "callee": "tests.basics.builtin_dir.B.", + "lineno": 34, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.builtin_dir.", + "callee": "tests.basics.builtin_dir.D.", + "lineno": 44, + "resolution": "same_module_class_call" + } + ], + "tests.basics.builtin_divmod": [], + "tests.basics.builtin_divmod_intbig": [], + "tests.basics.builtin_ellipsis": [], + "tests.basics.builtin_enumerate": [], + "tests.basics.builtin_eval": [], + "tests.basics.builtin_eval_buffer": [], + "tests.basics.builtin_eval_error": [], + "tests.basics.builtin_exec": [], + "tests.basics.builtin_exec_buffer": [], + "tests.basics.builtin_filter": [], + "tests.basics.builtin_getattr": [ + { + "caller": "tests.basics.builtin_getattr.", + "callee": "tests.basics.builtin_getattr.A.__init__", + "lineno": 12, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.builtin_getattr.", + "callee": "tests.basics.builtin_getattr.B.", + "lineno": 27, + "resolution": "same_module_class_call" + } + ], + "tests.basics.builtin_hasattr": [ + { + "caller": "tests.basics.builtin_hasattr.", + "callee": "tests.basics.builtin_hasattr.A.__init__", + "lineno": 12, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.builtin_hasattr.", + "callee": "tests.basics.builtin_hasattr.C.", + "lineno": 28, + "resolution": "same_module_class_call" + } + ], + "tests.basics.builtin_hash": [ + { + "caller": "tests.basics.builtin_hash.", + "callee": "tests.basics.builtin_hash.f", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.builtin_hash.", + "callee": "tests.basics.builtin_hash.A.", + "lineno": 38, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.builtin_hash.", + "callee": "tests.basics.builtin_hash.A.", + "lineno": 39, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.builtin_hash.", + "callee": "tests.basics.builtin_hash.C.", + "lineno": 51, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.builtin_hash.", + "callee": "tests.basics.builtin_hash.D.", + "lineno": 60, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.builtin_hash.", + "callee": "tests.basics.builtin_hash.E.", + "lineno": 68, + "resolution": "same_module_class_call" + } + ], + "tests.basics.builtin_hash_gen": [ + { + "caller": "tests.basics.builtin_hash_gen.", + "callee": "tests.basics.builtin_hash_gen.gen", + "lineno": 7, + "resolution": "direct_name_call" + } + ], + "tests.basics.builtin_hash_intbig": [ + { + "caller": "tests.basics.builtin_hash_intbig.", + "callee": "tests.basics.builtin_hash_intbig.F.", + "lineno": 10, + "resolution": "same_module_class_call" + } + ], + "tests.basics.builtin_help": [], + "tests.basics.builtin_hex": [], + "tests.basics.builtin_hex_intbig": [], + "tests.basics.builtin_id": [], + "tests.basics.builtin_issubclass": [], + "tests.basics.builtin_len1": [], + "tests.basics.builtin_locals": [], + "tests.basics.builtin_map": [], + "tests.basics.builtin_minmax": [], + "tests.basics.builtin_next_arg2": [ + { + "caller": "tests.basics.builtin_next_arg2.", + "callee": "tests.basics.builtin_next_arg2.gen", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.builtin_next_arg2.", + "callee": "tests.basics.builtin_next_arg2.Gen.__init__", + "lineno": 32, + "resolution": "same_module_class_call" + } + ], + "tests.basics.builtin_oct": [], + "tests.basics.builtin_oct_intbig": [], + "tests.basics.builtin_ord": [], + "tests.basics.builtin_override": [], + "tests.basics.builtin_pow": [], + "tests.basics.builtin_pow3": [], + "tests.basics.builtin_pow3_intbig": [], + "tests.basics.builtin_print": [], + "tests.basics.builtin_property": [ + { + "caller": "tests.basics.builtin_property.", + "callee": "tests.basics.builtin_property.A.__init__", + "lineno": 28, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.builtin_property.", + "callee": "tests.basics.builtin_property.B.__init__", + "lineno": 54, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.builtin_property.", + "callee": "tests.basics.builtin_property.C.__init__", + "lineno": 79, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.builtin_property.", + "callee": "tests.basics.builtin_property.F.__init__", + "lineno": 113, + "resolution": "same_module_class_call" + } + ], + "tests.basics.builtin_property_inherit": [ + { + "caller": "tests.basics.builtin_property_inherit.", + "callee": "tests.basics.builtin_property_inherit.A.", + "lineno": 22, + "resolution": "same_module_class_call" + } + ], + "tests.basics.builtin_range": [], + "tests.basics.builtin_range_attrs": [], + "tests.basics.builtin_range_binop": [], + "tests.basics.builtin_range_maxsize": [], + "tests.basics.builtin_reversed": [ + { + "caller": "tests.basics.builtin_reversed.", + "callee": "tests.basics.builtin_reversed.A.__init__", + "lineno": 37, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.builtin_reversed.", + "callee": "tests.basics.builtin_reversed.B.", + "lineno": 44, + "resolution": "same_module_class_call" + } + ], + "tests.basics.builtin_round": [], + "tests.basics.builtin_round_int": [], + "tests.basics.builtin_round_intbig": [], + "tests.basics.builtin_setattr": [ + { + "caller": "tests.basics.builtin_setattr.", + "callee": "tests.basics.builtin_setattr.A.__init__", + "lineno": 9, + "resolution": "same_module_class_call" + } + ], + "tests.basics.builtin_slice": [ + { + "caller": "tests.basics.builtin_slice.", + "callee": "tests.basics.builtin_slice.A.", + "lineno": 28, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.builtin_slice.", + "callee": "tests.basics.builtin_slice.A.", + "lineno": 36, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.builtin_slice.", + "callee": "tests.basics.builtin_slice.A.", + "lineno": 36, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.builtin_slice.", + "callee": "tests.basics.builtin_slice.A.", + "lineno": 36, + "resolution": "same_module_class_call" + } + ], + "tests.basics.builtin_sorted": [], + "tests.basics.builtin_str_hex": [], + "tests.basics.builtin_sum": [], + "tests.basics.builtin_super": [], + "tests.basics.builtin_type": [], + "tests.basics.builtin_zip": [], + "tests.basics.bytearray1": [], + "tests.basics.bytearray_add": [], + "tests.basics.bytearray_add_self": [], + "tests.basics.bytearray_append": [], + "tests.basics.bytearray_byte_operations": [], + "tests.basics.bytearray_center": [], + "tests.basics.bytearray_construct": [], + "tests.basics.bytearray_construct_array": [ + { + "caller": "tests.basics.bytearray_construct_array.", + "callee": ".array.array", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.bytearray_construct_array.", + "callee": ".array.array", + "lineno": 10, + "resolution": "external_constructor_call" + } + ], + "tests.basics.bytearray_construct_endian": [ + { + "caller": "tests.basics.bytearray_construct_endian.", + "callee": ".array.array", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.bytearray_construct_endian.", + "callee": ".array.array", + "lineno": 10, + "resolution": "external_constructor_call" + } + ], + "tests.basics.bytearray_count": [], + "tests.basics.bytearray_decode": [], + "tests.basics.bytearray_intbig": [], + "tests.basics.bytearray_partition": [], + "tests.basics.bytearray_slice_assign": [], + "tests.basics.bytes": [], + "tests.basics.bytes_add": [], + "tests.basics.bytes_add_array": [], + "tests.basics.bytes_add_bytearray": [], + "tests.basics.bytes_add_endian": [], + "tests.basics.bytes_center": [], + "tests.basics.bytes_compare": [], + "tests.basics.bytes_compare2": [], + "tests.basics.bytes_compare3": [], + "tests.basics.bytes_compare_array": [], + "tests.basics.bytes_compare_bytearray": [], + "tests.basics.bytes_construct": [], + "tests.basics.bytes_construct_array": [ + { + "caller": "tests.basics.bytes_construct_array.", + "callee": ".array.array", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.bytes_construct_array.", + "callee": ".array.array", + "lineno": 10, + "resolution": "external_constructor_call" + } + ], + "tests.basics.bytes_construct_bytearray": [], + "tests.basics.bytes_construct_endian": [ + { + "caller": "tests.basics.bytes_construct_endian.", + "callee": ".array.array", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.bytes_construct_endian.", + "callee": ".array.array", + "lineno": 11, + "resolution": "external_constructor_call" + } + ], + "tests.basics.bytes_construct_intbig": [], + "tests.basics.bytes_count": [ + { + "caller": "tests.basics.bytes_count.", + "callee": "tests.basics.bytes_count.t", + "lineno": 61, + "resolution": "direct_name_call" + } + ], + "tests.basics.bytes_escape_unicode": [], + "tests.basics.bytes_find": [], + "tests.basics.bytes_format_modulo": [], + "tests.basics.bytes_gen": [ + { + "caller": "tests.basics.bytes_gen.", + "callee": "tests.basics.bytes_gen.gen", + "lineno": 5, + "resolution": "direct_name_call" + } + ], + "tests.basics.bytes_index": [], + "tests.basics.bytes_large": [], + "tests.basics.bytes_mult": [], + "tests.basics.bytes_partition": [], + "tests.basics.bytes_replace": [], + "tests.basics.bytes_split": [], + "tests.basics.bytes_strip": [], + "tests.basics.bytes_subscr": [], + "tests.basics.class1": [ + { + "caller": "tests.basics.class1.", + "callee": "tests.basics.class1.go", + "lineno": 28, + "resolution": "direct_name_call" + } + ], + "tests.basics.class2": [ + { + "caller": "tests.basics.class2.", + "callee": "tests.basics.class2.C1.__init__", + "lineno": 7, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class2.", + "callee": "tests.basics.class2.C2.__init__", + "lineno": 15, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class2.", + "callee": "tests.basics.class2.C3.__init__", + "lineno": 24, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class3": [ + { + "caller": "tests.basics.class3.", + "callee": "tests.basics.class3.A.", + "lineno": 18, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class3.", + "callee": "tests.basics.class3.A.", + "lineno": 19, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_bases": [], + "tests.basics.class_bind_self": [ + { + "caller": "tests.basics.class_bind_self.", + "callee": "tests.basics.class_bind_self.make_closure", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.class_bind_self.", + "callee": "tests.basics.class_bind_self.A.__init__", + "lineno": 34, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_bind_self.", + "callee": "tests.basics.class_bind_self.A.__init__", + "lineno": 35, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_bind_self.", + "callee": "tests.basics.class_bind_self.C.", + "lineno": 37, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_bind_self.", + "callee": "tests.basics.class_bind_self.C.f1", + "lineno": 38, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.class_bind_self.", + "callee": "tests.basics.class_bind_self.C.f4", + "lineno": 41, + "resolution": "local_typed_method_call" + } + ], + "tests.basics.class_binop": [ + { + "caller": "tests.basics.class_binop.", + "callee": "tests.basics.class_binop.foo.__init__", + "lineno": 27, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_binop.", + "callee": "tests.basics.class_binop.foo.__init__", + "lineno": 27, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_binop.", + "callee": "tests.basics.class_binop.foo.__init__", + "lineno": 28, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_binop.", + "callee": "tests.basics.class_binop.foo.__init__", + "lineno": 28, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_binop.", + "callee": "tests.basics.class_binop.foo.__init__", + "lineno": 29, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_binop.", + "callee": "tests.basics.class_binop.foo.__init__", + "lineno": 29, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_binop.", + "callee": "tests.basics.class_binop.foo.__init__", + "lineno": 30, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_binop.", + "callee": "tests.basics.class_binop.foo.__init__", + "lineno": 30, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_binop.", + "callee": "tests.basics.class_binop.foo.__init__", + "lineno": 31, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_binop.", + "callee": "tests.basics.class_binop.foo.__init__", + "lineno": 31, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_call": [ + { + "caller": "tests.basics.class_call.", + "callee": "tests.basics.class_call.C1.", + "lineno": 11, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_call.", + "callee": "tests.basics.class_call.C2.", + "lineno": 14, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_contains": [ + { + "caller": "tests.basics.class_contains.", + "callee": "tests.basics.class_contains.A.", + "lineno": 6, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_contains.", + "callee": "tests.basics.class_contains.B.__init__", + "lineno": 18, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_contains.", + "callee": "tests.basics.class_contains.B.__init__", + "lineno": 20, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_contains.", + "callee": "tests.basics.class_contains.C.", + "lineno": 31, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_contains.", + "callee": "tests.basics.class_contains.C.", + "lineno": 32, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_contains.", + "callee": "tests.basics.class_contains.C.", + "lineno": 33, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_contains.", + "callee": "tests.basics.class_contains.C.", + "lineno": 34, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_contains.", + "callee": "tests.basics.class_contains.C.", + "lineno": 35, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_contains.", + "callee": "tests.basics.class_contains.C.", + "lineno": 37, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_contains.", + "callee": "tests.basics.class_contains.C.", + "lineno": 38, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_contains.", + "callee": "tests.basics.class_contains.C.", + "lineno": 39, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_contains.", + "callee": "tests.basics.class_contains.C.", + "lineno": 40, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_contains.", + "callee": "tests.basics.class_contains.C.", + "lineno": 41, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_contains.", + "callee": "tests.basics.class_contains.C.", + "lineno": 43, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_contains.", + "callee": "tests.basics.class_contains.C.", + "lineno": 44, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_contains.", + "callee": "tests.basics.class_contains.C.", + "lineno": 45, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_contains.", + "callee": "tests.basics.class_contains.C.", + "lineno": 46, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_contains.", + "callee": "tests.basics.class_contains.C.", + "lineno": 47, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_delattr_setattr": [ + { + "caller": "tests.basics.class_delattr_setattr.", + "callee": "tests.basics.class_delattr_setattr.Test.", + "lineno": 7, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_delattr_setattr.", + "callee": "tests.basics.class_delattr_setattr.A.", + "lineno": 21, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_delattr_setattr.", + "callee": "tests.basics.class_delattr_setattr.B.__init__", + "lineno": 54, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_delattr_setattr.", + "callee": "tests.basics.class_delattr_setattr.C.__init__", + "lineno": 75, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_descriptor": [ + { + "caller": "tests.basics.class_descriptor.", + "callee": "tests.basics.class_descriptor.Descriptor.", + "lineno": 23, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_descriptor.", + "callee": "tests.basics.class_descriptor.NonDescriptor.", + "lineno": 55, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_dict": [], + "tests.basics.class_emptybases": [], + "tests.basics.class_getattr": [ + { + "caller": "tests.basics.class_getattr.", + "callee": "tests.basics.class_getattr.C.__init__", + "lineno": 11, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_getattr.", + "callee": "tests.basics.class_getattr.C.__add__", + "lineno": 13, + "resolution": "local_typed_method_call" + } + ], + "tests.basics.class_inherit1": [ + { + "caller": "tests.basics.class_inherit1.", + "callee": "tests.basics.class_inherit1.A.__init__", + "lineno": 18, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_inherit1.", + "callee": "tests.basics.class_inherit1.B.__init__", + "lineno": 19, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_inherit1.", + "callee": "tests.basics.class_inherit1.A.f", + "lineno": 20, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.class_inherit1.", + "callee": "tests.basics.class_inherit1.B.g", + "lineno": 21, + "resolution": "local_typed_method_call" + } + ], + "tests.basics.class_inherit_mul": [ + { + "caller": "tests.basics.class_inherit_mul.", + "callee": "tests.basics.class_inherit_mul.Sub.__init__", + "lineno": 38, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_inherit_mul.", + "callee": "tests.basics.class_inherit_mul.A.f", + "lineno": 40, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.class_inherit_mul.", + "callee": "tests.basics.class_inherit_mul.A.f2", + "lineno": 41, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.class_inherit_mul.", + "callee": "tests.basics.class_inherit_mul.B.f3", + "lineno": 42, + "resolution": "local_typed_method_call" + } + ], + "tests.basics.class_inplace_op": [ + { + "caller": "tests.basics.class_inplace_op.A.__add__", + "callee": "tests.basics.class_inplace_op.A.__init__", + "lineno": 10, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_inplace_op.", + "callee": "tests.basics.class_inplace_op.A.__init__", + "lineno": 15, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_inplace_op.", + "callee": "tests.basics.class_inplace_op.A.__init__", + "lineno": 17, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_inplace_op.L.__add__", + "callee": "tests.basics.class_inplace_op.L.__init__", + "lineno": 33, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_inplace_op.", + "callee": "tests.basics.class_inplace_op.L.__init__", + "lineno": 42, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_inplace_op.", + "callee": "tests.basics.class_inplace_op.L.__init__", + "lineno": 44, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_inplace_op2": [ + { + "caller": "tests.basics.class_inplace_op2.", + "callee": "tests.basics.class_inplace_op2.A.", + "lineno": 50, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_instance_override": [ + { + "caller": "tests.basics.class_instance_override.", + "callee": "tests.basics.class_instance_override.A.", + "lineno": 7, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_instance_override.", + "callee": "tests.basics.class_instance_override.A.foo", + "lineno": 8, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.class_instance_override.", + "callee": "tests.basics.class_instance_override.A.foo", + "lineno": 10, + "resolution": "local_typed_method_call" + } + ], + "tests.basics.class_item": [ + { + "caller": "tests.basics.class_item.", + "callee": "tests.basics.class_item.C.", + "lineno": 14, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_misc": [], + "tests.basics.class_new": [ + { + "caller": "tests.basics.class_new.", + "callee": "tests.basics.class_new.A.__init__", + "lineno": 23, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_new.", + "callee": "tests.basics.class_new.A.meth", + "lineno": 24, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.class_new.", + "callee": "tests.basics.class_new.B.__init__", + "lineno": 48, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_new.", + "callee": "tests.basics.class_new.C.__init__", + "lineno": 65, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_notimpl": [ + { + "caller": "tests.basics.class_notimpl.", + "callee": "tests.basics.class_notimpl.C.__init__", + "lineno": 32, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_number": [ + { + "caller": "tests.basics.class_number.", + "callee": "tests.basics.class_number.C.__init__", + "lineno": 13, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_ordereddict": [ + { + "caller": "tests.basics.class_ordereddict.", + "callee": ".collections.OrderedDict", + "lineno": 14, + "resolution": "external_constructor_call" + } + ], + "tests.basics.class_reverse_op": [ + { + "caller": "tests.basics.class_reverse_op.A.__add__", + "callee": "tests.basics.class_reverse_op.A.__init__", + "lineno": 10, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_reverse_op.A.__add__", + "callee": "tests.basics.class_reverse_op.A.__init__", + "lineno": 11, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_reverse_op.A.__radd__", + "callee": "tests.basics.class_reverse_op.A.__init__", + "lineno": 14, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_reverse_op.", + "callee": "tests.basics.class_reverse_op.A.__init__", + "lineno": 20, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_reverse_op.", + "callee": "tests.basics.class_reverse_op.A.__init__", + "lineno": 21, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_reverse_op.B.__ror__", + "callee": "tests.basics.class_reverse_op.B.__init__", + "lineno": 33, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_reverse_op.B.__radd__", + "callee": "tests.basics.class_reverse_op.B.__init__", + "lineno": 36, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_reverse_op.B.__rmul__", + "callee": "tests.basics.class_reverse_op.B.__init__", + "lineno": 39, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_reverse_op.B.__rtruediv__", + "callee": "tests.basics.class_reverse_op.B.__init__", + "lineno": 42, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_reverse_op.", + "callee": "tests.basics.class_reverse_op.B.__init__", + "lineno": 45, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_reverse_op.", + "callee": "tests.basics.class_reverse_op.B.__init__", + "lineno": 46, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_reverse_op.", + "callee": "tests.basics.class_reverse_op.B.__init__", + "lineno": 47, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_reverse_op.", + "callee": "tests.basics.class_reverse_op.B.__init__", + "lineno": 48, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_reverse_op.", + "callee": "tests.basics.class_reverse_op.B.__init__", + "lineno": 50, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_reverse_op.", + "callee": "tests.basics.class_reverse_op.B.__init__", + "lineno": 51, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_reverse_op.", + "callee": "tests.basics.class_reverse_op.B.__init__", + "lineno": 52, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_reverse_op.", + "callee": "tests.basics.class_reverse_op.B.__init__", + "lineno": 53, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_setname_hazard": [ + { + "caller": "tests.basics.class_setname_hazard.", + "callee": "tests.basics.class_setname_hazard.skip_if_no_descriptors", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.class_setname_hazard.", + "callee": "tests.basics.class_setname_hazard.GetSibling.", + "lineno": 39, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard.", + "callee": "tests.basics.class_setname_hazard.SetSibling.", + "lineno": 52, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard.", + "callee": "tests.basics.class_setname_hazard.DelSibling.", + "lineno": 66, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard.", + "callee": "tests.basics.class_setname_hazard.GetSelf.", + "lineno": 86, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard.", + "callee": "tests.basics.class_setname_hazard.SetSelf.", + "lineno": 98, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard.", + "callee": "tests.basics.class_setname_hazard.DelSelf.", + "lineno": 112, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard.", + "callee": "tests.basics.class_setname_hazard.Raise.", + "lineno": 134, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard.", + "callee": "tests.basics.class_setname_hazard.SetSpecific.__init__", + "lineno": 152, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard.", + "callee": "tests.basics.class_setname_hazard.SetSpecific.__init__", + "lineno": 153, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard.", + "callee": "tests.basics.class_setname_hazard.DelSpecific.__init__", + "lineno": 170, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard.", + "callee": "tests.basics.class_setname_hazard.DelSpecific.__init__", + "lineno": 171, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_setname_hazard_rand": [ + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.skip_if_no_descriptors", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.junk_fill", + "callee": ".random.choice", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.junk_sequencer", + "callee": "tests.basics.class_setname_hazard_rand.junk_fill", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.junk_sequencer", + "callee": "tests.basics.class_setname_hazard_rand.junk_clear", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.junk_sequencer", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 80, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 81, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 82, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 83, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 84, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 85, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 86, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 87, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 88, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 89, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 90, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 91, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 92, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 93, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 94, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 95, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 96, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 97, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 98, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 99, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 100, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 101, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 102, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 103, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 104, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": "tests.basics.class_setname_hazard_rand.JunkMaker.", + "lineno": 105, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": ".str.lower", + "lineno": 110, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.class_setname_hazard_rand.", + "callee": ".dict.get", + "lineno": 111, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.class_staticclassmethod": [ + { + "caller": "tests.basics.class_staticclassmethod.", + "callee": "tests.basics.class_staticclassmethod.C.", + "lineno": 32, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_staticclassmethod.", + "callee": "tests.basics.class_staticclassmethod.C.f", + "lineno": 34, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.class_staticclassmethod.", + "callee": "tests.basics.class_staticclassmethod.C.g", + "lineno": 35, + "resolution": "local_typed_method_call" + } + ], + "tests.basics.class_store": [], + "tests.basics.class_store_class": [ + { + "caller": "tests.basics.class_store_class.", + "callee": ".collections.namedtuple", + "lineno": 11, + "resolution": "external_constructor_call" + } + ], + "tests.basics.class_str": [ + { + "caller": "tests.basics.class_str.", + "callee": "tests.basics.class_str.C1.__init__", + "lineno": 25, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_str.", + "callee": "tests.basics.class_str.C2.__init__", + "lineno": 28, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_str.", + "callee": "tests.basics.class_str.C3.__init__", + "lineno": 43, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_super": [ + { + "caller": "tests.basics.class_super.", + "callee": "tests.basics.class_super.Sub.", + "lineno": 15, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_super.", + "callee": "tests.basics.class_super.Sub.meth", + "lineno": 16, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.class_super.", + "callee": "tests.basics.class_super.A.", + "lineno": 22, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_super.", + "callee": "tests.basics.class_super.B.", + "lineno": 36, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_super.", + "callee": "tests.basics.class_super.B.", + "lineno": 45, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_super.", + "callee": "tests.basics.class_super.B.", + "lineno": 47, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_super.", + "callee": "tests.basics.class_super.B.", + "lineno": 51, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_super_aslocal": [ + { + "caller": "tests.basics.class_super_aslocal.A.foo", + "callee": ".list.pop", + "lineno": 6, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.class_super_aslocal.", + "callee": "tests.basics.class_super_aslocal.A.", + "lineno": 9, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_super_closure": [ + { + "caller": "tests.basics.class_super_closure.B.foo", + "callee": "tests.basics.class_super_closure.B.bar", + "lineno": 13, + "resolution": "self_method_call" + }, + { + "caller": "tests.basics.class_super_closure.", + "callee": "tests.basics.class_super_closure.A.__init__", + "lineno": 17, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_super_closure.", + "callee": "tests.basics.class_super_closure.B.", + "lineno": 18, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_super_multinherit": [ + { + "caller": "tests.basics.class_super_multinherit.", + "callee": "tests.basics.class_super_multinherit.C.", + "lineno": 16, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_super_object": [ + { + "caller": "tests.basics.class_super_object.", + "callee": "tests.basics.class_super_object.Test.__init__", + "lineno": 15, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.class_super_object.", + "callee": "tests.basics.class_super_object.Test2.__init__", + "lineno": 22, + "resolution": "same_module_class_call" + } + ], + "tests.basics.class_use_other": [], + "tests.basics.closure1": [ + { + "caller": "tests.basics.closure1.", + "callee": "tests.basics.closure1.f", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.closure1.", + "callee": "tests.basics.closure1.f", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.closure1.", + "callee": "tests.basics.closure1.f", + "lineno": 12, + "resolution": "direct_name_call" + } + ], + "tests.basics.closure2": [ + { + "caller": "tests.basics.closure2.", + "callee": "tests.basics.closure2.f", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.closure2.", + "callee": "tests.basics.closure2.f", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.closure2.", + "callee": "tests.basics.closure2.f", + "lineno": 12, + "resolution": "direct_name_call" + } + ], + "tests.basics.closure_defargs": [ + { + "caller": "tests.basics.closure_defargs.f", + "callee": "tests.basics.closure_defargs.f.bar", + "lineno": 7, + "resolution": "nested_function_call" + }, + { + "caller": "tests.basics.closure_defargs.f", + "callee": "tests.basics.closure_defargs.f.bar", + "lineno": 8, + "resolution": "nested_function_call" + }, + { + "caller": "tests.basics.closure_defargs.f", + "callee": "tests.basics.closure_defargs.f.bar", + "lineno": 9, + "resolution": "nested_function_call" + }, + { + "caller": "tests.basics.closure_defargs.", + "callee": "tests.basics.closure_defargs.f", + "lineno": 11, + "resolution": "direct_name_call" + } + ], + "tests.basics.closure_manyvars": [ + { + "caller": "tests.basics.closure_manyvars.f", + "callee": "tests.basics.closure_manyvars.f.x", + "lineno": 7, + "resolution": "nested_function_call" + }, + { + "caller": "tests.basics.closure_manyvars.", + "callee": "tests.basics.closure_manyvars.f", + "lineno": 9, + "resolution": "direct_name_call" + } + ], + "tests.basics.closure_namedarg": [ + { + "caller": "tests.basics.closure_namedarg.", + "callee": "tests.basics.closure_namedarg.f", + "lineno": 9, + "resolution": "direct_name_call" + } + ], + "tests.basics.compare_multi": [], + "tests.basics.comprehension1": [ + { + "caller": "tests.basics.comprehension1.", + "callee": "tests.basics.comprehension1.f", + "lineno": 19, + "resolution": "direct_name_call" + } + ], + "tests.basics.containment": [], + "tests.basics.continue": [], + "tests.basics.decorator": [ + { + "caller": "tests.basics.decorator.g", + "callee": "tests.basics.decorator.dec_arg", + "lineno": 17, + "resolution": "direct_name_call" + } + ], + "tests.basics.del_attr": [ + { + "caller": "tests.basics.del_attr.", + "callee": "tests.basics.del_attr.C.", + "lineno": 19, + "resolution": "same_module_class_call" + } + ], + "tests.basics.del_deref": [ + { + "caller": "tests.basics.del_deref.f", + "callee": "tests.basics.del_deref.f.g", + "lineno": 20, + "resolution": "nested_function_call" + }, + { + "caller": "tests.basics.del_deref.f", + "callee": "tests.basics.del_deref.f.h", + "lineno": 21, + "resolution": "nested_function_call" + }, + { + "caller": "tests.basics.del_deref.", + "callee": "tests.basics.del_deref.f", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "tests.basics.del_global": [ + { + "caller": "tests.basics.del_global.", + "callee": "tests.basics.del_global.do_del", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.del_global.", + "callee": "tests.basics.del_global.do_del", + "lineno": 15, + "resolution": "direct_name_call" + } + ], + "tests.basics.del_local": [ + { + "caller": "tests.basics.del_local.", + "callee": "tests.basics.del_local.f", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.del_local.", + "callee": "tests.basics.del_local.g", + "lineno": 25, + "resolution": "direct_name_call" + } + ], + "tests.basics.del_name": [], + "tests.basics.del_subscr": [], + "tests.basics.deque1": [ + { + "caller": "tests.basics.deque1.", + "callee": ".collections.deque", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.deque1.", + "callee": ".collections.deque", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.deque1.", + "callee": ".collections.deque", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.deque1.", + "callee": ".collections.deque", + "lineno": 70, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.deque1.", + "callee": ".collections.deque", + "lineno": 108, + "resolution": "external_constructor_call" + } + ], + "tests.basics.deque2": [ + { + "caller": "tests.basics.deque2.", + "callee": ".collections.deque", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.deque2.", + "callee": ".collections.deque", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.deque2.", + "callee": ".collections.deque", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.deque2.", + "callee": ".collections.deque", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.deque2.", + "callee": ".collections.deque", + "lineno": 35, + "resolution": "external_constructor_call" + } + ], + "tests.basics.deque_micropython": [ + { + "caller": "tests.basics.deque_micropython.", + "callee": ".collections.deque", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.deque_micropython.", + "callee": ".collections.deque", + "lineno": 17, + "resolution": "external_constructor_call" + } + ], + "tests.basics.deque_slice": [ + { + "caller": "tests.basics.deque_slice.", + "callee": ".collections.deque", + "lineno": 7, + "resolution": "external_constructor_call" + } + ], + "tests.basics.dict1": [], + "tests.basics.dict2": [], + "tests.basics.dict_clear": [ + { + "caller": "tests.basics.dict_clear.", + "callee": ".dict.clear", + "lineno": 3, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.dict_construct": [], + "tests.basics.dict_copy": [ + { + "caller": "tests.basics.dict_copy.", + "callee": ".dict.copy", + "lineno": 2, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.dict_del": [], + "tests.basics.dict_fixed": [], + "tests.basics.dict_fromkeys": [], + "tests.basics.dict_fromkeys2": [], + "tests.basics.dict_from_iter": [], + "tests.basics.dict_get": [], + "tests.basics.dict_intern": [], + "tests.basics.dict_iterator": [ + { + "caller": "tests.basics.dict_iterator.", + "callee": ".list.append", + "lineno": 4, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.dict_pop": [ + { + "caller": "tests.basics.dict_pop.", + "callee": ".dict.pop", + "lineno": 2, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_pop.", + "callee": ".dict.pop", + "lineno": 4, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_pop.", + "callee": ".dict.pop", + "lineno": 5, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_pop.", + "callee": ".dict.pop", + "lineno": 6, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_pop.", + "callee": ".dict.pop", + "lineno": 8, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.dict_popitem": [ + { + "caller": "tests.basics.dict_popitem.", + "callee": ".dict.popitem", + "lineno": 3, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_popitem.", + "callee": ".list.append", + "lineno": 5, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_popitem.", + "callee": ".dict.popitem", + "lineno": 6, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_popitem.", + "callee": ".list.append", + "lineno": 8, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_popitem.", + "callee": ".dict.popitem", + "lineno": 10, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.dict_setdefault": [ + { + "caller": "tests.basics.dict_setdefault.", + "callee": ".dict.setdefault", + "lineno": 2, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_setdefault.", + "callee": ".dict.setdefault", + "lineno": 3, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_setdefault.", + "callee": ".dict.setdefault", + "lineno": 4, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_setdefault.", + "callee": ".dict.setdefault", + "lineno": 5, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_setdefault.", + "callee": ".dict.pop", + "lineno": 8, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_setdefault.", + "callee": ".dict.setdefault", + "lineno": 9, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.dict_specialmeth": [ + { + "caller": "tests.basics.dict_specialmeth.", + "callee": ".dict.__setitem__", + "lineno": 4, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_specialmeth.", + "callee": ".dict.__getitem__", + "lineno": 5, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_specialmeth.", + "callee": ".dict.__delitem__", + "lineno": 6, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.dict_union": [ + { + "caller": "tests.basics.dict_union.test_union", + "callee": "tests.basics.dict_union.print_sorted_dict", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.dict_union.test_union", + "callee": "tests.basics.dict_union.print_sorted_dict", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.dict_union.test_union", + "callee": "tests.basics.dict_union.print_sorted_dict", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.dict_union.test_union", + "callee": "tests.basics.dict_union.print_sorted_dict", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.dict_union.", + "callee": "tests.basics.dict_union.test_union", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.dict_union.", + "callee": "tests.basics.dict_union.test_union", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.dict_union.", + "callee": "tests.basics.dict_union.test_union", + "lineno": 36, + "resolution": "direct_name_call" + } + ], + "tests.basics.dict_update": [ + { + "caller": "tests.basics.dict_update.", + "callee": ".dict.update", + "lineno": 3, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_update.", + "callee": ".dict.update", + "lineno": 8, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_update.", + "callee": ".dict.update", + "lineno": 13, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_update.", + "callee": ".dict.update", + "lineno": 15, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.dict_views": [ + { + "caller": "tests.basics.dict_views.", + "callee": ".dict.keys", + "lineno": 12, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_views.", + "callee": ".dict.values", + "lineno": 12, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.dict_views.", + "callee": ".dict.items", + "lineno": 12, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.equal": [], + "tests.basics.equal_class": [], + "tests.basics.errno1": [], + "tests.basics.exception1": [], + "tests.basics.exception_chain": [], + "tests.basics.exceptpoly": [], + "tests.basics.exceptpoly2": [], + "tests.basics.except_match_tuple": [], + "tests.basics.floordivide": [], + "tests.basics.floordivide_intbig": [], + "tests.basics.for1": [ + { + "caller": "tests.basics.for1.", + "callee": "tests.basics.for1.f", + "lineno": 9, + "resolution": "direct_name_call" + } + ], + "tests.basics.for2": [], + "tests.basics.for3": [], + "tests.basics.for_break": [ + { + "caller": "tests.basics.for_break.", + "callee": "tests.basics.for_break.foo", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.for_break.", + "callee": "tests.basics.for_break.bar", + "lineno": 27, + "resolution": "direct_name_call" + } + ], + "tests.basics.for_else": [], + "tests.basics.for_range": [], + "tests.basics.for_return": [ + { + "caller": "tests.basics.for_return.", + "callee": "tests.basics.for_return.f", + "lineno": 7, + "resolution": "direct_name_call" + } + ], + "tests.basics.frozenset1": [], + "tests.basics.frozenset_add": [], + "tests.basics.frozenset_binop": [], + "tests.basics.frozenset_copy": [], + "tests.basics.frozenset_difference": [], + "tests.basics.frozenset_set": [], + "tests.basics.fun1": [ + { + "caller": "tests.basics.fun1.", + "callee": "tests.basics.fun1.f", + "lineno": 5, + "resolution": "direct_name_call" + } + ], + "tests.basics.fun2": [ + { + "caller": "tests.basics.fun2.g", + "callee": "tests.basics.fun2.f", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun2.g", + "callee": "tests.basics.fun2.f", + "lineno": 8, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun2.", + "callee": "tests.basics.fun2.g", + "lineno": 10, + "resolution": "direct_name_call" + } + ], + "tests.basics.fun3": [ + { + "caller": "tests.basics.fun3.", + "callee": "tests.basics.fun3.fun", + "lineno": 6, + "resolution": "direct_name_call" + } + ], + "tests.basics.fun_annotations": [ + { + "caller": "tests.basics.fun_annotations.", + "callee": "tests.basics.fun_annotations.foo", + "lineno": 4, + "resolution": "direct_name_call" + } + ], + "tests.basics.fun_calldblstar": [ + { + "caller": "tests.basics.fun_calldblstar.", + "callee": "tests.basics.fun_calldblstar.f", + "lineno": 6, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_calldblstar.", + "callee": "tests.basics.fun_calldblstar.f", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_calldblstar.", + "callee": "tests.basics.fun_calldblstar.f", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_calldblstar.", + "callee": "tests.basics.fun_calldblstar.A.", + "lineno": 20, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.fun_calldblstar.", + "callee": "tests.basics.fun_calldblstar.A.f", + "lineno": 21, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.fun_calldblstar.", + "callee": "tests.basics.fun_calldblstar.A.f", + "lineno": 22, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.fun_calldblstar.", + "callee": "tests.basics.fun_calldblstar.f1", + "lineno": 30, + "resolution": "direct_name_call" + } + ], + "tests.basics.fun_calldblstar2": [], + "tests.basics.fun_calldblstar3": [ + { + "caller": "tests.basics.fun_calldblstar3.", + "callee": "tests.basics.fun_calldblstar3.foo", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_calldblstar3.", + "callee": "tests.basics.fun_calldblstar3.Mapping.", + "lineno": 17, + "resolution": "same_module_class_call" + } + ], + "tests.basics.fun_calldblstar4": [ + { + "caller": "tests.basics.fun_calldblstar4.", + "callee": "tests.basics.fun_calldblstar4.f", + "lineno": 8, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_calldblstar4.", + "callee": "tests.basics.fun_calldblstar4.f", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_calldblstar4.", + "callee": "tests.basics.fun_calldblstar4.f", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_calldblstar4.", + "callee": "tests.basics.fun_calldblstar4.f", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_calldblstar4.", + "callee": "tests.basics.fun_calldblstar4.A.", + "lineno": 25, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.fun_calldblstar4.", + "callee": "tests.basics.fun_calldblstar4.A.f", + "lineno": 26, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.fun_calldblstar4.", + "callee": "tests.basics.fun_calldblstar4.A.f", + "lineno": 27, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.fun_calldblstar4.", + "callee": "tests.basics.fun_calldblstar4.A.f", + "lineno": 28, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.fun_calldblstar4.", + "callee": "tests.basics.fun_calldblstar4.A.f", + "lineno": 31, + "resolution": "local_typed_method_call" + } + ], + "tests.basics.fun_callstar": [ + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.foo", + "lineno": 6, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.foo", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.foo", + "lineno": 8, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.foo", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.foo", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.foo", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.foo", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.foo", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.foo", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.foo", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.foo", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.foo", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.foo", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.foo", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.A.", + "lineno": 37, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.A.foo", + "lineno": 38, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.A.foo", + "lineno": 39, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.A.foo", + "lineno": 40, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.A.foo", + "lineno": 41, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.A.foo", + "lineno": 42, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.A.foo", + "lineno": 43, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.A.foo", + "lineno": 44, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.A.foo", + "lineno": 45, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.A.foo", + "lineno": 46, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.A.foo", + "lineno": 47, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.A.foo", + "lineno": 50, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.fun_callstar.", + "callee": "tests.basics.fun_callstar.A.foo", + "lineno": 53, + "resolution": "local_typed_method_call" + } + ], + "tests.basics.fun_callstardblstar": [ + { + "caller": "tests.basics.fun_callstardblstar.", + "callee": "tests.basics.fun_callstardblstar.f", + "lineno": 6, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_callstardblstar.", + "callee": "tests.basics.fun_callstardblstar.f", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_callstardblstar.", + "callee": "tests.basics.fun_callstardblstar.A.", + "lineno": 20, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.fun_callstardblstar.", + "callee": "tests.basics.fun_callstardblstar.A.f", + "lineno": 21, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.fun_callstardblstar.", + "callee": "tests.basics.fun_callstardblstar.A.f", + "lineno": 22, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.fun_callstardblstar.", + "callee": "tests.basics.fun_callstardblstar.f2", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_callstardblstar.", + "callee": "tests.basics.fun_callstardblstar.f2", + "lineno": 39, + "resolution": "direct_name_call" + } + ], + "tests.basics.fun_callstar_kwarg": [], + "tests.basics.fun_code": [], + "tests.basics.fun_code_colines": [], + "tests.basics.fun_code_full": [], + "tests.basics.fun_code_lnotab": [ + { + "caller": "tests.basics.fun_code_lnotab.Test.test_co_lnotab_exists", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.basics.fun_code_lnotab.Test.test_co_lnotab_removed", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 29, + "resolution": "external_inherited_call" + } + ], + "tests.basics.fun_defargs": [ + { + "caller": "tests.basics.fun_defargs.", + "callee": "tests.basics.fun_defargs.fun1", + "lineno": 6, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_defargs.", + "callee": "tests.basics.fun_defargs.fun1", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_defargs.", + "callee": "tests.basics.fun_defargs.fun2", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_defargs.", + "callee": "tests.basics.fun_defargs.fun2", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_defargs.", + "callee": "tests.basics.fun_defargs.fun2", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_defargs.", + "callee": "tests.basics.fun_defargs.fun2", + "lineno": 16, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_defargs.", + "callee": "tests.basics.fun_defargs.fun2", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_defargs.", + "callee": "tests.basics.fun_defargs.f", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_defargs.", + "callee": "tests.basics.fun_defargs.f", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_defargs.", + "callee": "tests.basics.fun_defargs.f", + "lineno": 29, + "resolution": "direct_name_call" + } + ], + "tests.basics.fun_defargs2": [ + { + "caller": "tests.basics.fun_defargs2.", + "callee": "tests.basics.fun_defargs2.foo", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_defargs2.", + "callee": "tests.basics.fun_defargs2.foo", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_defargs2.", + "callee": "tests.basics.fun_defargs2.foo", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_defargs2.", + "callee": "tests.basics.fun_defargs2.foo2", + "lineno": 19, + "resolution": "direct_name_call" + } + ], + "tests.basics.fun_error": [ + { + "caller": "tests.basics.fun_error.", + "callee": "tests.basics.fun_error.f", + "lineno": 42, + "resolution": "direct_name_call" + } + ], + "tests.basics.fun_error2": [], + "tests.basics.fun_globals": [ + { + "caller": "tests.basics.fun_globals.", + "callee": "tests.basics.fun_globals.outer", + "lineno": 36, + "resolution": "direct_name_call" + } + ], + "tests.basics.fun_kwargs": [ + { + "caller": "tests.basics.fun_kwargs.", + "callee": "tests.basics.fun_kwargs.f1", + "lineno": 4, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwargs.", + "callee": "tests.basics.fun_kwargs.f1", + "lineno": 5, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwargs.", + "callee": "tests.basics.fun_kwargs.f1", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwargs.", + "callee": "tests.basics.fun_kwargs.f2", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwargs.", + "callee": "tests.basics.fun_kwargs.f2", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwargs.", + "callee": "tests.basics.fun_kwargs.f2", + "lineno": 16, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwargs.", + "callee": "tests.basics.fun_kwargs.f2", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwargs.", + "callee": "tests.basics.fun_kwargs.f2", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwargs.", + "callee": "tests.basics.fun_kwargs.f3", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwargs.", + "callee": "tests.basics.fun_kwargs.f3", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwargs.", + "callee": "tests.basics.fun_kwargs.f3", + "lineno": 33, + "resolution": "direct_name_call" + } + ], + "tests.basics.fun_kwonly": [ + { + "caller": "tests.basics.fun_kwonly.", + "callee": "tests.basics.fun_kwonly.f", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonly.", + "callee": "tests.basics.fun_kwonly.f", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonly.", + "callee": "tests.basics.fun_kwonly.f", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonly.", + "callee": "tests.basics.fun_kwonly.f", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonly.", + "callee": "tests.basics.fun_kwonly.f", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonly.", + "callee": "tests.basics.fun_kwonly.f", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonly.", + "callee": "tests.basics.fun_kwonly.f", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonly.", + "callee": "tests.basics.fun_kwonly.f", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonly.", + "callee": "tests.basics.fun_kwonly.f", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonly.", + "callee": "tests.basics.fun_kwonly.f", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonly.", + "callee": "tests.basics.fun_kwonly.f", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonly.", + "callee": "tests.basics.fun_kwonly.f", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonly.", + "callee": "tests.basics.fun_kwonly.f", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonly.", + "callee": "tests.basics.fun_kwonly.f", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonly.", + "callee": "tests.basics.fun_kwonly.f", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonly.", + "callee": "tests.basics.fun_kwonly.f", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonly.", + "callee": "tests.basics.fun_kwonly.f", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonly.", + "callee": "tests.basics.fun_kwonly.f", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonly.", + "callee": "tests.basics.fun_kwonly.f", + "lineno": 66, + "resolution": "direct_name_call" + } + ], + "tests.basics.fun_kwonlydef": [ + { + "caller": "tests.basics.fun_kwonlydef.", + "callee": "tests.basics.fun_kwonlydef.f1", + "lineno": 6, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonlydef.", + "callee": "tests.basics.fun_kwonlydef.f1", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonlydef.", + "callee": "tests.basics.fun_kwonlydef.f2", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonlydef.", + "callee": "tests.basics.fun_kwonlydef.f2", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonlydef.", + "callee": "tests.basics.fun_kwonlydef.f3", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonlydef.", + "callee": "tests.basics.fun_kwonlydef.f3", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonlydef.", + "callee": "tests.basics.fun_kwonlydef.f3", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonlydef.", + "callee": "tests.basics.fun_kwonlydef.f3", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonlydef.", + "callee": "tests.basics.fun_kwonlydef.f4", + "lineno": 26, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonlydef.", + "callee": "tests.basics.fun_kwonlydef.f4", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonlydef.", + "callee": "tests.basics.fun_kwonlydef.f4", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonlydef.", + "callee": "tests.basics.fun_kwonlydef.f4", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonlydef.", + "callee": "tests.basics.fun_kwonlydef.f5", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonlydef.", + "callee": "tests.basics.fun_kwonlydef.f5", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwonlydef.", + "callee": "tests.basics.fun_kwonlydef.f5", + "lineno": 36, + "resolution": "direct_name_call" + } + ], + "tests.basics.fun_kwvarargs": [ + { + "caller": "tests.basics.fun_kwvarargs.", + "callee": "tests.basics.fun_kwvarargs.f1", + "lineno": 4, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwvarargs.", + "callee": "tests.basics.fun_kwvarargs.f1", + "lineno": 5, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwvarargs.", + "callee": "tests.basics.fun_kwvarargs.f2", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwvarargs.", + "callee": "tests.basics.fun_kwvarargs.f2", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwvarargs.", + "callee": "tests.basics.fun_kwvarargs.f3", + "lineno": 16, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwvarargs.", + "callee": "tests.basics.fun_kwvarargs.f3", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwvarargs.", + "callee": "tests.basics.fun_kwvarargs.f3", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwvarargs.", + "callee": "tests.basics.fun_kwvarargs.f3", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwvarargs.", + "callee": "tests.basics.fun_kwvarargs.f4", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwvarargs.", + "callee": "tests.basics.fun_kwvarargs.f4", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwvarargs.", + "callee": "tests.basics.fun_kwvarargs.f4", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwvarargs.", + "callee": "tests.basics.fun_kwvarargs.f5", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwvarargs.", + "callee": "tests.basics.fun_kwvarargs.print_ret", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_kwvarargs.", + "callee": "tests.basics.fun_kwvarargs.print_ret", + "lineno": 38, + "resolution": "direct_name_call" + } + ], + "tests.basics.fun_largestate": [ + { + "caller": "tests.basics.fun_largestate.", + "callee": "tests.basics.fun_largestate.f", + "lineno": 132, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_largestate.", + "callee": "tests.basics.fun_largestate.g", + "lineno": 137, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_largestate.", + "callee": "tests.basics.fun_largestate.h", + "lineno": 159, + "resolution": "direct_name_call" + } + ], + "tests.basics.fun_name": [ + { + "caller": "tests.basics.fun_name.", + "callee": "tests.basics.fun_name.A.__init__", + "lineno": 14, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.fun_name.", + "callee": "tests.basics.fun_name.outer", + "lineno": 34, + "resolution": "direct_name_call" + } + ], + "tests.basics.fun_str": [], + "tests.basics.fun_varargs": [ + { + "caller": "tests.basics.fun_varargs.", + "callee": "tests.basics.fun_varargs.f1", + "lineno": 5, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_varargs.", + "callee": "tests.basics.fun_varargs.f1", + "lineno": 6, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_varargs.", + "callee": "tests.basics.fun_varargs.f1", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_varargs.", + "callee": "tests.basics.fun_varargs.f2", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_varargs.", + "callee": "tests.basics.fun_varargs.f2", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_varargs.", + "callee": "tests.basics.fun_varargs.f2", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_varargs.", + "callee": "tests.basics.fun_varargs.f3", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_varargs.", + "callee": "tests.basics.fun_varargs.f3", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_varargs.", + "callee": "tests.basics.fun_varargs.f3", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_varargs.", + "callee": "tests.basics.fun_varargs.f4", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_varargs.", + "callee": "tests.basics.fun_varargs.f4", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_varargs.", + "callee": "tests.basics.fun_varargs.f4", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_varargs.", + "callee": "tests.basics.fun_varargs.f4", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_varargs.", + "callee": "tests.basics.fun_varargs.f5", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_varargs.", + "callee": "tests.basics.fun_varargs.f5", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_varargs.", + "callee": "tests.basics.fun_varargs.f5", + "lineno": 40, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.fun_varargs.", + "callee": "tests.basics.fun_varargs.f5", + "lineno": 41, + "resolution": "direct_name_call" + } + ], + "tests.basics.gc1": [], + "tests.basics.generator1": [ + { + "caller": "tests.basics.generator1.", + "callee": "tests.basics.generator1.f", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator1.", + "callee": "tests.basics.generator1.f", + "lineno": 25, + "resolution": "direct_name_call" + } + ], + "tests.basics.generator2": [], + "tests.basics.generator_args": [ + { + "caller": "tests.basics.generator_args.", + "callee": "tests.basics.generator_args.gen", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_args.", + "callee": "tests.basics.generator_args.gen", + "lineno": 8, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_args.", + "callee": "tests.basics.generator_args.g", + "lineno": 17, + "resolution": "direct_name_call" + } + ], + "tests.basics.generator_close": [ + { + "caller": "tests.basics.generator_close.", + "callee": "tests.basics.generator_close.gen1", + "lineno": 6, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_close.", + "callee": "tests.basics.generator_close.gen1", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_close.", + "callee": "tests.basics.generator_close.gen1", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_close.", + "callee": "tests.basics.generator_close.gen2", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_close.", + "callee": "tests.basics.generator_close.gen3", + "lineno": 55, + "resolution": "direct_name_call" + } + ], + "tests.basics.generator_closure": [ + { + "caller": "tests.basics.generator_closure.f", + "callee": "tests.basics.generator_closure.f.g", + "lineno": 7, + "resolution": "nested_function_call" + }, + { + "caller": "tests.basics.generator_closure.", + "callee": "tests.basics.generator_closure.f", + "lineno": 8, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_closure.f", + "callee": "tests.basics.generator_closure.f.g", + "lineno": 16, + "resolution": "nested_function_call" + }, + { + "caller": "tests.basics.generator_closure.f", + "callee": "tests.basics.generator_closure.f.g", + "lineno": 18, + "resolution": "nested_function_call" + }, + { + "caller": "tests.basics.generator_closure.", + "callee": "tests.basics.generator_closure.f", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_closure.", + "callee": "tests.basics.generator_closure.genc", + "lineno": 32, + "resolution": "direct_name_call" + } + ], + "tests.basics.generator_exc": [ + { + "caller": "tests.basics.generator_exc.", + "callee": "tests.basics.generator_exc.gen", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_exc.", + "callee": "tests.basics.generator_exc.gen2", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_exc.", + "callee": "tests.basics.generator_exc.gen3", + "lineno": 45, + "resolution": "direct_name_call" + } + ], + "tests.basics.generator_name": [ + { + "caller": "tests.basics.generator_name.", + "callee": "tests.basics.generator_name.A.", + "lineno": 13, + "resolution": "same_module_class_call" + } + ], + "tests.basics.generator_pend_throw": [ + { + "caller": "tests.basics.generator_pend_throw.", + "callee": "tests.basics.generator_pend_throw.gen", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_pend_throw.", + "callee": "tests.basics.generator_pend_throw.gen", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_pend_throw.", + "callee": "tests.basics.generator_pend_throw.gen_next", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_pend_throw.", + "callee": "tests.basics.generator_pend_throw.gen_pend_throw", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_pend_throw.", + "callee": "tests.basics.generator_pend_throw.gen_cancelled", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_pend_throw.", + "callee": "tests.basics.generator_pend_throw.gen_cancelled", + "lineno": 81, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_pend_throw.", + "callee": "tests.basics.generator_pend_throw.gen", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_pend_throw.", + "callee": "tests.basics.generator_pend_throw.gen", + "lineno": 97, + "resolution": "direct_name_call" + } + ], + "tests.basics.generator_pep479": [ + { + "caller": "tests.basics.generator_pep479.", + "callee": "tests.basics.generator_pep479.gen", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_pep479.", + "callee": "tests.basics.generator_pep479.gen", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_pep479.", + "callee": "tests.basics.generator_pep479.gen", + "lineno": 35, + "resolution": "direct_name_call" + } + ], + "tests.basics.generator_return": [ + { + "caller": "tests.basics.generator_return.", + "callee": "tests.basics.generator_return.gen", + "lineno": 5, + "resolution": "direct_name_call" + } + ], + "tests.basics.generator_send": [ + { + "caller": "tests.basics.generator_send.", + "callee": "tests.basics.generator_send.f", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_send.", + "callee": "tests.basics.generator_send.f2", + "lineno": 26, + "resolution": "direct_name_call" + } + ], + "tests.basics.generator_throw": [ + { + "caller": "tests.basics.generator_throw.", + "callee": "tests.basics.generator_throw.gen", + "lineno": 6, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_throw.", + "callee": "tests.basics.generator_throw.gen", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_throw.", + "callee": "tests.basics.generator_throw.gen", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_throw.", + "callee": "tests.basics.generator_throw.gen", + "lineno": 41, + "resolution": "direct_name_call" + } + ], + "tests.basics.generator_throw_multi_arg": [ + { + "caller": "tests.basics.generator_throw_multi_arg.", + "callee": "tests.basics.generator_throw_multi_arg.gen", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.generator_throw_multi_arg.", + "callee": "tests.basics.generator_throw_multi_arg.gen", + "lineno": 19, + "resolution": "direct_name_call" + } + ], + "tests.basics.generator_throw_nested": [ + { + "caller": "tests.basics.generator_throw_nested.", + "callee": "tests.basics.generator_throw_nested.gen", + "lineno": 25, + "resolution": "direct_name_call" + } + ], + "tests.basics.generator_throw_repeat": [ + { + "caller": "tests.basics.generator_throw_repeat.", + "callee": "tests.basics.generator_throw_repeat.gen", + "lineno": 12, + "resolution": "direct_name_call" + } + ], + "tests.basics.gen_yield_from": [ + { + "caller": "tests.basics.gen_yield_from.gen2", + "callee": "tests.basics.gen_yield_from.gen", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from.", + "callee": "tests.basics.gen_yield_from.gen2", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from.", + "callee": "tests.basics.gen_yield_from.gen8", + "lineno": 26, + "resolution": "direct_name_call" + } + ], + "tests.basics.gen_yield_from_close": [ + { + "caller": "tests.basics.gen_yield_from_close.gen2", + "callee": "tests.basics.gen_yield_from_close.gen", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_close.", + "callee": "tests.basics.gen_yield_from_close.gen2", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_close.gen4", + "callee": "tests.basics.gen_yield_from_close.gen3", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_close.", + "callee": "tests.basics.gen_yield_from_close.gen4", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_close.gen6", + "callee": "tests.basics.gen_yield_from_close.gen5", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_close.", + "callee": "tests.basics.gen_yield_from_close.gen6", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_close.", + "callee": "tests.basics.gen_yield_from_close.gen7", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_close.", + "callee": "tests.basics.gen_yield_from_close.gen8", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_close.gen9", + "callee": "tests.basics.gen_yield_from_close.Iter.", + "lineno": 120, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.gen_yield_from_close.", + "callee": "tests.basics.gen_yield_from_close.gen9", + "lineno": 121, + "resolution": "direct_name_call" + } + ], + "tests.basics.gen_yield_from_ducktype": [ + { + "caller": "tests.basics.gen_yield_from_ducktype.gen", + "callee": "tests.basics.gen_yield_from_ducktype.MyGen.__init__", + "lineno": 16, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.gen_yield_from_ducktype.gen2", + "callee": "tests.basics.gen_yield_from_ducktype.gen", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_ducktype.", + "callee": "tests.basics.gen_yield_from_ducktype.gen", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_ducktype.", + "callee": "tests.basics.gen_yield_from_ducktype.gen2", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_ducktype.Incrementer.__next__", + "callee": "tests.basics.gen_yield_from_ducktype.Incrementer.send", + "lineno": 31, + "resolution": "self_method_call" + }, + { + "caller": "tests.basics.gen_yield_from_ducktype.gen3", + "callee": "tests.basics.gen_yield_from_ducktype.Incrementer.", + "lineno": 39, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.gen_yield_from_ducktype.", + "callee": "tests.basics.gen_yield_from_ducktype.gen3", + "lineno": 41, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_ducktype.gen4", + "callee": "tests.basics.gen_yield_from_ducktype.MyIter.", + "lineno": 58, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.gen_yield_from_ducktype.", + "callee": "tests.basics.gen_yield_from_ducktype.gen4", + "lineno": 63, + "resolution": "direct_name_call" + } + ], + "tests.basics.gen_yield_from_exc": [ + { + "caller": "tests.basics.gen_yield_from_exc.gen2", + "callee": "tests.basics.gen_yield_from_exc.gen", + "lineno": 8, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_exc.", + "callee": "tests.basics.gen_yield_from_exc.gen2", + "lineno": 12, + "resolution": "direct_name_call" + } + ], + "tests.basics.gen_yield_from_executing": [ + { + "caller": "tests.basics.gen_yield_from_executing.", + "callee": "tests.basics.gen_yield_from_executing.f", + "lineno": 8, + "resolution": "direct_name_call" + } + ], + "tests.basics.gen_yield_from_iter": [ + { + "caller": "tests.basics.gen_yield_from_iter.gen2", + "callee": "tests.basics.gen_yield_from_iter.gen", + "lineno": 5, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_iter.", + "callee": "tests.basics.gen_yield_from_iter.gen", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_iter.", + "callee": "tests.basics.gen_yield_from_iter.gen2", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_iter.", + "callee": "tests.basics.gen_yield_from_iter.gen3", + "lineno": 13, + "resolution": "direct_name_call" + } + ], + "tests.basics.gen_yield_from_pending": [ + { + "caller": "tests.basics.gen_yield_from_pending.main", + "callee": "tests.basics.gen_yield_from_pending.raise_task", + "lineno": 16, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_pending.main", + "callee": "tests.basics.gen_yield_from_pending.noop_task", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_pending.", + "callee": "tests.basics.gen_yield_from_pending.main", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "tests.basics.gen_yield_from_send": [ + { + "caller": "tests.basics.gen_yield_from_send.gen2", + "callee": "tests.basics.gen_yield_from_send.gen", + "lineno": 6, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_send.", + "callee": "tests.basics.gen_yield_from_send.gen2", + "lineno": 8, + "resolution": "direct_name_call" + } + ], + "tests.basics.gen_yield_from_stopped": [ + { + "caller": "tests.basics.gen_yield_from_stopped.", + "callee": "tests.basics.gen_yield_from_stopped.gen", + "lineno": 8, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_stopped.", + "callee": "tests.basics.gen_yield_from_stopped.run", + "lineno": 16, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_stopped.", + "callee": "tests.basics.gen_yield_from_stopped.run", + "lineno": 28, + "resolution": "direct_name_call" + } + ], + "tests.basics.gen_yield_from_throw": [ + { + "caller": "tests.basics.gen_yield_from_throw.gen2", + "callee": "tests.basics.gen_yield_from_throw.gen", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_throw.", + "callee": "tests.basics.gen_yield_from_throw.gen2", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_throw.gen2", + "callee": "tests.basics.gen_yield_from_throw.gen", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_throw.", + "callee": "tests.basics.gen_yield_from_throw.gen2", + "lineno": 30, + "resolution": "direct_name_call" + } + ], + "tests.basics.gen_yield_from_throw2": [ + { + "caller": "tests.basics.gen_yield_from_throw2.gen2", + "callee": "tests.basics.gen_yield_from_throw2.gen", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_throw2.", + "callee": "tests.basics.gen_yield_from_throw2.gen2", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_throw2.", + "callee": "tests.basics.gen_yield_from_throw2.gen2", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "tests.basics.gen_yield_from_throw3": [ + { + "caller": "tests.basics.gen_yield_from_throw3.gen", + "callee": "tests.basics.gen_yield_from_throw3.Iter.", + "lineno": 15, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.gen_yield_from_throw3.", + "callee": "tests.basics.gen_yield_from_throw3.gen", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_throw3.", + "callee": "tests.basics.gen_yield_from_throw3.gen", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_throw3.", + "callee": "tests.basics.gen_yield_from_throw3.gen", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_throw3.gen2", + "callee": "tests.basics.gen_yield_from_throw3.Iter2.", + "lineno": 41, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.gen_yield_from_throw3.", + "callee": "tests.basics.gen_yield_from_throw3.gen2", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_throw3.", + "callee": "tests.basics.gen_yield_from_throw3.gen2", + "lineno": 52, + "resolution": "direct_name_call" + } + ], + "tests.basics.gen_yield_from_throw_multi_arg": [ + { + "caller": "tests.basics.gen_yield_from_throw_multi_arg.gen2", + "callee": "tests.basics.gen_yield_from_throw_multi_arg.gen", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_throw_multi_arg.", + "callee": "tests.basics.gen_yield_from_throw_multi_arg.gen2", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_throw_multi_arg.", + "callee": "tests.basics.gen_yield_from_throw_multi_arg.gen2", + "lineno": 28, + "resolution": "direct_name_call" + } + ], + "tests.basics.gen_yield_from_throw_repeat": [ + { + "caller": "tests.basics.gen_yield_from_throw_repeat.gen", + "callee": "tests.basics.gen_yield_from_throw_repeat.yielder", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.gen_yield_from_throw_repeat.", + "callee": "tests.basics.gen_yield_from_throw_repeat.gen", + "lineno": 18, + "resolution": "direct_name_call" + } + ], + "tests.basics.getattr": [ + { + "caller": "tests.basics.getattr.", + "callee": "tests.basics.getattr.A.__init__", + "lineno": 10, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.getattr.", + "callee": "tests.basics.getattr.A.__init__", + "lineno": 20, + "resolution": "same_module_class_call" + } + ], + "tests.basics.getitem": [ + { + "caller": "tests.basics.getitem.", + "callee": "tests.basics.getitem.A.", + "lineno": 9, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.getitem.", + "callee": "tests.basics.getitem.A.", + "lineno": 10, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.getitem.", + "callee": "tests.basics.getitem.A.", + "lineno": 13, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.getitem.", + "callee": "tests.basics.getitem.A.", + "lineno": 17, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.getitem.", + "callee": "tests.basics.getitem.A.", + "lineno": 28, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.getitem.", + "callee": "tests.basics.getitem.A.", + "lineno": 35, + "resolution": "same_module_class_call" + } + ], + "tests.basics.globals_del": [ + { + "caller": "tests.basics.globals_del.", + "callee": "tests.basics.globals_del._g", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.globals_del.", + "callee": "tests.basics.globals_del._C.", + "lineno": 18, + "resolution": "same_module_class_call" + } + ], + "tests.basics.ifcond": [ + { + "caller": "tests.basics.ifcond.", + "callee": "tests.basics.ifcond.f", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.ifcond.", + "callee": "tests.basics.ifcond.f", + "lineno": 69, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.ifcond.", + "callee": "tests.basics.ifcond.f", + "lineno": 69, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.ifcond.", + "callee": "tests.basics.ifcond.f", + "lineno": 106, + "resolution": "direct_name_call" + } + ], + "tests.basics.ifexpr": [ + { + "caller": "tests.basics.ifexpr.", + "callee": "tests.basics.ifexpr.f", + "lineno": 8, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.ifexpr.", + "callee": "tests.basics.ifexpr.f", + "lineno": 9, + "resolution": "direct_name_call" + } + ], + "tests.basics.import_instance_method": [ + { + "caller": "tests.basics.import_instance_method.", + "callee": "tests.basics.import_instance_method.A.__init__", + "lineno": 23, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.import_instance_method.", + "callee": "tests.basics.import_instance_method.A.__init__", + "lineno": 32, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.import_instance_method.", + "callee": ".mod.meth", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.import_instance_method.", + "callee": ".mod.meth_with_arg", + "lineno": 38, + "resolution": "external_constructor_call" + } + ], + "tests.basics.import_star_nonmodule": [ + { + "caller": "tests.basics.import_star_nonmodule.", + "callee": "tests.basics.import_star_nonmodule.M.__init__", + "lineno": 28, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.import_star_nonmodule.", + "callee": "tests.basics.import_star_nonmodule.M.__init__", + "lineno": 53, + "resolution": "same_module_class_call" + } + ], + "tests.basics.int1": [ + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 80, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 81, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 88, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 92, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 93, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int1.", + "callee": "tests.basics.int1.test", + "lineno": 96, + "resolution": "direct_name_call" + } + ], + "tests.basics.int2": [], + "tests.basics.int_64_basics": [], + "tests.basics.int_big1": [], + "tests.basics.int_big_add": [], + "tests.basics.int_big_and": [], + "tests.basics.int_big_and2": [], + "tests.basics.int_big_and3": [], + "tests.basics.int_big_cmp": [], + "tests.basics.int_big_div": [], + "tests.basics.int_big_error": [], + "tests.basics.int_big_lshift": [], + "tests.basics.int_big_mod": [], + "tests.basics.int_big_mul": [], + "tests.basics.int_big_or": [], + "tests.basics.int_big_or2": [], + "tests.basics.int_big_or3": [], + "tests.basics.int_big_pow": [], + "tests.basics.int_big_rshift": [], + "tests.basics.int_big_to_small": [], + "tests.basics.int_big_to_small_int29": [], + "tests.basics.int_big_unary": [], + "tests.basics.int_big_xor": [], + "tests.basics.int_big_xor2": [], + "tests.basics.int_big_xor3": [], + "tests.basics.int_big_zeroone": [], + "tests.basics.int_bytes": [ + { + "caller": "tests.basics.int_bytes.", + "callee": "tests.basics.int_bytes.to_bytes_compat", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int_bytes.", + "callee": "tests.basics.int_bytes.to_bytes_compat", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int_bytes.", + "callee": "tests.basics.int_bytes.to_bytes_compat", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int_bytes.", + "callee": "tests.basics.int_bytes.to_bytes_compat", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int_bytes.", + "callee": "tests.basics.int_bytes.to_bytes_compat", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int_bytes.", + "callee": "tests.basics.int_bytes.to_bytes_compat", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int_bytes.", + "callee": "tests.basics.int_bytes.to_bytes_compat", + "lineno": 80, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int_bytes.", + "callee": "tests.basics.int_bytes.to_bytes_compat", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int_bytes.", + "callee": "tests.basics.int_bytes.to_bytes_compat", + "lineno": 88, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int_bytes.", + "callee": "tests.basics.int_bytes.to_bytes_compat", + "lineno": 93, + "resolution": "direct_name_call" + } + ], + "tests.basics.int_bytes_int64": [ + { + "caller": "tests.basics.int_bytes_int64.", + "callee": "tests.basics.int_bytes_int64.to_bytes_compat", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int_bytes_int64.", + "callee": "tests.basics.int_bytes_int64.to_bytes_compat", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int_bytes_int64.", + "callee": "tests.basics.int_bytes_int64.to_bytes_compat", + "lineno": 52, + "resolution": "direct_name_call" + } + ], + "tests.basics.int_bytes_intbig": [ + { + "caller": "tests.basics.int_bytes_intbig.", + "callee": "tests.basics.int_bytes_intbig.to_bytes_compat", + "lineno": 47, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int_bytes_intbig.", + "callee": "tests.basics.int_bytes_intbig.to_bytes_compat", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int_bytes_intbig.", + "callee": "tests.basics.int_bytes_intbig.to_bytes_compat", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int_bytes_intbig.", + "callee": "tests.basics.int_bytes_intbig.to_bytes_compat", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.int_bytes_intbig.", + "callee": "tests.basics.int_bytes_intbig.to_bytes_compat", + "lineno": 62, + "resolution": "direct_name_call" + } + ], + "tests.basics.int_bytes_optional_args_cp311": [], + "tests.basics.int_constfolding": [], + "tests.basics.int_constfolding_intbig": [], + "tests.basics.int_divmod": [], + "tests.basics.int_divmod_intbig": [], + "tests.basics.int_divzero": [], + "tests.basics.int_intbig": [], + "tests.basics.int_parse": [], + "tests.basics.int_small": [], + "tests.basics.io_buffered_writer": [ + { + "caller": "tests.basics.io_buffered_writer.", + "callee": "tests.basics.io_buffered_writer.MyIO.__init__", + "lineno": 45, + "resolution": "same_module_class_call" + } + ], + "tests.basics.io_bytesio_cow": [], + "tests.basics.io_bytesio_ext": [], + "tests.basics.io_bytesio_ext2": [], + "tests.basics.io_iobase": [ + { + "caller": "tests.basics.io_iobase.", + "callee": "tests.basics.io_iobase.MyIO.", + "lineno": 16, + "resolution": "same_module_class_call" + } + ], + "tests.basics.io_stringio1": [], + "tests.basics.io_stringio_base": [], + "tests.basics.io_stringio_with": [], + "tests.basics.io_write_ext": [], + "tests.basics.is_isnot": [], + "tests.basics.is_isnot_literal": [], + "tests.basics.iter0": [], + "tests.basics.iter1": [ + { + "caller": "tests.basics.iter1.", + "callee": "tests.basics.iter1.NotIterable.", + "lineno": 7, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.iter1.", + "callee": "tests.basics.iter1.NotIterable.", + "lineno": 17, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.iter1.", + "callee": "tests.basics.iter1.myiter.__init__", + "lineno": 50, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.iter1.", + "callee": "tests.basics.iter1.myiter.__init__", + "lineno": 53, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.iter1.", + "callee": "tests.basics.iter1.myiter.__init__", + "lineno": 57, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.iter1.", + "callee": "tests.basics.iter1.myiter.__init__", + "lineno": 63, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.iter1.", + "callee": "tests.basics.iter1.myiter.__init__", + "lineno": 69, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.iter1.", + "callee": "tests.basics.iter1.myiter.__init__", + "lineno": 73, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.iter1.", + "callee": "tests.basics.iter1.myiter.__init__", + "lineno": 74, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.iter1.", + "callee": "tests.basics.iter1.myiter.__init__", + "lineno": 75, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.iter1.", + "callee": "tests.basics.iter1.myiter.__init__", + "lineno": 77, + "resolution": "same_module_class_call" + } + ], + "tests.basics.iter2": [ + { + "caller": "tests.basics.iter2.", + "callee": "tests.basics.iter2.myiter.__init__", + "lineno": 21, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.iter2.", + "callee": "tests.basics.iter2.myiter.__init__", + "lineno": 22, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.iter2.", + "callee": "tests.basics.iter2.myiter.__init__", + "lineno": 23, + "resolution": "same_module_class_call" + } + ], + "tests.basics.iter_of_iter": [], + "tests.basics.lambda1": [], + "tests.basics.lambda_defargs": [], + "tests.basics.lexer": [ + { + "caller": "tests.basics.lexer.", + "callee": "tests.basics.lexer.a", + "lineno": 67, + "resolution": "direct_name_call" + } + ], + "tests.basics.list1": [ + { + "caller": "tests.basics.list1.", + "callee": ".list.append", + "lineno": 8, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list1.", + "callee": ".list.extend", + "lineno": 14, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list1.", + "callee": ".list.extend", + "lineno": 16, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.list_clear": [ + { + "caller": "tests.basics.list_clear.", + "callee": ".list.clear", + "lineno": 3, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.list_compare": [], + "tests.basics.list_copy": [ + { + "caller": "tests.basics.list_copy.", + "callee": ".list.copy", + "lineno": 3, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_copy.", + "callee": ".list.append", + "lineno": 5, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.list_count": [ + { + "caller": "tests.basics.list_count.", + "callee": ".list.count", + "lineno": 6, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.list_extend": [ + { + "caller": "tests.basics.list_extend.", + "callee": ".list.extend", + "lineno": 4, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_extend.", + "callee": ".list.extend", + "lineno": 7, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_extend.", + "callee": ".list.extend", + "lineno": 10, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_extend.", + "callee": ".list.extend", + "lineno": 13, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_extend.", + "callee": ".list.extend", + "lineno": 16, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.list_index": [ + { + "caller": "tests.basics.list_index.", + "callee": ".list.index", + "lineno": 2, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_index.", + "callee": ".list.index", + "lineno": 3, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_index.", + "callee": ".list.index", + "lineno": 4, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_index.", + "callee": ".list.index", + "lineno": 5, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_index.", + "callee": ".list.index", + "lineno": 6, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_index.", + "callee": ".list.index", + "lineno": 7, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_index.", + "callee": ".list.index", + "lineno": 10, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_index.", + "callee": ".list.index", + "lineno": 17, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_index.", + "callee": ".list.index", + "lineno": 26, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.list_insert": [ + { + "caller": "tests.basics.list_insert.", + "callee": ".list.insert", + "lineno": 2, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_insert.", + "callee": ".list.insert", + "lineno": 4, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_insert.", + "callee": ".list.insert", + "lineno": 6, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_insert.", + "callee": ".list.insert", + "lineno": 8, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.list_mult": [], + "tests.basics.list_pop": [ + { + "caller": "tests.basics.list_pop.", + "callee": ".list.pop", + "lineno": 3, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_pop.", + "callee": ".list.pop", + "lineno": 4, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_pop.", + "callee": ".list.pop", + "lineno": 5, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_pop.", + "callee": ".list.pop", + "lineno": 7, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.list_remove": [ + { + "caller": "tests.basics.list_remove.", + "callee": ".list.remove", + "lineno": 2, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_remove.", + "callee": ".list.remove", + "lineno": 5, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.list_reverse": [ + { + "caller": "tests.basics.list_reverse.", + "callee": ".list.append", + "lineno": 3, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_reverse.", + "callee": ".list.reverse", + "lineno": 4, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.list_slice": [], + "tests.basics.list_slice_3arg": [], + "tests.basics.list_slice_assign": [], + "tests.basics.list_slice_assign_grow": [], + "tests.basics.list_sort": [ + { + "caller": "tests.basics.list_sort.", + "callee": ".list.sort", + "lineno": 5, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_sort.", + "callee": ".list.sort", + "lineno": 10, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_sort.", + "callee": ".list.sort", + "lineno": 15, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_sort.", + "callee": ".list.sort", + "lineno": 20, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_sort.", + "callee": ".list.sort", + "lineno": 25, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_sort.", + "callee": "tests.basics.list_sort.A.__init__", + "lineno": 44, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.list_sort.", + "callee": "tests.basics.list_sort.A.__init__", + "lineno": 44, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.list_sort.", + "callee": "tests.basics.list_sort.A.__init__", + "lineno": 44, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.list_sort.", + "callee": "tests.basics.list_sort.A.__init__", + "lineno": 44, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.list_sort.", + "callee": "tests.basics.list_sort.A.__init__", + "lineno": 44, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.list_sort.", + "callee": ".list.sort", + "lineno": 46, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.list_sort.", + "callee": ".list.sort", + "lineno": 48, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.list_sum": [], + "tests.basics.logic_constfolding": [ + { + "caller": "tests.basics.logic_constfolding.", + "callee": "tests.basics.logic_constfolding.f_false", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.logic_constfolding.", + "callee": "tests.basics.logic_constfolding.f_false", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.logic_constfolding.", + "callee": "tests.basics.logic_constfolding.f_true", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.logic_constfolding.", + "callee": "tests.basics.logic_constfolding.f_true", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.logic_constfolding.", + "callee": "tests.basics.logic_constfolding.f_true", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.logic_constfolding.", + "callee": "tests.basics.logic_constfolding.f_false", + "lineno": 19, + "resolution": "direct_name_call" + } + ], + "tests.basics.memoryerror": [], + "tests.basics.memoryview1": [], + "tests.basics.memoryview2": [ + { + "caller": "tests.basics.memoryview2.", + "callee": ".array.array", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.memoryview2.", + "callee": ".array.array", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.memoryview2.", + "callee": ".array.array", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.memoryview2.", + "callee": ".array.array", + "lineno": 17, + "resolution": "external_constructor_call" + } + ], + "tests.basics.memoryview_gc": [], + "tests.basics.memoryview_intbig": [ + { + "caller": "tests.basics.memoryview_intbig.", + "callee": ".array.array", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.memoryview_intbig.", + "callee": ".array.array", + "lineno": 14, + "resolution": "external_constructor_call" + } + ], + "tests.basics.memoryview_itemsize": [ + { + "caller": "tests.basics.memoryview_itemsize.", + "callee": ".array.array", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.memoryview_itemsize.", + "callee": ".array.array", + "lineno": 16, + "resolution": "external_constructor_call" + } + ], + "tests.basics.memoryview_slice_assign": [], + "tests.basics.memoryview_slice_size": [ + { + "caller": "tests.basics.memoryview_slice_size.", + "callee": ".uctypes.bytearray_at", + "lineno": 17, + "resolution": "external_constructor_call" + } + ], + "tests.basics.module1": [], + "tests.basics.module2": [], + "tests.basics.module_dict": [], + "tests.basics.namedtuple1": [ + { + "caller": "tests.basics.namedtuple1.", + "callee": ".collections.namedtuple", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.namedtuple1.", + "callee": ".collections.namedtuple", + "lineno": 70, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.namedtuple1.", + "callee": ".collections.namedtuple", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.namedtuple1.", + "callee": ".collections.namedtuple", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.namedtuple1.", + "callee": ".collections.namedtuple", + "lineno": 90, + "resolution": "external_constructor_call" + } + ], + "tests.basics.namedtuple_asdict": [ + { + "caller": "tests.basics.namedtuple_asdict.", + "callee": ".collections.namedtuple", + "lineno": 7, + "resolution": "external_constructor_call" + } + ], + "tests.basics.nanbox_smallint": [], + "tests.basics.object1": [], + "tests.basics.object_dict": [ + { + "caller": "tests.basics.object_dict.", + "callee": "tests.basics.object_dict.Foo.__init__", + "lineno": 8, + "resolution": "same_module_class_call" + } + ], + "tests.basics.object_new": [], + "tests.basics.op_error": [], + "tests.basics.op_error_bytearray": [], + "tests.basics.op_error_intbig": [], + "tests.basics.op_error_literal": [], + "tests.basics.op_error_memoryview": [], + "tests.basics.op_precedence": [], + "tests.basics.ordereddict1": [ + { + "caller": "tests.basics.ordereddict1.", + "callee": ".collections.OrderedDict", + "lineno": 7, + "resolution": "external_constructor_call" + } + ], + "tests.basics.ordereddict_eq": [ + { + "caller": "tests.basics.ordereddict_eq.", + "callee": ".collections.OrderedDict", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.ordereddict_eq.", + "callee": ".collections.OrderedDict", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.ordereddict_eq.", + "callee": ".collections.OrderedDict", + "lineno": 17, + "resolution": "external_constructor_call" + } + ], + "tests.basics.parser": [], + "tests.basics.python34": [ + { + "caller": "tests.basics.python34.", + "callee": "tests.basics.python34.print_ret", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.python34.", + "callee": "tests.basics.python34.print_ret", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.python34.", + "callee": "tests.basics.python34.test_syntax", + "lineno": 26, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.python34.", + "callee": "tests.basics.python34.test_syntax", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.python34.", + "callee": "tests.basics.python34.test_syntax", + "lineno": 28, + "resolution": "direct_name_call" + } + ], + "tests.basics.python36": [], + "tests.basics.return1": [ + { + "caller": "tests.basics.return1.", + "callee": "tests.basics.return1.f", + "lineno": 5, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.return1.", + "callee": "tests.basics.return1.g", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.return1.", + "callee": "tests.basics.return1.f", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.return1.", + "callee": "tests.basics.return1.f", + "lineno": 13, + "resolution": "direct_name_call" + } + ], + "tests.basics.scope": [ + { + "caller": "tests.basics.scope.", + "callee": "tests.basics.scope.f", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.scope.f", + "callee": "tests.basics.scope.f.g", + "lineno": 19, + "resolution": "nested_function_call" + }, + { + "caller": "tests.basics.scope.", + "callee": "tests.basics.scope.f", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.scope.", + "callee": "tests.basics.scope.f", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.scope.", + "callee": "tests.basics.scope.f", + "lineno": 43, + "resolution": "direct_name_call" + } + ], + "tests.basics.scope_class": [ + { + "caller": "tests.basics.scope_class.", + "callee": "tests.basics.scope_class.test1", + "lineno": 16, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.scope_class.test2", + "callee": "tests.basics.scope_class.test2.method", + "lineno": 32, + "resolution": "nested_function_call" + }, + { + "caller": "tests.basics.scope_class.", + "callee": "tests.basics.scope_class.test2", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.scope_class.", + "callee": "tests.basics.scope_class.test3", + "lineno": 47, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.scope_class.", + "callee": "tests.basics.scope_class.test4", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.scope_class.", + "callee": "tests.basics.scope_class.test5", + "lineno": 77, + "resolution": "direct_name_call" + } + ], + "tests.basics.scope_implicit": [ + { + "caller": "tests.basics.scope_implicit.", + "callee": "tests.basics.scope_implicit.f", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.scope_implicit.", + "callee": "tests.basics.scope_implicit.f", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.scope_implicit.f", + "callee": "tests.basics.scope_implicit.f.g", + "lineno": 27, + "resolution": "nested_function_call" + }, + { + "caller": "tests.basics.scope_implicit.", + "callee": "tests.basics.scope_implicit.f", + "lineno": 29, + "resolution": "direct_name_call" + } + ], + "tests.basics.self_type_check": [], + "tests.basics.seq_unpack": [], + "tests.basics.set_add": [ + { + "caller": "tests.basics.set_add.", + "callee": ".set.add", + "lineno": 2, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.set_basic": [], + "tests.basics.set_binop": [], + "tests.basics.set_clear": [ + { + "caller": "tests.basics.set_clear.", + "callee": ".set.clear", + "lineno": 2, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.set_comprehension": [], + "tests.basics.set_containment": [], + "tests.basics.set_copy": [ + { + "caller": "tests.basics.set_copy.", + "callee": ".set.copy", + "lineno": 2, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.set_copy.", + "callee": ".set.add", + "lineno": 3, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.set_difference": [], + "tests.basics.set_discard": [ + { + "caller": "tests.basics.set_discard.", + "callee": ".set.discard", + "lineno": 2, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.set_intersection": [ + { + "caller": "tests.basics.set_intersection.", + "callee": ".set.intersection", + "lineno": 3, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.set_intersection.", + "callee": ".set.intersection", + "lineno": 4, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.set_intersection.", + "callee": ".set.intersection_update", + "lineno": 6, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.set_isdisjoint": [ + { + "caller": "tests.basics.set_isdisjoint.", + "callee": ".set.isdisjoint", + "lineno": 2, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.set_isdisjoint.", + "callee": ".set.isdisjoint", + "lineno": 3, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.set_isdisjoint.", + "callee": ".set.isdisjoint", + "lineno": 4, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.set_isdisjoint.", + "callee": ".set.isdisjoint", + "lineno": 5, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.set_isdisjoint.", + "callee": ".set.isdisjoint", + "lineno": 6, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.set_isfooset": [], + "tests.basics.set_iter": [], + "tests.basics.set_iter_of_iter": [], + "tests.basics.set_pop": [ + { + "caller": "tests.basics.set_pop.", + "callee": ".set.pop", + "lineno": 2, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.set_pop.", + "callee": ".set.pop", + "lineno": 4, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.set_remove": [ + { + "caller": "tests.basics.set_remove.", + "callee": ".set.remove", + "lineno": 3, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.set_remove.", + "callee": ".set.remove", + "lineno": 6, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.set_specialmeth": [ + { + "caller": "tests.basics.set_specialmeth.", + "callee": ".set.__contains__", + "lineno": 4, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.set_specialmeth.", + "callee": ".set.__contains__", + "lineno": 5, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.set_symmetric_difference": [ + { + "caller": "tests.basics.set_symmetric_difference.", + "callee": ".set.symmetric_difference_update", + "lineno": 4, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.set_type": [], + "tests.basics.set_union": [], + "tests.basics.set_unop": [], + "tests.basics.set_update": [ + { + "caller": "tests.basics.set_update.", + "callee": ".set.update", + "lineno": 2, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.set_update.", + "callee": ".set.update", + "lineno": 4, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.basics.set_update.", + "callee": ".set.update", + "lineno": 6, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.slice_attrs": [ + { + "caller": "tests.basics.slice_attrs.", + "callee": "tests.basics.slice_attrs.A.", + "lineno": 9, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.slice_attrs.", + "callee": "tests.basics.slice_attrs.A.", + "lineno": 15, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.slice_attrs.", + "callee": "tests.basics.slice_attrs.B.", + "lineno": 24, + "resolution": "same_module_class_call" + } + ], + "tests.basics.slice_indices": [ + { + "caller": "tests.basics.slice_indices.", + "callee": "tests.basics.slice_indices.A.", + "lineno": 10, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.slice_indices.", + "callee": "tests.basics.slice_indices.A.", + "lineno": 15, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.slice_indices.", + "callee": "tests.basics.slice_indices.A.", + "lineno": 16, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.slice_indices.", + "callee": "tests.basics.slice_indices.A.", + "lineno": 17, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.slice_indices.", + "callee": "tests.basics.slice_indices.A.", + "lineno": 18, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.slice_indices.", + "callee": "tests.basics.slice_indices.A.", + "lineno": 19, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.slice_indices.", + "callee": "tests.basics.slice_indices.A.", + "lineno": 20, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.slice_indices.", + "callee": "tests.basics.slice_indices.A.", + "lineno": 21, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.slice_indices.", + "callee": "tests.basics.slice_indices.A.", + "lineno": 22, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.slice_indices.", + "callee": "tests.basics.slice_indices.A.", + "lineno": 24, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.slice_indices.", + "callee": "tests.basics.slice_indices.A.", + "lineno": 25, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.slice_indices.", + "callee": "tests.basics.slice_indices.A.", + "lineno": 26, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.slice_indices.", + "callee": "tests.basics.slice_indices.A.", + "lineno": 27, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.slice_indices.", + "callee": "tests.basics.slice_indices.A.", + "lineno": 30, + "resolution": "same_module_class_call" + } + ], + "tests.basics.slice_intbig": [], + "tests.basics.slice_op": [], + "tests.basics.slice_optimise": [ + { + "caller": "tests.basics.slice_optimise.", + "callee": ".collections.OrderedDict", + "lineno": 20, + "resolution": "external_constructor_call" + } + ], + "tests.basics.slots_bool_len": [ + { + "caller": "tests.basics.slots_bool_len.", + "callee": "tests.basics.slots_bool_len.A.", + "lineno": 14, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.slots_bool_len.", + "callee": "tests.basics.slots_bool_len.A.", + "lineno": 15, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.slots_bool_len.", + "callee": "tests.basics.slots_bool_len.B.", + "lineno": 16, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.slots_bool_len.", + "callee": "tests.basics.slots_bool_len.B.", + "lineno": 17, + "resolution": "same_module_class_call" + } + ], + "tests.basics.special_comparisons": [ + { + "caller": "tests.basics.special_comparisons.", + "callee": "tests.basics.special_comparisons.A.", + "lineno": 21, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.special_comparisons.", + "callee": "tests.basics.special_comparisons.B.", + "lineno": 22, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.special_comparisons.", + "callee": "tests.basics.special_comparisons.C.", + "lineno": 23, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.special_comparisons.", + "callee": "tests.basics.special_comparisons.D.", + "lineno": 24, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.special_comparisons.", + "callee": "tests.basics.special_comparisons.test", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.special_comparisons.", + "callee": "tests.basics.special_comparisons.test", + "lineno": 33, + "resolution": "direct_name_call" + } + ], + "tests.basics.special_comparisons2": [ + { + "caller": "tests.basics.special_comparisons2.", + "callee": "tests.basics.special_comparisons2.E.", + "lineno": 17, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.special_comparisons2.", + "callee": "tests.basics.special_comparisons2.F.", + "lineno": 17, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.special_comparisons2.", + "callee": "tests.basics.special_comparisons2.F.", + "lineno": 18, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.special_comparisons2.", + "callee": "tests.basics.special_comparisons2.E.", + "lineno": 18, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.special_comparisons2.", + "callee": "tests.basics.special_comparisons2.E.", + "lineno": 24, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.special_comparisons2.", + "callee": "tests.basics.special_comparisons2.E.", + "lineno": 25, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.special_comparisons2.", + "callee": "tests.basics.special_comparisons2.E.", + "lineno": 26, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.special_comparisons2.", + "callee": "tests.basics.special_comparisons2.E.", + "lineno": 27, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.special_comparisons2.", + "callee": "tests.basics.special_comparisons2.F.", + "lineno": 28, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.special_comparisons2.", + "callee": "tests.basics.special_comparisons2.F.", + "lineno": 29, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.special_comparisons2.", + "callee": "tests.basics.special_comparisons2.F.", + "lineno": 30, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.special_comparisons2.", + "callee": "tests.basics.special_comparisons2.F.", + "lineno": 31, + "resolution": "same_module_class_call" + } + ], + "tests.basics.special_methods": [ + { + "caller": "tests.basics.special_methods.", + "callee": "tests.basics.special_methods.Cud.__init__", + "lineno": 93, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.special_methods.", + "callee": "tests.basics.special_methods.Cud.__init__", + "lineno": 94, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.special_methods.", + "callee": "tests.basics.special_methods.BadInt.", + "lineno": 116, + "resolution": "same_module_class_call" + } + ], + "tests.basics.special_methods2": [ + { + "caller": "tests.basics.special_methods2.", + "callee": "tests.basics.special_methods2.Cud.__init__", + "lineno": 94, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.special_methods2.", + "callee": "tests.basics.special_methods2.Cud.__init__", + "lineno": 95, + "resolution": "same_module_class_call" + } + ], + "tests.basics.special_methods_intbig": [ + { + "caller": "tests.basics.special_methods_intbig.", + "callee": "tests.basics.special_methods_intbig.A.", + "lineno": 8, + "resolution": "same_module_class_call" + } + ], + "tests.basics.stopiteration": [ + { + "caller": "tests.basics.stopiteration.", + "callee": "tests.basics.stopiteration.get_stop_iter_arg", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.stopiteration.", + "callee": "tests.basics.stopiteration.get_stop_iter_arg", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.stopiteration.", + "callee": "tests.basics.stopiteration.get_stop_iter_arg", + "lineno": 47, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.stopiteration.", + "callee": "tests.basics.stopiteration.get_stop_iter_arg", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.stopiteration.", + "callee": "tests.basics.stopiteration.get_stop_iter_arg", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.stopiteration.", + "callee": "tests.basics.stopiteration.gen", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.stopiteration.", + "callee": "tests.basics.stopiteration.get_stop_iter_arg", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.stopiteration.", + "callee": "tests.basics.stopiteration.get_stop_iter_arg", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.stopiteration.", + "callee": "tests.basics.stopiteration.gen", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.stopiteration.", + "callee": "tests.basics.stopiteration.get_stop_iter_arg", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.stopiteration.", + "callee": "tests.basics.stopiteration.get_stop_iter_arg", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.stopiteration.", + "callee": "tests.basics.stopiteration.get_stop_iter_arg", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.stopiteration.", + "callee": "tests.basics.stopiteration.get_stop_iter_arg", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.stopiteration.", + "callee": "tests.basics.stopiteration.gen2", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.stopiteration.", + "callee": "tests.basics.stopiteration.get_stop_iter_arg", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.stopiteration.", + "callee": "tests.basics.stopiteration.gen2", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.stopiteration.", + "callee": "tests.basics.stopiteration.get_stop_iter_arg", + "lineno": 63, + "resolution": "direct_name_call" + } + ], + "tests.basics.string1": [], + "tests.basics.string_center": [], + "tests.basics.string_compare": [], + "tests.basics.string_count": [ + { + "caller": "tests.basics.string_count.", + "callee": "tests.basics.string_count.t", + "lineno": 54, + "resolution": "direct_name_call" + } + ], + "tests.basics.string_crlf_conversion": [], + "tests.basics.string_cr_conversion": [], + "tests.basics.string_endswith": [], + "tests.basics.string_escape": [], + "tests.basics.string_escape_invalid": [], + "tests.basics.string_find": [], + "tests.basics.string_format": [ + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 6, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 8, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 26, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 40, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 68, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 69, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format.", + "callee": "tests.basics.string_format.test", + "lineno": 80, + "resolution": "direct_name_call" + } + ], + "tests.basics.string_format2": [ + { + "caller": "tests.basics.string_format2.test_fmt", + "callee": "tests.basics.string_format2.test", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format2.test_fmt", + "callee": "tests.basics.string_format2.test", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format2.", + "callee": "tests.basics.string_format2.test_fmt", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format2.", + "callee": "tests.basics.string_format2.test_fmt", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format2.", + "callee": "tests.basics.string_format2.test_fmt", + "lineno": 64, + "resolution": "direct_name_call" + } + ], + "tests.basics.string_format_cp310": [ + { + "caller": "tests.basics.string_format_cp310.", + "callee": "tests.basics.string_format_cp310.test", + "lineno": 6, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format_cp310.", + "callee": "tests.basics.string_format_cp310.test", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format_cp310.", + "callee": "tests.basics.string_format_cp310.test", + "lineno": 8, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format_cp310.", + "callee": "tests.basics.string_format_cp310.test", + "lineno": 9, + "resolution": "direct_name_call" + } + ], + "tests.basics.string_format_error": [], + "tests.basics.string_format_intbig": [ + { + "caller": "tests.basics.string_format_intbig.", + "callee": "tests.basics.string_format_intbig.test", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format_intbig.", + "callee": "tests.basics.string_format_intbig.test", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format_intbig.", + "callee": "tests.basics.string_format_intbig.test", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format_intbig.", + "callee": "tests.basics.string_format_intbig.test", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format_intbig.", + "callee": "tests.basics.string_format_intbig.test", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_format_intbig.", + "callee": "tests.basics.string_format_intbig.test", + "lineno": 15, + "resolution": "direct_name_call" + } + ], + "tests.basics.string_format_modulo": [ + { + "caller": "tests.basics.string_format_modulo.", + "callee": "tests.basics.string_format_modulo.A.", + "lineno": 20, + "resolution": "same_module_class_call" + } + ], + "tests.basics.string_format_modulo_int": [], + "tests.basics.string_format_sep": [], + "tests.basics.string_fstring": [ + { + "caller": "tests.basics.string_fstring.", + "callee": "tests.basics.string_fstring.f", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_fstring.", + "callee": "tests.basics.string_fstring.g", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_fstring.", + "callee": "tests.basics.string_fstring.h", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_fstring.", + "callee": "tests.basics.string_fstring.foo", + "lineno": 23, + "resolution": "direct_name_call" + } + ], + "tests.basics.string_fstring_debug": [ + { + "caller": "tests.basics.string_fstring_debug.", + "callee": "tests.basics.string_fstring_debug.f", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_fstring_debug.", + "callee": "tests.basics.string_fstring_debug.g", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_fstring_debug.", + "callee": "tests.basics.string_fstring_debug.h", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_fstring_debug.", + "callee": "tests.basics.string_fstring_debug.f", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_fstring_debug.", + "callee": "tests.basics.string_fstring_debug.g", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.string_fstring_debug.", + "callee": "tests.basics.string_fstring_debug.h", + "lineno": 23, + "resolution": "direct_name_call" + } + ], + "tests.basics.string_fstring_invalid": [], + "tests.basics.string_fstring_nested": [], + "tests.basics.string_fstring_nested_py312": [], + "tests.basics.string_index": [], + "tests.basics.string_istest": [], + "tests.basics.string_join": [], + "tests.basics.string_large": [], + "tests.basics.string_mult": [], + "tests.basics.string_partition": [], + "tests.basics.string_replace": [], + "tests.basics.string_repr": [], + "tests.basics.string_rfind": [], + "tests.basics.string_rindex": [], + "tests.basics.string_rpartition": [], + "tests.basics.string_rsplit": [], + "tests.basics.string_slice": [], + "tests.basics.string_split": [], + "tests.basics.string_splitlines": [], + "tests.basics.string_startswith": [], + "tests.basics.string_strip": [ + { + "caller": "tests.basics.string_strip.", + "callee": ".str.strip", + "lineno": 44, + "resolution": "local_builtin_method_call" + } + ], + "tests.basics.string_tstring_constructor1": [ + { + "caller": "tests.basics.string_tstring_constructor1.", + "callee": ".string.templatelib.Template", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.string_tstring_constructor1.", + "callee": ".string.templatelib.Template", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.basics.string_tstring_constructor1.", + "callee": ".string.templatelib.Template", + "lineno": 20, + "resolution": "external_constructor_call" + } + ], + "tests.basics.string_tstring_whitespace": [], + "tests.basics.string_upperlow": [], + "tests.basics.struct1": [], + "tests.basics.struct1_intbig": [], + "tests.basics.struct2": [], + "tests.basics.struct_endian": [], + "tests.basics.struct_micropython": [], + "tests.basics.subclass_classmethod": [ + { + "caller": "tests.basics.subclass_classmethod.", + "callee": "tests.basics.subclass_classmethod.D.", + "lineno": 67, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.subclass_classmethod.", + "callee": "tests.basics.subclass_classmethod.D.", + "lineno": 68, + "resolution": "same_module_class_call" + } + ], + "tests.basics.subclass_native1": [], + "tests.basics.subclass_native2_list": [], + "tests.basics.subclass_native2_tuple": [], + "tests.basics.subclass_native3": [ + { + "caller": "tests.basics.subclass_native3.gen", + "callee": "tests.basics.subclass_native3.Iter.", + "lineno": 47, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.subclass_native3.", + "callee": "tests.basics.subclass_native3.gen", + "lineno": 52, + "resolution": "direct_name_call" + } + ], + "tests.basics.subclass_native4": [], + "tests.basics.subclass_native5": [], + "tests.basics.subclass_native_buffer": [], + "tests.basics.subclass_native_call": [ + { + "caller": "tests.basics.subclass_native_call.", + "callee": "tests.basics.subclass_native_call.Pin.", + "lineno": 24, + "resolution": "same_module_class_call" + } + ], + "tests.basics.subclass_native_cmp": [], + "tests.basics.subclass_native_containment": [], + "tests.basics.subclass_native_exc_new": [ + { + "caller": "tests.basics.subclass_native_exc_new.", + "callee": "tests.basics.subclass_native_exc_new.GoodException.", + "lineno": 21, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.subclass_native_exc_new.", + "callee": "tests.basics.subclass_native_exc_new.BadException.", + "lineno": 26, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.subclass_native_exc_new.", + "callee": "tests.basics.subclass_native_exc_new.gen", + "lineno": 35, + "resolution": "direct_name_call" + } + ], + "tests.basics.subclass_native_init": [ + { + "caller": "tests.basics.subclass_native_init.", + "callee": "tests.basics.subclass_native_init.L.__init__", + "lineno": 11, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.subclass_native_init.", + "callee": "tests.basics.subclass_native_init.D.__init__", + "lineno": 17, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.subclass_native_init.", + "callee": "tests.basics.subclass_native_init.D.__init__", + "lineno": 18, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.subclass_native_init.", + "callee": "tests.basics.subclass_native_init.D.__init__", + "lineno": 19, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.subclass_native_init.", + "callee": "tests.basics.subclass_native_init.D.__init__", + "lineno": 20, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.subclass_native_init.", + "callee": "tests.basics.subclass_native_init.D.__init__", + "lineno": 25, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.subclass_native_init.", + "callee": "tests.basics.subclass_native_init.D.__init__", + "lineno": 30, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.subclass_native_init.", + "callee": "tests.basics.subclass_native_init.D.__init__", + "lineno": 35, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.subclass_native_init.", + "callee": "tests.basics.subclass_native_init.D.__init__", + "lineno": 40, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.subclass_native_init.", + "callee": "tests.basics.subclass_native_init.A.__init__", + "lineno": 47, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.subclass_native_init.", + "callee": "tests.basics.subclass_native_init.B.__init__", + "lineno": 54, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.subclass_native_init.", + "callee": "tests.basics.subclass_native_init.D.__init__", + "lineno": 66, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.subclass_native_init.", + "callee": "tests.basics.subclass_native_init.D.__init__", + "lineno": 67, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.subclass_native_init.", + "callee": "tests.basics.subclass_native_init.D.reinit", + "lineno": 68, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.basics.subclass_native_init.", + "callee": "tests.basics.subclass_native_init.L.__init__", + "lineno": 74, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.subclass_native_init.", + "callee": "tests.basics.subclass_native_init.L.reinit", + "lineno": 76, + "resolution": "local_typed_method_call" + } + ], + "tests.basics.subclass_native_iter": [], + "tests.basics.subclass_native_specmeth": [ + { + "caller": "tests.basics.subclass_native_specmeth.", + "callee": "tests.basics.subclass_native_specmeth.mylist2.", + "lineno": 16, + "resolution": "same_module_class_call" + } + ], + "tests.basics.subclass_native_str": [], + "tests.basics.syntaxerror": [ + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 40, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 81, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 93, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 105, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 106, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 109, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 112, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 115, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 118, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 124, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 128, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 131, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.syntaxerror.", + "callee": "tests.basics.syntaxerror.test_syntax", + "lineno": 132, + "resolution": "direct_name_call" + } + ], + "tests.basics.syntaxerror_return": [], + "tests.basics.sys1": [], + "tests.basics.sys_exit": [], + "tests.basics.sys_getsizeof": [ + { + "caller": "tests.basics.sys_getsizeof.", + "callee": ".collections.deque", + "lineno": 20, + "resolution": "external_constructor_call" + } + ], + "tests.basics.sys_path": [], + "tests.basics.sys_stdio": [], + "tests.basics.sys_stdio_buffer": [], + "tests.basics.sys_tracebacklimit": [ + { + "caller": "tests.basics.sys_tracebacklimit.f1", + "callee": "tests.basics.sys_tracebacklimit.f0", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.sys_tracebacklimit.f2", + "callee": "tests.basics.sys_tracebacklimit.f1", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.sys_tracebacklimit.f3", + "callee": "tests.basics.sys_tracebacklimit.f2", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.sys_tracebacklimit.ftop", + "callee": "tests.basics.sys_tracebacklimit.f3", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.sys_tracebacklimit.ftop", + "callee": "tests.basics.sys_tracebacklimit.print_exc", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.sys_tracebacklimit.", + "callee": "tests.basics.sys_tracebacklimit.ftop", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.sys_tracebacklimit.", + "callee": "tests.basics.sys_tracebacklimit.ftop", + "lineno": 68, + "resolution": "direct_name_call" + } + ], + "tests.basics.true_value": [], + "tests.basics.try1": [], + "tests.basics.try2": [ + { + "caller": "tests.basics.try2.func1", + "callee": "tests.basics.try2.func2", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try2.", + "callee": "tests.basics.try2.func1", + "lineno": 49, + "resolution": "direct_name_call" + } + ], + "tests.basics.try3": [ + { + "caller": "tests.basics.try3.", + "callee": "tests.basics.try3.f", + "lineno": 15, + "resolution": "direct_name_call" + } + ], + "tests.basics.try4": [ + { + "caller": "tests.basics.try4.", + "callee": "tests.basics.try4.f", + "lineno": 19, + "resolution": "direct_name_call" + } + ], + "tests.basics.try_as_var": [], + "tests.basics.try_continue": [ + { + "caller": "tests.basics.try_continue.", + "callee": "tests.basics.try_continue.f", + "lineno": 13, + "resolution": "direct_name_call" + } + ], + "tests.basics.try_else": [], + "tests.basics.try_else_finally": [], + "tests.basics.try_error": [], + "tests.basics.try_except_break": [], + "tests.basics.try_finally1": [ + { + "caller": "tests.basics.try_finally1.", + "callee": "tests.basics.try_finally1.func2", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally1.", + "callee": "tests.basics.try_finally1.func", + "lineno": 94, + "resolution": "direct_name_call" + } + ], + "tests.basics.try_finally2": [ + { + "caller": "tests.basics.try_finally2.test1", + "callee": "tests.basics.try_finally2.f1", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally2.", + "callee": "tests.basics.try_finally2.test1", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally2.test2", + "callee": "tests.basics.try_finally2.f2", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally2.", + "callee": "tests.basics.try_finally2.test2", + "lineno": 28, + "resolution": "direct_name_call" + } + ], + "tests.basics.try_finally_break": [ + { + "caller": "tests.basics.try_finally_break.", + "callee": "tests.basics.try_finally_break.f", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_break.", + "callee": "tests.basics.try_finally_break.f", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_break.", + "callee": "tests.basics.try_finally_break.f", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_break.", + "callee": "tests.basics.try_finally_break.f", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_break.", + "callee": "tests.basics.try_finally_break.f", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_break.", + "callee": "tests.basics.try_finally_break.f", + "lineno": 97, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_break.", + "callee": "tests.basics.try_finally_break.f", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_break.", + "callee": "tests.basics.try_finally_break.f", + "lineno": 99, + "resolution": "direct_name_call" + } + ], + "tests.basics.try_finally_break2": [ + { + "caller": "tests.basics.try_finally_break2.", + "callee": "tests.basics.try_finally_break2.foo", + "lineno": 19, + "resolution": "direct_name_call" + } + ], + "tests.basics.try_finally_continue": [ + { + "caller": "tests.basics.try_finally_continue.", + "callee": "tests.basics.try_finally_continue.foo", + "lineno": 17, + "resolution": "direct_name_call" + } + ], + "tests.basics.try_finally_loops": [ + { + "caller": "tests.basics.try_finally_loops.g", + "callee": "tests.basics.try_finally_loops.f", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_loops.", + "callee": "tests.basics.try_finally_loops.g", + "lineno": 68, + "resolution": "direct_name_call" + } + ], + "tests.basics.try_finally_return": [ + { + "caller": "tests.basics.try_finally_return.", + "callee": "tests.basics.try_finally_return.func1", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return.func3", + "callee": "tests.basics.try_finally_return.func2", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return.", + "callee": "tests.basics.try_finally_return.func3", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return.", + "callee": "tests.basics.try_finally_return.f", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return.", + "callee": "tests.basics.try_finally_return.f", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return.", + "callee": "tests.basics.try_finally_return.f", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return.", + "callee": "tests.basics.try_finally_return.f", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return.", + "callee": "tests.basics.try_finally_return.f", + "lineno": 82, + "resolution": "direct_name_call" + } + ], + "tests.basics.try_finally_return2": [ + { + "caller": "tests.basics.try_finally_return2.", + "callee": "tests.basics.try_finally_return2.f", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return2.", + "callee": "tests.basics.try_finally_return2.f", + "lineno": 26, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return2.", + "callee": "tests.basics.try_finally_return2.f", + "lineno": 40, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return2.", + "callee": "tests.basics.try_finally_return2.f", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return2.", + "callee": "tests.basics.try_finally_return2.f", + "lineno": 69, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return2.", + "callee": "tests.basics.try_finally_return2.f", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return2.", + "callee": "tests.basics.try_finally_return2.f", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return2.", + "callee": "tests.basics.try_finally_return2.f", + "lineno": 104, + "resolution": "direct_name_call" + } + ], + "tests.basics.try_finally_return3": [ + { + "caller": "tests.basics.try_finally_return3.", + "callee": "tests.basics.try_finally_return3.f", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return3.", + "callee": "tests.basics.try_finally_return3.f", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return3.", + "callee": "tests.basics.try_finally_return3.f", + "lineno": 47, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return3.", + "callee": "tests.basics.try_finally_return3.f", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return3.", + "callee": "tests.basics.try_finally_return3.f", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return3.", + "callee": "tests.basics.try_finally_return3.f", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return3.", + "callee": "tests.basics.try_finally_return3.f", + "lineno": 103, + "resolution": "direct_name_call" + } + ], + "tests.basics.try_finally_return4": [ + { + "caller": "tests.basics.try_finally_return4.", + "callee": "tests.basics.try_finally_return4.f", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return4.", + "callee": "tests.basics.try_finally_return4.f", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return4.", + "callee": "tests.basics.try_finally_return4.f", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return4.", + "callee": "tests.basics.try_finally_return4.f", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return4.", + "callee": "tests.basics.try_finally_return4.f", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return4.", + "callee": "tests.basics.try_finally_return4.f", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return4.", + "callee": "tests.basics.try_finally_return4.f", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_finally_return4.", + "callee": "tests.basics.try_finally_return4.f", + "lineno": 83, + "resolution": "direct_name_call" + } + ], + "tests.basics.try_finally_return5": [ + { + "caller": "tests.basics.try_finally_return5.", + "callee": "tests.basics.try_finally_return5.foo", + "lineno": 17, + "resolution": "direct_name_call" + } + ], + "tests.basics.try_reraise": [ + { + "caller": "tests.basics.try_reraise.", + "callee": "tests.basics.try_reraise.f", + "lineno": 10, + "resolution": "direct_name_call" + } + ], + "tests.basics.try_reraise2": [ + { + "caller": "tests.basics.try_reraise2.", + "callee": "tests.basics.try_reraise2.f", + "lineno": 30, + "resolution": "direct_name_call" + } + ], + "tests.basics.try_return": [ + { + "caller": "tests.basics.try_return.", + "callee": "tests.basics.try_return.f", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_return.", + "callee": "tests.basics.try_return.f", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.try_return.", + "callee": "tests.basics.try_return.f", + "lineno": 20, + "resolution": "direct_name_call" + } + ], + "tests.basics.tuple1": [], + "tests.basics.tuple_compare": [], + "tests.basics.tuple_count": [], + "tests.basics.tuple_index": [], + "tests.basics.tuple_mult": [], + "tests.basics.tuple_slice": [], + "tests.basics.tuple_subclass": [ + { + "caller": "tests.basics.tuple_subclass.", + "callee": ".collections.namedtuple", + "lineno": 12, + "resolution": "external_constructor_call" + } + ], + "tests.basics.types1": [], + "tests.basics.types2": [], + "tests.basics.unary_op": [], + "tests.basics.unboundlocal": [ + { + "caller": "tests.basics.unboundlocal.", + "callee": "tests.basics.unboundlocal.check", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.unboundlocal.", + "callee": "tests.basics.unboundlocal.check", + "lineno": 19, + "resolution": "direct_name_call" + } + ], + "tests.basics.unpack1": [], + "tests.basics.weakref_callback_exception": [ + { + "caller": "tests.basics.weakref_callback_exception.test", + "callee": "tests.basics.weakref_callback_exception.A.", + "lineno": 26, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.weakref_callback_exception.test", + "callee": "tests.basics.weakref_callback_exception.A.", + "lineno": 34, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.weakref_callback_exception.", + "callee": "tests.basics.weakref_callback_exception.test", + "lineno": 42, + "resolution": "direct_name_call" + } + ], + "tests.basics.weakref_finalize_basic": [ + { + "caller": "tests.basics.weakref_finalize_basic.", + "callee": "tests.basics.weakref_finalize_basic.A.", + "lineno": 30, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.weakref_finalize_basic.", + "callee": "tests.basics.weakref_finalize_basic.convert_4_tuple", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.weakref_finalize_basic.", + "callee": "tests.basics.weakref_finalize_basic.convert_4_tuple", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.weakref_finalize_basic.", + "callee": "tests.basics.weakref_finalize_basic.convert_4_tuple", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.weakref_finalize_basic.", + "callee": "tests.basics.weakref_finalize_basic.convert_4_tuple", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.weakref_finalize_basic.", + "callee": "tests.basics.weakref_finalize_basic.A.", + "lineno": 42, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.weakref_finalize_basic.", + "callee": "tests.basics.weakref_finalize_basic.convert_4_tuple", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.weakref_finalize_basic.", + "callee": "tests.basics.weakref_finalize_basic.convert_4_tuple", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.weakref_finalize_basic.", + "callee": "tests.basics.weakref_finalize_basic.convert_4_tuple", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.weakref_finalize_basic.", + "callee": "tests.basics.weakref_finalize_basic.A.", + "lineno": 53, + "resolution": "same_module_class_call" + } + ], + "tests.basics.weakref_finalize_collect": [ + { + "caller": "tests.basics.weakref_finalize_collect.test", + "callee": "tests.basics.weakref_finalize_collect.A.", + "lineno": 26, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.weakref_finalize_collect.test", + "callee": "tests.basics.weakref_finalize_collect.A.", + "lineno": 37, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.weakref_finalize_collect.test", + "callee": "tests.basics.weakref_finalize_collect.A.", + "lineno": 48, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.weakref_finalize_collect.test", + "callee": "tests.basics.weakref_finalize_collect.A.", + "lineno": 57, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.weakref_finalize_collect.test", + "callee": "tests.basics.weakref_finalize_collect.A.", + "lineno": 66, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.weakref_finalize_collect.", + "callee": "tests.basics.weakref_finalize_collect.test", + "lineno": 76, + "resolution": "direct_name_call" + } + ], + "tests.basics.weakref_multiple_refs": [ + { + "caller": "tests.basics.weakref_multiple_refs.test", + "callee": "tests.basics.weakref_multiple_refs.A.", + "lineno": 25, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.weakref_multiple_refs.", + "callee": "tests.basics.weakref_multiple_refs.test", + "lineno": 36, + "resolution": "direct_name_call" + } + ], + "tests.basics.weakref_ref_basic": [], + "tests.basics.weakref_ref_collect": [ + { + "caller": "tests.basics.weakref_ref_collect.test", + "callee": "tests.basics.weakref_ref_collect.A.", + "lineno": 32, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.weakref_ref_collect.test", + "callee": "tests.basics.weakref_ref_collect.A.", + "lineno": 41, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.weakref_ref_collect.test", + "callee": "tests.basics.weakref_ref_collect.A.", + "lineno": 50, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.weakref_ref_collect.test", + "callee": "tests.basics.weakref_ref_collect.A.", + "lineno": 59, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.weakref_ref_collect.", + "callee": "tests.basics.weakref_ref_collect.test", + "lineno": 69, + "resolution": "direct_name_call" + } + ], + "tests.basics.while1": [], + "tests.basics.while_cond": [], + "tests.basics.while_nest_exc": [], + "tests.basics.with1": [ + { + "caller": "tests.basics.with1.", + "callee": "tests.basics.with1.CtxMgr.", + "lineno": 11, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.with1.", + "callee": "tests.basics.with1.CtxMgr.", + "lineno": 15, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.with1.", + "callee": "tests.basics.with1.CtxMgr2.", + "lineno": 32, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.with1.", + "callee": "tests.basics.with1.CtxMgr2.", + "lineno": 46, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.with1.", + "callee": "tests.basics.with1.CtxMgr2.", + "lineno": 59, + "resolution": "same_module_class_call" + } + ], + "tests.basics.with_break": [ + { + "caller": "tests.basics.with_break.", + "callee": "tests.basics.with_break.CtxMgr.", + "lineno": 12, + "resolution": "same_module_class_call" + } + ], + "tests.basics.with_continue": [ + { + "caller": "tests.basics.with_continue.", + "callee": "tests.basics.with_continue.CtxMgr.", + "lineno": 12, + "resolution": "same_module_class_call" + } + ], + "tests.basics.with_raise": [ + { + "caller": "tests.basics.with_raise.", + "callee": "tests.basics.with_raise.CtxMgr.__init__", + "lineno": 20, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.with_raise.", + "callee": "tests.basics.with_raise.CtxMgr.__init__", + "lineno": 27, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.with_raise.", + "callee": "tests.basics.with_raise.CtxMgr.__init__", + "lineno": 34, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.with_raise.", + "callee": "tests.basics.with_raise.CtxMgr.__init__", + "lineno": 41, + "resolution": "same_module_class_call" + } + ], + "tests.basics.with_return": [ + { + "caller": "tests.basics.with_return.foo", + "callee": "tests.basics.with_return.CtxMgr.__init__", + "lineno": 14, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.with_return.", + "callee": "tests.basics.with_return.foo", + "lineno": 16, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.with_return.f", + "callee": "tests.basics.with_return.CtxMgr.__init__", + "lineno": 20, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.with_return.", + "callee": "tests.basics.with_return.f", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.with_return.f", + "callee": "tests.basics.with_return.CtxMgr.__init__", + "lineno": 27, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.with_return.", + "callee": "tests.basics.with_return.f", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.with_return.f", + "callee": "tests.basics.with_return.CtxMgr.__init__", + "lineno": 35, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.with_return.f", + "callee": "tests.basics.with_return.CtxMgr.__init__", + "lineno": 38, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.with_return.", + "callee": "tests.basics.with_return.f", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "tests.basics.with_return.f", + "callee": "tests.basics.with_return.CtxMgr.__init__", + "lineno": 46, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.with_return.f", + "callee": "tests.basics.with_return.CtxMgr.__init__", + "lineno": 49, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.basics.with_return.", + "callee": "tests.basics.with_return.f", + "lineno": 53, + "resolution": "direct_name_call" + } + ], + "tests.cmdline.cmd_compile_only": [], + "tests.cmdline.cmd_file_variable": [], + "tests.cmdline.cmd_module_atexit": [], + "tests.cmdline.cmd_module_atexit_exc": [], + "tests.cmdline.cmd_optimise": [], + "tests.cmdline.cmd_parsetree": [], + "tests.cmdline.cmd_showbc": [ + { + "caller": "tests.cmdline.cmd_showbc.f", + "callee": ".a", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.cmdline.cmd_showbc.f", + "callee": ".a", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.cmdline.cmd_showbc.f", + "callee": ".a", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.cmdline.cmd_showbc.f", + "callee": ".a", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.cmdline.cmd_showbc.f", + "callee": ".dict.b", + "lineno": 71, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.cmdline.cmd_showbc.f", + "callee": ".dict.b", + "lineno": 72, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.cmdline.cmd_showbc.f", + "callee": ".dict.b", + "lineno": 73, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.cmdline.cmd_showbc.f", + "callee": ".dict.b", + "lineno": 74, + "resolution": "local_builtin_method_call" + } + ], + "tests.cmdline.cmd_showbc_const": [ + { + "caller": "tests.cmdline.cmd_showbc_const.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.cmdline.cmd_showbc_const.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.cmdline.cmd_showbc_const.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.cmdline.cmd_showbc_const.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.cmdline.cmd_showbc_const.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.cmdline.cmd_showbc_const.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + } + ], + "tests.cmdline.cmd_showbc_opt": [], + "tests.cmdline.cmd_sys_exit_0": [], + "tests.cmdline.cmd_sys_exit_error": [], + "tests.cmdline.cmd_sys_exit_none": [], + "tests.cmdline.cmd_verbose": [], + "tests.cmdline.repl_inspect": [], + "tests.cmdline.repl_lock": [], + "tests.cmdline.repl_micropyinspect": [], + "tests.cmdline.repl_sys_ps1_ps2": [], + "tests.cpydiff.core_class_delnotimpl": [ + { + "caller": "tests.cpydiff.core_class_delnotimpl.", + "callee": "tests.cpydiff.core_class_delnotimpl.Foo.", + "lineno": 16, + "resolution": "same_module_class_call" + } + ], + "tests.cpydiff.core_class_dir": [ + { + "caller": "tests.cpydiff.core_class_dir.", + "callee": "tests.cpydiff.core_class_dir.C.", + "lineno": 14, + "resolution": "same_module_class_call" + } + ], + "tests.cpydiff.core_class_initsubclass": [], + "tests.cpydiff.core_class_initsubclass_autoclassmethod": [ + { + "caller": "tests.cpydiff.core_class_initsubclass_autoclassmethod.", + "callee": "tests.cpydiff.core_class_initsubclass_autoclassmethod.regularize_spelling", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.cpydiff.core_class_initsubclass_autoclassmethod.", + "callee": "tests.cpydiff.core_class_initsubclass_autoclassmethod.regularize_spelling", + "lineno": 29, + "resolution": "direct_name_call" + } + ], + "tests.cpydiff.core_class_initsubclass_kwargs": [], + "tests.cpydiff.core_class_initsubclass_super": [], + "tests.cpydiff.core_class_mro": [], + "tests.cpydiff.core_class_name_mangling": [ + { + "caller": "tests.cpydiff.core_class_name_mangling.Foo.do_print", + "callee": "tests.cpydiff.core_class_name_mangling.__print_string", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.cpydiff.core_class_name_mangling.", + "callee": "tests.cpydiff.core_class_name_mangling.Foo.__init__", + "lineno": 23, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.cpydiff.core_class_name_mangling.", + "callee": "tests.cpydiff.core_class_name_mangling.Foo.do_print", + "lineno": 26, + "resolution": "local_typed_method_call" + } + ], + "tests.cpydiff.core_class_strrettype": [ + { + "caller": "tests.cpydiff.core_class_strrettype.", + "callee": "tests.cpydiff.core_class_strrettype.Foo.", + "lineno": 14, + "resolution": "same_module_class_call" + } + ], + "tests.cpydiff.core_class_subclassret": [ + { + "caller": "tests.cpydiff.core_class_subclassret.", + "callee": "tests.cpydiff.core_class_subclassret.Foo.", + "lineno": 18, + "resolution": "same_module_class_call" + } + ], + "tests.cpydiff.core_class_supermultiple": [ + { + "caller": "tests.cpydiff.core_class_supermultiple.", + "callee": "tests.cpydiff.core_class_supermultiple.D.__init__", + "lineno": 32, + "resolution": "same_module_class_call" + } + ], + "tests.cpydiff.core_class_superproperty": [ + { + "caller": "tests.cpydiff.core_class_superproperty.", + "callee": "tests.cpydiff.core_class_superproperty.AA.", + "lineno": 21, + "resolution": "same_module_class_call" + } + ], + "tests.cpydiff.core_class_super_init": [ + { + "caller": "tests.cpydiff.core_class_super_init.", + "callee": "tests.cpydiff.core_class_super_init.L1.__init__", + "lineno": 15, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.cpydiff.core_class_super_init.", + "callee": "tests.cpydiff.core_class_super_init.L2.__init__", + "lineno": 28, + "resolution": "same_module_class_call" + } + ], + "tests.cpydiff.core_exception_construction": [ + { + "caller": "tests.cpydiff.core_exception_construction.", + "callee": "tests.cpydiff.core_exception_construction.C.__init__", + "lineno": 21, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.cpydiff.core_exception_construction.", + "callee": "tests.cpydiff.core_exception_construction.C1.__init__", + "lineno": 26, + "resolution": "same_module_class_call" + } + ], + "tests.cpydiff.core_fstring_concat": [], + "tests.cpydiff.core_fstring_parser": [], + "tests.cpydiff.core_fstring_repr": [], + "tests.cpydiff.core_function_argcount": [], + "tests.cpydiff.core_function_moduleattr": [], + "tests.cpydiff.core_function_star": [ + { + "caller": "tests.cpydiff.core_function_star.", + "callee": "tests.cpydiff.core_function_star.f", + "lineno": 14, + "resolution": "direct_name_call" + } + ], + "tests.cpydiff.core_function_userattr": [], + "tests.cpydiff.core_generator_noexit": [ + { + "caller": "tests.cpydiff.core_generator_noexit.bar", + "callee": "tests.cpydiff.core_generator_noexit.foo.", + "lineno": 18, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.cpydiff.core_generator_noexit.func", + "callee": "tests.cpydiff.core_generator_noexit.bar", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.cpydiff.core_generator_noexit.", + "callee": "tests.cpydiff.core_generator_noexit.func", + "lineno": 30, + "resolution": "direct_name_call" + } + ], + "tests.cpydiff.core_import_path": [], + "tests.cpydiff.core_import_split_ns_pkgs": [], + "tests.cpydiff.core_locals": [ + { + "caller": "tests.cpydiff.core_locals.", + "callee": "tests.cpydiff.core_locals.test", + "lineno": 14, + "resolution": "direct_name_call" + } + ], + "tests.cpydiff.core_locals_eval": [ + { + "caller": "tests.cpydiff.core_locals_eval.", + "callee": "tests.cpydiff.core_locals_eval.test", + "lineno": 17, + "resolution": "direct_name_call" + } + ], + "tests.cpydiff.modules_array_containment": [], + "tests.cpydiff.modules_array_deletion": [], + "tests.cpydiff.modules_array_subscrstep": [], + "tests.cpydiff.modules_errno_enotsup": [], + "tests.cpydiff.modules_json_nonserializable": [], + "tests.cpydiff.modules_os_environ": [], + "tests.cpydiff.modules_os_getenv": [], + "tests.cpydiff.modules_random_getrandbits": [], + "tests.cpydiff.modules_random_randint": [], + "tests.cpydiff.modules_struct_fewargs": [], + "tests.cpydiff.modules_struct_manyargs": [], + "tests.cpydiff.modules_struct_whitespace_in_format": [], + "tests.cpydiff.modules_sys_stdassign": [], + "tests.cpydiff.module_array_comparison": [], + "tests.cpydiff.module_array_constructor": [], + "tests.cpydiff.syntax_annotation_expression": [ + { + "caller": "tests.cpydiff.syntax_annotation_expression.", + "callee": "tests.cpydiff.syntax_annotation_expression.test", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.cpydiff.syntax_annotation_expression.", + "callee": "tests.cpydiff.syntax_annotation_expression.test", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.cpydiff.syntax_annotation_expression.", + "callee": "tests.cpydiff.syntax_annotation_expression.test", + "lineno": 24, + "resolution": "direct_name_call" + } + ], + "tests.cpydiff.syntax_arg_unpacking": [ + { + "caller": "tests.cpydiff.syntax_arg_unpacking.", + "callee": "tests.cpydiff.syntax_arg_unpacking.example", + "lineno": 16, + "resolution": "direct_name_call" + } + ], + "tests.cpydiff.syntax_assign_expr": [], + "tests.cpydiff.syntax_literal_underscore": [], + "tests.cpydiff.syntax_spaces": [], + "tests.cpydiff.syntax_unicode_nameesc": [], + "tests.cpydiff.types_bytearray_sliceassign": [], + "tests.cpydiff.types_bytes_format": [], + "tests.cpydiff.types_bytes_keywords": [], + "tests.cpydiff.types_bytes_subscrstep": [], + "tests.cpydiff.types_complex_parser": [], + "tests.cpydiff.types_dict_keys_set": [], + "tests.cpydiff.types_exception_attrs": [], + "tests.cpydiff.types_exception_chaining": [], + "tests.cpydiff.types_exception_instancevar": [], + "tests.cpydiff.types_exception_loops": [], + "tests.cpydiff.types_exception_subclassinit": [ + { + "caller": "tests.cpydiff.types_exception_subclassinit.", + "callee": "tests.cpydiff.types_exception_subclassinit.A.__init__", + "lineno": 18, + "resolution": "same_module_class_call" + } + ], + "tests.cpydiff.types_float_implicit_conversion": [ + { + "caller": "tests.cpydiff.types_float_implicit_conversion.", + "callee": "tests.cpydiff.types_float_implicit_conversion.Test.", + "lineno": 14, + "resolution": "same_module_class_call" + } + ], + "tests.cpydiff.types_int_bit_length": [], + "tests.cpydiff.types_int_subclassconv": [], + "tests.cpydiff.types_int_to_bytes": [], + "tests.cpydiff.types_list_delete_subscrstep": [], + "tests.cpydiff.types_list_store_noniter": [], + "tests.cpydiff.types_list_store_subscrstep": [], + "tests.cpydiff.types_memoryview_invalid": [], + "tests.cpydiff.types_oserror_errnomap": [ + { + "caller": "tests.cpydiff.types_oserror_errnomap.", + "callee": "tests.cpydiff.types_oserror_errnomap.errno_output_type", + "lineno": 48, + "resolution": "direct_name_call" + } + ], + "tests.cpydiff.types_range_limits": [], + "tests.cpydiff.types_str_formatsep": [], + "tests.cpydiff.types_str_formatsep_float": [], + "tests.cpydiff.types_str_formatsubscr": [], + "tests.cpydiff.types_str_keywords": [], + "tests.cpydiff.types_str_ljust_rjust": [], + "tests.cpydiff.types_str_rsplitnone": [], + "tests.cpydiff.types_str_subscrstep": [], + "tests.cpydiff.types_tuple_subscrstep": [], + "tests.cpydiff.modules.foo": [], + "tests.cpydiff.modules": [], + "tests.cpydiff.modules.subpkg.foo": [], + "tests.cpydiff.modules2.subpkg.bar": [], + "tests.extmod.asyncio_as_uasyncio": [], + "tests.extmod.asyncio_await_return": [ + { + "caller": "tests.extmod.asyncio_await_return.main", + "callee": "tests.extmod.asyncio_await_return.foo", + "lineno": 16, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_await_return.main", + "callee": "tests.extmod.asyncio_await_return.foo", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_await_return.", + "callee": "tests.extmod.asyncio_await_return.main", + "lineno": 23, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_basic": [ + { + "caller": "tests.extmod.asyncio_basic.main", + "callee": "tests.extmod.asyncio_basic.delay_print", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_basic.main", + "callee": "tests.extmod.asyncio_basic.delay_print", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_basic.main", + "callee": "tests.extmod.asyncio_basic.delay_print", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_basic.", + "callee": "tests.extmod.asyncio_basic.main", + "lineno": 45, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_basic2": [ + { + "caller": "tests.extmod.asyncio_basic2.main", + "callee": "tests.extmod.asyncio_basic2.forever", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_basic2.", + "callee": "tests.extmod.asyncio_basic2.main", + "lineno": 21, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_cancel_fair": [ + { + "caller": "tests.extmod.asyncio_cancel_fair.main", + "callee": "tests.extmod.asyncio_cancel_fair.task", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_cancel_fair.main", + "callee": "tests.extmod.asyncio_cancel_fair.task", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_cancel_fair.main", + "callee": "tests.extmod.asyncio_cancel_fair.task", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_cancel_fair.", + "callee": "tests.extmod.asyncio_cancel_fair.main", + "lineno": 34, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_cancel_fair2": [ + { + "caller": "tests.extmod.asyncio_cancel_fair2.main", + "callee": "tests.extmod.asyncio_cancel_fair2.task_a", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_cancel_fair2.main", + "callee": "tests.extmod.asyncio_cancel_fair2.task_b", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_cancel_fair2.", + "callee": "tests.extmod.asyncio_cancel_fair2.main", + "lineno": 34, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_cancel_self": [ + { + "caller": "tests.extmod.asyncio_cancel_self.main", + "callee": "tests.extmod.asyncio_cancel_self.task", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_cancel_self.", + "callee": "tests.extmod.asyncio_cancel_self.main", + "lineno": 26, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_cancel_task": [ + { + "caller": "tests.extmod.asyncio_cancel_task.task2", + "callee": "tests.extmod.asyncio_cancel_task.task", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_cancel_task.main", + "callee": "tests.extmod.asyncio_cancel_task.task", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_cancel_task.main", + "callee": "tests.extmod.asyncio_cancel_task.task", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_cancel_task.main", + "callee": "tests.extmod.asyncio_cancel_task.task", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_cancel_task.main", + "callee": "tests.extmod.asyncio_cancel_task.task", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_cancel_task.main", + "callee": "tests.extmod.asyncio_cancel_task.task2", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_cancel_task.main", + "callee": "tests.extmod.asyncio_cancel_task.task2", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_cancel_task.", + "callee": "tests.extmod.asyncio_cancel_task.main", + "lineno": 82, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_cancel_wait_on_finished": [ + { + "caller": "tests.extmod.asyncio_cancel_wait_on_finished.main", + "callee": "tests.extmod.asyncio_cancel_wait_on_finished.wait_task", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_cancel_wait_on_finished.main", + "callee": "tests.extmod.asyncio_cancel_wait_on_finished.sleep_task", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_cancel_wait_on_finished.", + "callee": "tests.extmod.asyncio_cancel_wait_on_finished.main", + "lineno": 38, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_current_task": [ + { + "caller": "tests.extmod.asyncio_current_task.main", + "callee": "tests.extmod.asyncio_current_task.task", + "lineno": 16, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_current_task.", + "callee": "tests.extmod.asyncio_current_task.main", + "lineno": 28, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_event": [ + { + "caller": "tests.extmod.asyncio_event.main", + "callee": "tests.extmod.asyncio_event.task", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_event.main", + "callee": "tests.extmod.asyncio_event.task", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_event.main", + "callee": "tests.extmod.asyncio_event.task", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_event.main", + "callee": "tests.extmod.asyncio_event.task", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_event.main", + "callee": "tests.extmod.asyncio_event.task", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_event.main", + "callee": "tests.extmod.asyncio_event.task", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_event.main", + "callee": "tests.extmod.asyncio_event.task_delay_set", + "lineno": 80, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_event.main", + "callee": "tests.extmod.asyncio_event.task_delay_set", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_event.", + "callee": "tests.extmod.asyncio_event.main", + "lineno": 95, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_event_fair": [ + { + "caller": "tests.extmod.asyncio_event_fair.main", + "callee": "tests.extmod.asyncio_event_fair.task1", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_event_fair.main", + "callee": "tests.extmod.asyncio_event_fair.task2", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_event_fair.main", + "callee": "tests.extmod.asyncio_event_fair.task1", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_event_fair.main", + "callee": "tests.extmod.asyncio_event_fair.task2", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_event_fair.", + "callee": "tests.extmod.asyncio_event_fair.main", + "lineno": 37, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_event_queue": [ + { + "caller": "tests.extmod.asyncio_event_queue.foo", + "callee": "tests.extmod.asyncio_event_queue.schedule_watchdog", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_event_queue.main", + "callee": "tests.extmod.asyncio_event_queue.foo", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_event_queue.", + "callee": "tests.extmod.asyncio_event_queue.main", + "lineno": 64, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_exception": [ + { + "caller": "tests.extmod.asyncio_exception.", + "callee": "tests.extmod.asyncio_exception.main", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_exception.main", + "callee": "tests.extmod.asyncio_exception.task", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_exception.", + "callee": "tests.extmod.asyncio_exception.main", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_exception.main", + "callee": "tests.extmod.asyncio_exception.task", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_exception.", + "callee": "tests.extmod.asyncio_exception.main", + "lineno": 58, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_fair": [ + { + "caller": "tests.extmod.asyncio_fair.main", + "callee": "tests.extmod.asyncio_fair.task", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_fair.main", + "callee": "tests.extmod.asyncio_fair.task", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_fair.main", + "callee": "tests.extmod.asyncio_fair.task", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_fair.main", + "callee": "tests.extmod.asyncio_fair.task", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_fair.", + "callee": "tests.extmod.asyncio_fair.main", + "lineno": 31, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_gather": [ + { + "caller": "tests.extmod.asyncio_gather.main", + "callee": "tests.extmod.asyncio_gather.factorial", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather.main", + "callee": "tests.extmod.asyncio_gather.factorial", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather.main", + "callee": "tests.extmod.asyncio_gather.factorial", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather.main", + "callee": "tests.extmod.asyncio_gather.task", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather.main", + "callee": "tests.extmod.asyncio_gather.task", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather.main", + "callee": "tests.extmod.asyncio_gather.task", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather.main", + "callee": "tests.extmod.asyncio_gather.task_raise", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather.main", + "callee": "tests.extmod.asyncio_gather.task_loop", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather.main", + "callee": "tests.extmod.asyncio_gather.task_raise", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather.main", + "callee": "tests.extmod.asyncio_gather.task_raise", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather.main", + "callee": "tests.extmod.asyncio_gather.task_raise", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather.main", + "callee": "tests.extmod.asyncio_gather.gather_task", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather.main", + "callee": "tests.extmod.asyncio_gather.task", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather.main", + "callee": "tests.extmod.asyncio_gather.task", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather.main", + "callee": "tests.extmod.asyncio_gather.gather_task", + "lineno": 104, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather.main", + "callee": "tests.extmod.asyncio_gather.task", + "lineno": 104, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather.main", + "callee": "tests.extmod.asyncio_gather.task", + "lineno": 104, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather.", + "callee": "tests.extmod.asyncio_gather.main", + "lineno": 111, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_gather_finished_early": [ + { + "caller": "tests.extmod.asyncio_gather_finished_early.main", + "callee": ".list.append", + "lineno": 41, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.extmod.asyncio_gather_finished_early.main", + "callee": "tests.extmod.asyncio_gather_finished_early.task_that_runs", + "lineno": 41, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather_finished_early.main", + "callee": ".list.append", + "lineno": 42, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.extmod.asyncio_gather_finished_early.main", + "callee": "tests.extmod.asyncio_gather_finished_early.task_that_finishes_early", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather_finished_early.main", + "callee": ".list.append", + "lineno": 43, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.extmod.asyncio_gather_finished_early.main", + "callee": "tests.extmod.asyncio_gather_finished_early.task_that_finishes_early", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather_finished_early.", + "callee": "tests.extmod.asyncio_gather_finished_early.main", + "lineno": 65, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_gather_notimpl": [ + { + "caller": "tests.extmod.asyncio_gather_notimpl.main", + "callee": "tests.extmod.asyncio_gather_notimpl.task", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather_notimpl.main", + "callee": "tests.extmod.asyncio_gather_notimpl.task", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather_notimpl.main", + "callee": "tests.extmod.asyncio_gather_notimpl.gather_task", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather_notimpl.main", + "callee": "tests.extmod.asyncio_gather_notimpl.task", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather_notimpl.main", + "callee": "tests.extmod.asyncio_gather_notimpl.task", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather_notimpl.main", + "callee": "tests.extmod.asyncio_gather_notimpl.gather_task", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_gather_notimpl.", + "callee": "tests.extmod.asyncio_gather_notimpl.main", + "lineno": 50, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_get_event_loop": [ + { + "caller": "tests.extmod.asyncio_get_event_loop.", + "callee": "tests.extmod.asyncio_get_event_loop.main", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_heaplock": [ + { + "caller": "tests.extmod.asyncio_heaplock.f", + "callee": "tests.extmod.asyncio_heaplock.f", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_heaplock.", + "callee": "tests.extmod.asyncio_heaplock.f", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_heaplock.main", + "callee": "tests.extmod.asyncio_heaplock.task", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_heaplock.main", + "callee": "tests.extmod.asyncio_heaplock.task", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_heaplock.main", + "callee": "tests.extmod.asyncio_heaplock.TestStream.__init__", + "lineno": 63, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.asyncio_heaplock.main", + "callee": "tests.extmod.asyncio_heaplock.TestStream.__init__", + "lineno": 70, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.asyncio_heaplock.", + "callee": "tests.extmod.asyncio_heaplock.main", + "lineno": 77, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_iterator_event": [ + { + "caller": "tests.extmod.asyncio_iterator_event.main", + "callee": "tests.extmod.asyncio_iterator_event.AsyncIterable.__init__", + "lineno": 78, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.asyncio_iterator_event.main", + "callee": "tests.extmod.asyncio_iterator_event.test", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_iterator_event.main", + "callee": "tests.extmod.asyncio_iterator_event.schedule_watchdog", + "lineno": 80, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_iterator_event.", + "callee": "tests.extmod.asyncio_iterator_event.main", + "lineno": 86, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_lock": [ + { + "caller": "tests.extmod.asyncio_lock.main", + "callee": "tests.extmod.asyncio_lock.task_loop", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_lock.main", + "callee": "tests.extmod.asyncio_lock.task_loop", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_lock.main", + "callee": "tests.extmod.asyncio_lock.task_loop", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_lock.main", + "callee": "tests.extmod.asyncio_lock.task_sleep", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_lock.main", + "callee": "tests.extmod.asyncio_lock.task_sleep", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_lock.main", + "callee": "tests.extmod.asyncio_lock.task_cancel", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_lock.main", + "callee": "tests.extmod.asyncio_lock.task_cancel", + "lineno": 80, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_lock.main", + "callee": "tests.extmod.asyncio_lock.task_cancel", + "lineno": 81, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_lock.main", + "callee": "tests.extmod.asyncio_lock.task_cancel", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_lock.main", + "callee": "tests.extmod.asyncio_lock.task_cancel", + "lineno": 88, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_lock.main", + "callee": "tests.extmod.asyncio_lock.task_cancel", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_lock.", + "callee": "tests.extmod.asyncio_lock.main", + "lineno": 98, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_lock_cancel": [ + { + "caller": "tests.extmod.asyncio_lock_cancel.main", + "callee": "tests.extmod.asyncio_lock_cancel.task", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_lock_cancel.main", + "callee": "tests.extmod.asyncio_lock_cancel.task", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_lock_cancel.main", + "callee": "tests.extmod.asyncio_lock_cancel.task", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_lock_cancel.main", + "callee": "tests.extmod.asyncio_lock_cancel.task", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_lock_cancel.", + "callee": "tests.extmod.asyncio_lock_cancel.main", + "lineno": 52, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_loop_stop": [ + { + "caller": "tests.extmod.asyncio_loop_stop.main", + "callee": "tests.extmod.asyncio_loop_stop.task", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_loop_stop.", + "callee": "tests.extmod.asyncio_loop_stop.main", + "lineno": 38, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_micropython": [ + { + "caller": "tests.extmod.asyncio_micropython.main", + "callee": "tests.extmod.asyncio_micropython.task", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_micropython.main", + "callee": "tests.extmod.asyncio_micropython.task", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_micropython.", + "callee": "tests.extmod.asyncio_micropython.main", + "lineno": 43, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_new_event_loop": [ + { + "caller": "tests.extmod.asyncio_new_event_loop.main", + "callee": "tests.extmod.asyncio_new_event_loop.task", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_new_event_loop.", + "callee": "tests.extmod.asyncio_new_event_loop.main", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_new_event_loop.", + "callee": "tests.extmod.asyncio_new_event_loop.main", + "lineno": 50, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_set_exception_handler": [ + { + "caller": "tests.extmod.asyncio_set_exception_handler.main", + "callee": "tests.extmod.asyncio_set_exception_handler.task", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_set_exception_handler.main", + "callee": "tests.extmod.asyncio_set_exception_handler.task", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_set_exception_handler.main", + "callee": "tests.extmod.asyncio_set_exception_handler.task", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_set_exception_handler.main", + "callee": "tests.extmod.asyncio_set_exception_handler.task", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_set_exception_handler.", + "callee": "tests.extmod.asyncio_set_exception_handler.main", + "lineno": 53, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_task_done": [ + { + "caller": "tests.extmod.asyncio_task_done.main", + "callee": "tests.extmod.asyncio_task_done.task", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_task_done.main", + "callee": "tests.extmod.asyncio_task_done.task", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_task_done.main", + "callee": "tests.extmod.asyncio_task_done.task", + "lineno": 40, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_task_done.main", + "callee": "tests.extmod.asyncio_task_done.task", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_task_done.", + "callee": "tests.extmod.asyncio_task_done.main", + "lineno": 63, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_threadsafeflag": [ + { + "caller": "tests.extmod.asyncio_threadsafeflag.main", + "callee": "tests.extmod.asyncio_threadsafeflag.task", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_threadsafeflag.main", + "callee": "tests.extmod.asyncio_threadsafeflag.task", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_threadsafeflag.main", + "callee": "tests.extmod.asyncio_threadsafeflag.task", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_threadsafeflag.main", + "callee": "tests.extmod.asyncio_threadsafeflag.task", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_threadsafeflag.", + "callee": "tests.extmod.asyncio_threadsafeflag.main", + "lineno": 86, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_wait_for": [ + { + "caller": "tests.extmod.asyncio_wait_for.task_wait_for_cancel", + "callee": "tests.extmod.asyncio_wait_for.task", + "lineno": 41, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for.task_wait_for_cancel_ignore", + "callee": "tests.extmod.asyncio_wait_for.task_catch", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for.main", + "callee": "tests.extmod.asyncio_wait_for.task", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for.main", + "callee": "tests.extmod.asyncio_wait_for.task", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for.main", + "callee": "tests.extmod.asyncio_wait_for.task_catch", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for.main", + "callee": "tests.extmod.asyncio_wait_for.task_raise", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for.main", + "callee": "tests.extmod.asyncio_wait_for.task", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for.main", + "callee": "tests.extmod.asyncio_wait_for.task", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for.main", + "callee": "tests.extmod.asyncio_wait_for.task_cancel_other", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for.main", + "callee": "tests.extmod.asyncio_wait_for.task_wait_for_cancel", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for.main", + "callee": "tests.extmod.asyncio_wait_for.task_wait_for_cancel_ignore", + "lineno": 105, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for.main", + "callee": "tests.extmod.asyncio_wait_for.task_wait_for_cancel", + "lineno": 114, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for.", + "callee": "tests.extmod.asyncio_wait_for.main", + "lineno": 129, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_wait_for_fwd": [ + { + "caller": "tests.extmod.asyncio_wait_for_fwd.test_cancellation_forwarded.wait", + "callee": "tests.extmod.asyncio_wait_for_fwd.awaiting", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_fwd.test_cancellation_forwarded", + "callee": "tests.extmod.asyncio_wait_for_fwd.test_cancellation_forwarded.wait", + "lineno": 46, + "resolution": "nested_function_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_fwd.test_cancellation_forwarded", + "callee": "tests.extmod.asyncio_wait_for_fwd.test_cancellation_forwarded.cancel", + "lineno": 47, + "resolution": "nested_function_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_fwd.", + "callee": "tests.extmod.asyncio_wait_for_fwd.test_cancellation_forwarded", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_fwd.", + "callee": "tests.extmod.asyncio_wait_for_fwd.test_cancellation_forwarded", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_fwd.", + "callee": "tests.extmod.asyncio_wait_for_fwd.test_cancellation_forwarded", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_fwd.", + "callee": "tests.extmod.asyncio_wait_for_fwd.test_cancellation_forwarded", + "lineno": 57, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_wait_for_linked_task": [ + { + "caller": "tests.extmod.asyncio_wait_for_linked_task.Worker.planTasks", + "callee": "tests.extmod.asyncio_wait_for_linked_task.Worker.launchTask", + "lineno": 34, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_linked_task.Worker.planTasks", + "callee": "tests.extmod.asyncio_wait_for_linked_task.Worker.job", + "lineno": 34, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_linked_task.Worker.planTasks", + "callee": "tests.extmod.asyncio_wait_for_linked_task.Worker.launchTask", + "lineno": 35, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_linked_task.Worker.planTasks", + "callee": "tests.extmod.asyncio_wait_for_linked_task.Worker.job", + "lineno": 35, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_linked_task.Worker.planTasks", + "callee": "tests.extmod.asyncio_wait_for_linked_task.Worker.launchTask", + "lineno": 36, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_linked_task.Worker.planTasks", + "callee": "tests.extmod.asyncio_wait_for_linked_task.Worker.job", + "lineno": 36, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_linked_task.async_test", + "callee": "tests.extmod.asyncio_wait_for_linked_task.Worker.__init__", + "lineno": 47, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_linked_task.async_test", + "callee": "tests.extmod.asyncio_wait_for_linked_task.Worker.planTasks", + "lineno": 48, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_linked_task.async_test", + "callee": "tests.extmod.asyncio_wait_for_linked_task.Worker.waitForTask", + "lineno": 49, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_linked_task.async_test", + "callee": "tests.extmod.asyncio_wait_for_linked_task.Worker.waitForTask", + "lineno": 51, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_linked_task.sync_test", + "callee": "tests.extmod.asyncio_wait_for_linked_task.Worker.__init__", + "lineno": 57, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_linked_task.sync_test", + "callee": "tests.extmod.asyncio_wait_for_linked_task.Worker.planTasks", + "lineno": 58, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_linked_task.sync_test", + "callee": "tests.extmod.asyncio_wait_for_linked_task.Worker.syncWaitForTask", + "lineno": 59, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_linked_task.sync_test", + "callee": "tests.extmod.asyncio_wait_for_linked_task.Worker.syncWaitForTask", + "lineno": 61, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_linked_task.", + "callee": "tests.extmod.asyncio_wait_for_linked_task.async_test", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_for_linked_task.", + "callee": "tests.extmod.asyncio_wait_for_linked_task.sync_test", + "lineno": 66, + "resolution": "direct_name_call" + } + ], + "tests.extmod.asyncio_wait_task": [ + { + "caller": "tests.extmod.asyncio_wait_task.main", + "callee": "tests.extmod.asyncio_wait_task.task", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_task.main", + "callee": "tests.extmod.asyncio_wait_task.task", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_task.main", + "callee": "tests.extmod.asyncio_wait_task.delay_print", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_task.main", + "callee": "tests.extmod.asyncio_wait_task.delay_print", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_task.main", + "callee": "tests.extmod.asyncio_wait_task.task_raise", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_task.main", + "callee": "tests.extmod.asyncio_wait_task.task_raise", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.asyncio_wait_task.", + "callee": "tests.extmod.asyncio_wait_task.main", + "lineno": 83, + "resolution": "direct_name_call" + } + ], + "tests.extmod.binascii_a2b_base64": [], + "tests.extmod.binascii_b2a_base64": [], + "tests.extmod.binascii_crc32": [], + "tests.extmod.binascii_hexlify": [ + { + "caller": "tests.extmod.binascii_hexlify.", + "callee": ".binascii.hexlify", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.binascii_hexlify.", + "callee": ".binascii.hexlify", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.binascii_hexlify.", + "callee": ".binascii.hexlify", + "lineno": 19, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.binascii_unhexlify": [ + { + "caller": "tests.extmod.binascii_unhexlify.", + "callee": ".binascii.unhexlify", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.binascii_unhexlify.", + "callee": ".binascii.unhexlify", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.binascii_unhexlify.", + "callee": ".binascii.unhexlify", + "lineno": 21, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.btree1": [], + "tests.extmod.btree_closed": [], + "tests.extmod.btree_error": [ + { + "caller": "tests.extmod.btree_error.", + "callee": "tests.extmod.btree_error.Device.__init__", + "lineno": 30, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.btree_error.", + "callee": "tests.extmod.btree_error.Device.__init__", + "lineno": 38, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.btree_error.", + "callee": "tests.extmod.btree_error.Device.__init__", + "lineno": 46, + "resolution": "same_module_class_call" + } + ], + "tests.extmod.btree_gc": [], + "tests.extmod.cryptolib_aes128_cbc": [ + { + "caller": "tests.extmod.cryptolib_aes128_cbc.", + "callee": ".cryptolib.aes", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.cryptolib_aes128_cbc.", + "callee": ".cryptolib.aes", + "lineno": 15, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.cryptolib_aes128_ctr": [ + { + "caller": "tests.extmod.cryptolib_aes128_ctr._new", + "callee": ".cryptolib.aes", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.cryptolib_aes128_ctr.", + "callee": "tests.extmod.cryptolib_aes128_ctr._new", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.cryptolib_aes128_ctr.", + "callee": "tests.extmod.cryptolib_aes128_ctr._new", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.cryptolib_aes128_ctr.", + "callee": "tests.extmod.cryptolib_aes128_ctr._new", + "lineno": 27, + "resolution": "direct_name_call" + } + ], + "tests.extmod.cryptolib_aes128_ecb": [ + { + "caller": "tests.extmod.cryptolib_aes128_ecb.", + "callee": ".cryptolib.aes", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.cryptolib_aes128_ecb.", + "callee": ".cryptolib.aes", + "lineno": 15, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.cryptolib_aes128_ecb_enc": [ + { + "caller": "tests.extmod.cryptolib_aes128_ecb_enc.", + "callee": ".cryptolib.aes", + "lineno": 15, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.cryptolib_aes128_ecb_inpl": [ + { + "caller": "tests.extmod.cryptolib_aes128_ecb_inpl.", + "callee": ".cryptolib.aes", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.cryptolib_aes128_ecb_inpl.", + "callee": ".cryptolib.aes", + "lineno": 13, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.cryptolib_aes128_ecb_into": [ + { + "caller": "tests.extmod.cryptolib_aes128_ecb_into.", + "callee": ".cryptolib.aes", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.cryptolib_aes128_ecb_into.", + "callee": ".cryptolib.aes", + "lineno": 13, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.cryptolib_aes256_cbc": [ + { + "caller": "tests.extmod.cryptolib_aes256_cbc.", + "callee": ".cryptolib.aes", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.cryptolib_aes256_cbc.", + "callee": ".cryptolib.aes", + "lineno": 15, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.cryptolib_aes256_ecb": [ + { + "caller": "tests.extmod.cryptolib_aes256_ecb.", + "callee": ".cryptolib.aes", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.cryptolib_aes256_ecb.", + "callee": ".cryptolib.aes", + "lineno": 15, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.deflate_compress": [ + { + "caller": "tests.extmod.deflate_compress.compress_error", + "callee": "tests.extmod.deflate_compress.compress", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.compress", + "lineno": 93, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.compress", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.check_header", + "lineno": 108, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.compress", + "lineno": 108, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.check_header", + "lineno": 109, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.compress", + "lineno": 110, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.check_header", + "lineno": 112, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.compress", + "lineno": 113, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.check_header", + "lineno": 115, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.compress", + "lineno": 117, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.compress_error", + "lineno": 122, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.compress", + "lineno": 123, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.compress_error", + "lineno": 124, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.compress_error", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.compress", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.compress_error", + "lineno": 128, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.compress_error", + "lineno": 131, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.compress_error", + "lineno": 132, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.compress", + "lineno": 145, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.decompress", + "lineno": 147, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_compress.", + "callee": "tests.extmod.deflate_compress.compress", + "lineno": 153, + "resolution": "direct_name_call" + } + ], + "tests.extmod.deflate_compress_memory_error": [ + { + "caller": "tests.extmod.deflate_compress_memory_error.", + "callee": ".list.append", + "lineno": 24, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.extmod.deflate_compress_memory_error.", + "callee": ".list.pop", + "lineno": 27, + "resolution": "local_builtin_method_call" + } + ], + "tests.extmod.deflate_decompress": [ + { + "caller": "tests.extmod.deflate_decompress.decompress_error", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 97, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 123, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 148, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 149, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 154, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 157, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 158, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 159, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 160, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 162, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 163, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 167, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 170, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 171, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 172, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 173, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 174, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 175, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 176, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 177, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 178, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 182, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress_error", + "lineno": 183, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 184, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.deflate_decompress.", + "callee": "tests.extmod.deflate_decompress.decompress", + "lineno": 185, + "resolution": "direct_name_call" + } + ], + "tests.extmod.deflate_stream_error": [ + { + "caller": "tests.extmod.deflate_stream_error.", + "callee": "tests.extmod.deflate_stream_error.Stream.__init__", + "lineno": 29, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.deflate_stream_error.", + "callee": "tests.extmod.deflate_stream_error.Stream.__init__", + "lineno": 44, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.deflate_stream_error.", + "callee": "tests.extmod.deflate_stream_error.Stream.__init__", + "lineno": 62, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.deflate_stream_error.", + "callee": "tests.extmod.deflate_stream_error.Stream.__init__", + "lineno": 84, + "resolution": "same_module_class_call" + } + ], + "tests.extmod.framebuf1": [ + { + "caller": "tests.extmod.framebuf1.", + "callee": ".dict.keys", + "lineno": 17, + "resolution": "local_builtin_method_call" + } + ], + "tests.extmod.framebuf16": [ + { + "caller": "tests.extmod.framebuf16.", + "callee": "tests.extmod.framebuf16.printbuf", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf16.", + "callee": "tests.extmod.framebuf16.printbuf", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf16.", + "callee": "tests.extmod.framebuf16.printbuf", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf16.", + "callee": "tests.extmod.framebuf16.printbuf", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf16.", + "callee": "tests.extmod.framebuf16.printbuf", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf16.", + "callee": "tests.extmod.framebuf16.printbuf", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf16.", + "callee": "tests.extmod.framebuf16.printbuf", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf16.", + "callee": "tests.extmod.framebuf16.printbuf", + "lineno": 66, + "resolution": "direct_name_call" + } + ], + "tests.extmod.framebuf2": [ + { + "caller": "tests.extmod.framebuf2.", + "callee": "tests.extmod.framebuf2.printbuf", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf2.", + "callee": "tests.extmod.framebuf2.printbuf", + "lineno": 26, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf2.", + "callee": "tests.extmod.framebuf2.printbuf", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf2.", + "callee": "tests.extmod.framebuf2.printbuf", + "lineno": 41, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf2.", + "callee": "tests.extmod.framebuf2.printbuf", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf2.", + "callee": "tests.extmod.framebuf2.printbuf", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf2.", + "callee": "tests.extmod.framebuf2.printbuf", + "lineno": 47, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf2.", + "callee": "tests.extmod.framebuf2.printbuf", + "lineno": 64, + "resolution": "direct_name_call" + } + ], + "tests.extmod.framebuf4": [ + { + "caller": "tests.extmod.framebuf4.", + "callee": "tests.extmod.framebuf4.printbuf", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf4.", + "callee": "tests.extmod.framebuf4.printbuf", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf4.", + "callee": "tests.extmod.framebuf4.printbuf", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf4.", + "callee": "tests.extmod.framebuf4.printbuf", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf4.", + "callee": "tests.extmod.framebuf4.printbuf", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf4.", + "callee": "tests.extmod.framebuf4.printbuf", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf4.", + "callee": "tests.extmod.framebuf4.printbuf", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf4.", + "callee": "tests.extmod.framebuf4.printbuf", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf4.", + "callee": "tests.extmod.framebuf4.printbuf", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf4.", + "callee": "tests.extmod.framebuf4.printbuf", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf4.", + "callee": "tests.extmod.framebuf4.printbuf", + "lineno": 54, + "resolution": "direct_name_call" + } + ], + "tests.extmod.framebuf8": [ + { + "caller": "tests.extmod.framebuf8.", + "callee": "tests.extmod.framebuf8.printbuf", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf8.", + "callee": "tests.extmod.framebuf8.printbuf", + "lineno": 31, + "resolution": "direct_name_call" + } + ], + "tests.extmod.framebuf_blit": [ + { + "caller": "tests.extmod.framebuf_blit.", + "callee": "tests.extmod.framebuf_blit.printbuf", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_blit.", + "callee": "tests.extmod.framebuf_blit.printbuf", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_blit.", + "callee": "tests.extmod.framebuf_blit.printbuf", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_blit.", + "callee": "tests.extmod.framebuf_blit.printbuf", + "lineno": 50, + "resolution": "direct_name_call" + } + ], + "tests.extmod.framebuf_bounds": [ + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 26, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 40, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 41, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 47, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 68, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 88, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_bounds.", + "callee": "tests.extmod.framebuf_bounds.test_constructor", + "lineno": 90, + "resolution": "direct_name_call" + } + ], + "tests.extmod.framebuf_ellipse": [ + { + "caller": "tests.extmod.framebuf_ellipse.", + "callee": "tests.extmod.framebuf_ellipse.printbuf", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_ellipse.", + "callee": "tests.extmod.framebuf_ellipse.printbuf", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_ellipse.", + "callee": "tests.extmod.framebuf_ellipse.printbuf", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_ellipse.", + "callee": "tests.extmod.framebuf_ellipse.printbuf", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_ellipse.", + "callee": "tests.extmod.framebuf_ellipse.printbuf", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_ellipse.", + "callee": "tests.extmod.framebuf_ellipse.printbuf", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_ellipse.", + "callee": "tests.extmod.framebuf_ellipse.printbuf", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_ellipse.", + "callee": "tests.extmod.framebuf_ellipse.printbuf", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_ellipse.", + "callee": "tests.extmod.framebuf_ellipse.printbuf", + "lineno": 80, + "resolution": "direct_name_call" + } + ], + "tests.extmod.framebuf_palette": [], + "tests.extmod.framebuf_polygon": [ + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": ".array.array", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": "tests.extmod.framebuf_polygon.print_buffer", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": "tests.extmod.framebuf_polygon.print_buffer", + "lineno": 109, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": "tests.extmod.framebuf_polygon.print_buffer", + "lineno": 118, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": "tests.extmod.framebuf_polygon.print_buffer", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": "tests.extmod.framebuf_polygon.print_buffer", + "lineno": 151, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": "tests.extmod.framebuf_polygon.print_buffer", + "lineno": 155, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": ".array.array", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": ".array.array", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": "tests.extmod.framebuf_polygon.print_buffer", + "lineno": 168, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": "tests.extmod.framebuf_polygon.print_buffer", + "lineno": 177, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": ".array.array", + "lineno": 181, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": ".array.array", + "lineno": 182, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": ".array.array", + "lineno": 183, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": ".array.array", + "lineno": 184, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": "tests.extmod.framebuf_polygon.print_buffer", + "lineno": 191, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": ".array.array", + "lineno": 195, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": "tests.extmod.framebuf_polygon.print_buffer", + "lineno": 200, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": "tests.extmod.framebuf_polygon.print_buffer", + "lineno": 206, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": ".array.array", + "lineno": 213, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": ".array.array", + "lineno": 214, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": "tests.extmod.framebuf_polygon.print_buffer", + "lineno": 219, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_polygon.", + "callee": "tests.extmod.framebuf_polygon.print_buffer", + "lineno": 224, + "resolution": "direct_name_call" + } + ], + "tests.extmod.framebuf_scroll": [ + { + "caller": "tests.extmod.framebuf_scroll.", + "callee": "tests.extmod.framebuf_scroll.prepare_buffer", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_scroll.", + "callee": "tests.extmod.framebuf_scroll.printbuf", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_scroll.", + "callee": "tests.extmod.framebuf_scroll.printbuf", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_scroll.", + "callee": "tests.extmod.framebuf_scroll.prepare_buffer", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_scroll.", + "callee": "tests.extmod.framebuf_scroll.printbuf", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_scroll.", + "callee": "tests.extmod.framebuf_scroll.prepare_buffer", + "lineno": 40, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.framebuf_scroll.", + "callee": "tests.extmod.framebuf_scroll.printbuf", + "lineno": 50, + "resolution": "direct_name_call" + } + ], + "tests.extmod.framebuf_subclass": [ + { + "caller": "tests.extmod.framebuf_subclass.", + "callee": "tests.extmod.framebuf_subclass.FB.__init__", + "lineno": 24, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.framebuf_subclass.", + "callee": "tests.extmod.framebuf_subclass.FB.foo", + "lineno": 26, + "resolution": "local_typed_method_call" + } + ], + "tests.extmod.hashlib_final": [], + "tests.extmod.hashlib_md5": [], + "tests.extmod.hashlib_sha1": [], + "tests.extmod.hashlib_sha256": [], + "tests.extmod.heapq1": [ + { + "caller": "tests.extmod.heapq1.pop_and_print", + "callee": ".list.append", + "lineno": 21, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.extmod.heapq1.", + "callee": "tests.extmod.heapq1.pop_and_print", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.heapq1.", + "callee": "tests.extmod.heapq1.pop_and_print", + "lineno": 39, + "resolution": "direct_name_call" + } + ], + "tests.extmod.json_dump": [ + { + "caller": "tests.extmod.json_dump.", + "callee": ".io.StringIO", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.json_dump.", + "callee": ".io.StringIO", + "lineno": 12, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.json_dumps": [], + "tests.extmod.json_dumps_extra": [], + "tests.extmod.json_dumps_float": [], + "tests.extmod.json_dumps_ordereddict": [ + { + "caller": "tests.extmod.json_dumps_ordereddict.", + "callee": ".collections.OrderedDict", + "lineno": 8, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.json_dumps_separators": [], + "tests.extmod.json_dump_iobase": [ + { + "caller": "tests.extmod.json_dump_iobase.", + "callee": "tests.extmod.json_dump_iobase.S.__init__", + "lineno": 28, + "resolution": "same_module_class_call" + } + ], + "tests.extmod.json_dump_separators": [ + { + "caller": "tests.extmod.json_dump_separators.", + "callee": ".io.StringIO", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.json_dump_separators.", + "callee": ".io.StringIO", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.json_dump_separators.", + "callee": ".io.StringIO", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.json_dump_separators.", + "callee": ".io.StringIO", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.json_dump_separators.", + "callee": ".io.StringIO", + "lineno": 55, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.json_load": [ + { + "caller": "tests.extmod.json_load.", + "callee": ".io.StringIO", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.json_load.", + "callee": ".io.StringIO", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.json_load.", + "callee": ".io.StringIO", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.json_load.", + "callee": ".io.StringIO", + "lineno": 11, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.json_loads": [ + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 16, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 26, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 47, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads.", + "callee": "tests.extmod.json_loads.my_print", + "lineno": 95, + "resolution": "direct_name_call" + } + ], + "tests.extmod.json_loads_bytes": [], + "tests.extmod.json_loads_float": [ + { + "caller": "tests.extmod.json_loads_float.", + "callee": "tests.extmod.json_loads_float.my_print", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads_float.", + "callee": "tests.extmod.json_loads_float.my_print", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads_float.", + "callee": "tests.extmod.json_loads_float.my_print", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads_float.", + "callee": "tests.extmod.json_loads_float.my_print", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads_float.", + "callee": "tests.extmod.json_loads_float.my_print", + "lineno": 16, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.json_loads_float.", + "callee": "tests.extmod.json_loads_float.my_print", + "lineno": 17, + "resolution": "direct_name_call" + } + ], + "tests.extmod.json_loads_int_64": [], + "tests.extmod.machine1": [ + { + "caller": "tests.extmod.machine1.Test.test_mem8_print", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 16, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.machine1.Test.test_alignment", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 19, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.machine1.Test.test_alignment", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 22, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.machine1.Test.test_operations", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.machine1.Test.test_operations", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.machine1.Test.test_operations", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.machine1.Test.test_operations", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.machine1.Test.test_operations", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 38, + "resolution": "external_inherited_call" + } + ], + "tests.extmod.machine_disable_irq": [ + { + "caller": "tests.extmod.machine_disable_irq.f", + "callee": ".machine.disable_irq", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_disable_irq.f", + "callee": "tests.extmod.machine_disable_irq.f", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.machine_disable_irq.f", + "callee": ".time.ticks_us", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_disable_irq.f", + "callee": ".machine.enable_irq", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_disable_irq.", + "callee": "tests.extmod.machine_disable_irq.f", + "lineno": 26, + "resolution": "direct_name_call" + } + ], + "tests.extmod.machine_hard_timer": [ + { + "caller": "tests.extmod.machine_hard_timer.", + "callee": ".machine.Timer", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_hard_timer.", + "callee": ".time.sleep_ms", + "lineno": 44, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.machine_i2s_rate": [ + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": ".machine.Pin", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.test", + "callee": ".machine.I2S", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": "tests.extmod.machine_i2s_rate.test", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": "tests.extmod.machine_i2s_rate.test", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": "tests.extmod.machine_i2s_rate.test", + "lineno": 100, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": "tests.extmod.machine_i2s_rate.test", + "lineno": 101, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": "tests.extmod.machine_i2s_rate.test", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": "tests.extmod.machine_i2s_rate.test", + "lineno": 103, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": "tests.extmod.machine_i2s_rate.test", + "lineno": 104, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.machine_i2s_rate.", + "callee": "tests.extmod.machine_i2s_rate.test", + "lineno": 105, + "resolution": "direct_name_call" + } + ], + "tests.extmod.machine_pinbase": [ + { + "caller": "tests.extmod.machine_pinbase.", + "callee": "tests.extmod.machine_pinbase.MyPin.__init__", + "lineno": 22, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.machine_pinbase.", + "callee": "tests.extmod.machine_pinbase.MyPin.value", + "lineno": 24, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.machine_pinbase.", + "callee": "tests.extmod.machine_pinbase.MyPin.value", + "lineno": 25, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.machine_pinbase.", + "callee": "tests.extmod.machine_pinbase.MyPin.value", + "lineno": 26, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.machine_pinbase.", + "callee": "tests.extmod.machine_pinbase.MyPin.value", + "lineno": 27, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.machine_pinbase.", + "callee": "tests.extmod.machine_pinbase.MyPin.value", + "lineno": 28, + "resolution": "local_typed_method_call" + } + ], + "tests.extmod.machine_pulse": [ + { + "caller": "tests.extmod.machine_pulse.", + "callee": "tests.extmod.machine_pulse.TogglePin.__init__", + "lineno": 33, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.machine_pulse.", + "callee": "tests.extmod.machine_pulse.ConstPin.__init__", + "lineno": 40, + "resolution": "same_module_class_call" + } + ], + "tests.extmod.machine_rtc": [ + { + "caller": "tests.extmod.machine_rtc.", + "callee": ".machine.RTC", + "lineno": 9, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.machine_signal": [ + { + "caller": "tests.extmod.machine_signal.", + "callee": "tests.extmod.machine_signal.Pin.__init__", + "lineno": 25, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.machine_signal.", + "callee": "tests.extmod.machine_signal.Pin.value", + "lineno": 28, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.machine_signal.", + "callee": "tests.extmod.machine_signal.Pin.value", + "lineno": 30, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.machine_signal.", + "callee": "tests.extmod.machine_signal.Pin.__init__", + "lineno": 33, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.machine_signal.", + "callee": "tests.extmod.machine_signal.Pin.value", + "lineno": 36, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.machine_signal.", + "callee": "tests.extmod.machine_signal.Pin.value", + "lineno": 38, + "resolution": "local_typed_method_call" + } + ], + "tests.extmod.machine_soft_timer": [], + "tests.extmod.machine_spi_rate": [ + { + "caller": "tests.extmod.machine_spi_rate.test_instances", + "callee": "tests.extmod.machine_spi_rate.test_spi", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.machine_spi_rate.test_instances", + "callee": "tests.extmod.machine_spi_rate.test_spi", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.machine_spi_rate.test_spi", + "callee": ".machine.SPI", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_spi_rate.test_spi", + "callee": "tests.extmod.machine_spi_rate.get_real_baudrate", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.machine_spi_rate.", + "callee": "tests.extmod.machine_spi_rate.test_instances", + "lineno": 112, + "resolution": "direct_name_call" + } + ], + "tests.extmod.machine_timer": [ + { + "caller": "tests.extmod.machine_timer.", + "callee": ".machine.Timer", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.machine_timer.", + "callee": ".time.sleep_ms", + "lineno": 47, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.machine_uart_irq_txidle": [ + { + "caller": "tests.extmod.machine_uart_irq_txidle.", + "callee": ".machine.UART", + "lineno": 24, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.machine_uart_tx": [ + { + "caller": "tests.extmod.machine_uart_tx.", + "callee": ".machine.UART", + "lineno": 41, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.marshal_basic": [], + "tests.extmod.marshal_fun_nested": [], + "tests.extmod.marshal_stress": [], + "tests.extmod.os_urandom": [ + { + "caller": "tests.extmod.os_urandom.", + "callee": ".os.urandom", + "lineno": 11, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.platform_basic": [], + "tests.extmod.random_basic": [], + "tests.extmod.random_extra": [], + "tests.extmod.random_extra_float": [], + "tests.extmod.random_seed_default": [ + { + "caller": "tests.extmod.random_seed_default.", + "callee": "tests.extmod.random_seed_default.rng_seq", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.random_seed_default.", + "callee": "tests.extmod.random_seed_default.rng_seq", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.random_seed_default.", + "callee": "tests.extmod.random_seed_default.rng_seq", + "lineno": 27, + "resolution": "direct_name_call" + } + ], + "tests.extmod.re1": [], + "tests.extmod.re_debug": [], + "tests.extmod.re_error": [ + { + "caller": "tests.extmod.re_error.", + "callee": "tests.extmod.re_error.test_re", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_error.", + "callee": "tests.extmod.re_error.test_re", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_error.", + "callee": "tests.extmod.re_error.test_re", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_error.", + "callee": "tests.extmod.re_error.test_re", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_error.", + "callee": "tests.extmod.re_error.test_re", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_error.", + "callee": "tests.extmod.re_error.test_re", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_error.", + "callee": "tests.extmod.re_error.test_re", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_error.", + "callee": "tests.extmod.re_error.test_re", + "lineno": 25, + "resolution": "direct_name_call" + } + ], + "tests.extmod.re_group": [ + { + "caller": "tests.extmod.re_group.", + "callee": "tests.extmod.re_group.print_groups", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_group.", + "callee": "tests.extmod.re_group.print_groups", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_group.", + "callee": "tests.extmod.re_group.print_groups", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_group.", + "callee": "tests.extmod.re_group.print_groups", + "lineno": 31, + "resolution": "direct_name_call" + } + ], + "tests.extmod.re_groups": [], + "tests.extmod.re_limit": [ + { + "caller": "tests.extmod.re_limit.", + "callee": "tests.extmod.re_limit.test_re", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_limit.", + "callee": "tests.extmod.re_limit.test_re", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_limit.", + "callee": "tests.extmod.re_limit.test_re", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_limit.", + "callee": "tests.extmod.re_limit.test_re", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_limit.", + "callee": "tests.extmod.re_limit.test_re", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_limit.", + "callee": "tests.extmod.re_limit.test_re", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_limit.", + "callee": "tests.extmod.re_limit.test_re", + "lineno": 34, + "resolution": "direct_name_call" + } + ], + "tests.extmod.re_namedclass": [ + { + "caller": "tests.extmod.re_namedclass.", + "callee": "tests.extmod.re_namedclass.print_groups", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_namedclass.", + "callee": "tests.extmod.re_namedclass.print_groups", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_namedclass.", + "callee": "tests.extmod.re_namedclass.print_groups", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_namedclass.", + "callee": "tests.extmod.re_namedclass.print_groups", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_namedclass.", + "callee": "tests.extmod.re_namedclass.print_groups", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_namedclass.", + "callee": "tests.extmod.re_namedclass.print_groups", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_namedclass.", + "callee": "tests.extmod.re_namedclass.print_groups", + "lineno": 36, + "resolution": "direct_name_call" + } + ], + "tests.extmod.re_span": [ + { + "caller": "tests.extmod.re_span.", + "callee": "tests.extmod.re_span.print_spans", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_span.", + "callee": "tests.extmod.re_span.print_spans", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_span.", + "callee": "tests.extmod.re_span.print_spans", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_span.", + "callee": "tests.extmod.re_span.print_spans", + "lineno": 38, + "resolution": "direct_name_call" + } + ], + "tests.extmod.re_split": [], + "tests.extmod.re_split_empty": [], + "tests.extmod.re_split_notimpl": [], + "tests.extmod.re_stack_overflow": [], + "tests.extmod.re_stack_overflow2": [ + { + "caller": "tests.extmod.re_stack_overflow2.", + "callee": "tests.extmod.re_stack_overflow2.test_re", + "lineno": 25, + "resolution": "direct_name_call" + } + ], + "tests.extmod.re_start_end_pos": [ + { + "caller": "tests.extmod.re_start_end_pos.", + "callee": "tests.extmod.re_start_end_pos.print_groups", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_start_end_pos.", + "callee": "tests.extmod.re_start_end_pos.print_groups", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_start_end_pos.", + "callee": "tests.extmod.re_start_end_pos.print_groups", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_start_end_pos.", + "callee": "tests.extmod.re_start_end_pos.print_groups", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_start_end_pos.", + "callee": "tests.extmod.re_start_end_pos.print_groups", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_start_end_pos.", + "callee": "tests.extmod.re_start_end_pos.print_groups", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_start_end_pos.", + "callee": "tests.extmod.re_start_end_pos.print_groups", + "lineno": 47, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_start_end_pos.", + "callee": "tests.extmod.re_start_end_pos.print_groups", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_start_end_pos.", + "callee": "tests.extmod.re_start_end_pos.print_groups", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_start_end_pos.", + "callee": "tests.extmod.re_start_end_pos.print_groups", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_start_end_pos.", + "callee": "tests.extmod.re_start_end_pos.print_groups", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_start_end_pos.", + "callee": "tests.extmod.re_start_end_pos.print_groups", + "lineno": 68, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_start_end_pos.", + "callee": "tests.extmod.re_start_end_pos.print_groups", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_start_end_pos.", + "callee": "tests.extmod.re_start_end_pos.print_groups", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.re_start_end_pos.", + "callee": "tests.extmod.re_start_end_pos.print_groups", + "lineno": 78, + "resolution": "direct_name_call" + } + ], + "tests.extmod.re_sub": [ + { + "caller": "tests.extmod.re_sub.", + "callee": "tests.extmod.re_sub.A", + "lineno": 29, + "resolution": "direct_name_call" + } + ], + "tests.extmod.re_sub_unmatched": [], + "tests.extmod.select_ipoll": [ + { + "caller": "tests.extmod.select_ipoll.", + "callee": "tests.extmod.select_ipoll.print_poll_output", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.select_ipoll.", + "callee": "tests.extmod.select_ipoll.print_poll_output", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.select_ipoll.", + "callee": "tests.extmod.select_ipoll.print_poll_output", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.select_ipoll.", + "callee": "tests.extmod.select_ipoll.print_poll_output", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.select_ipoll.", + "callee": "tests.extmod.select_ipoll.print_poll_output", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.select_ipoll.", + "callee": "tests.extmod.select_ipoll.print_poll_output", + "lineno": 52, + "resolution": "direct_name_call" + } + ], + "tests.extmod.select_poll_basic": [], + "tests.extmod.select_poll_custom": [ + { + "caller": "tests.extmod.select_poll_custom.", + "callee": ".micropython.const", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.select_poll_custom.", + "callee": ".micropython.const", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.select_poll_custom.", + "callee": ".micropython.const", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.select_poll_custom.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.select_poll_custom.", + "callee": "tests.extmod.select_poll_custom.CustomPollable.__init__", + "lineno": 52, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.select_poll_custom.", + "callee": "tests.extmod.select_poll_custom.print_poll_output", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.select_poll_custom.", + "callee": "tests.extmod.select_poll_custom.print_poll_output", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.select_poll_custom.", + "callee": "tests.extmod.select_poll_custom.print_poll_output", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.select_poll_custom.", + "callee": "tests.extmod.select_poll_custom.print_poll_output", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.select_poll_custom.", + "callee": "tests.extmod.select_poll_custom.print_poll_output", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.select_poll_custom.", + "callee": "tests.extmod.select_poll_custom.print_poll_output", + "lineno": 96, + "resolution": "direct_name_call" + } + ], + "tests.extmod.select_poll_eintr": [], + "tests.extmod.select_poll_fd": [], + "tests.extmod.select_poll_udp": [], + "tests.extmod.socket_badconstructor": [], + "tests.extmod.socket_fileno": [], + "tests.extmod.socket_tcp_basic": [], + "tests.extmod.socket_udp_nonblock": [], + "tests.extmod.ssl_basic": [ + { + "caller": "tests.extmod.ssl_basic.", + "callee": "tests.extmod.ssl_basic.TestSocket.", + "lineno": 28, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.ssl_basic.", + "callee": "tests.extmod.ssl_basic.TestSocket.", + "lineno": 33, + "resolution": "same_module_class_call" + } + ], + "tests.extmod.ssl_cadata": [], + "tests.extmod.ssl_ioctl": [], + "tests.extmod.ssl_keycert": [], + "tests.extmod.ssl_keycert_pkcs8": [], + "tests.extmod.ssl_poll": [ + { + "caller": "tests.extmod.ssl_poll.", + "callee": ".micropython.const", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ssl_poll.", + "callee": ".micropython.const", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ssl_poll.", + "callee": ".micropython.const", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ssl_poll.", + "callee": ".micropython.const", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ssl_poll.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ssl_poll.", + "callee": "tests.extmod.ssl_poll.assert_poll", + "lineno": 147, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.ssl_poll.", + "callee": "tests.extmod.ssl_poll.assert_poll", + "lineno": 148, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.ssl_poll.", + "callee": "tests.extmod.ssl_poll.assert_poll", + "lineno": 158, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.ssl_poll.", + "callee": "tests.extmod.ssl_poll.assert_poll", + "lineno": 159, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.ssl_poll.", + "callee": "tests.extmod.ssl_poll.assert_poll", + "lineno": 165, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.ssl_poll.", + "callee": "tests.extmod.ssl_poll.assert_poll", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.ssl_poll.", + "callee": "tests.extmod.ssl_poll.assert_poll", + "lineno": 184, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.ssl_poll.", + "callee": "tests.extmod.ssl_poll.assert_poll", + "lineno": 194, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.ssl_poll.", + "callee": "tests.extmod.ssl_poll.assert_poll", + "lineno": 206, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.ssl_poll.", + "callee": "tests.extmod.ssl_poll.assert_raises", + "lineno": 207, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.ssl_poll.", + "callee": "tests.extmod.ssl_poll.assert_poll", + "lineno": 208, + "resolution": "direct_name_call" + } + ], + "tests.extmod.ssl_sslcontext": [], + "tests.extmod.ssl_sslcontext_verify_mode": [], + "tests.extmod.ssl_sslcontext_verify_mode2": [], + "tests.extmod.ticks_add": [ + { + "caller": "tests.extmod.ticks_add.", + "callee": ".time.ticks_add", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_add.", + "callee": ".time.ticks_add", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_add.", + "callee": ".time.ticks_add", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_add.", + "callee": ".time.ticks_diff", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_add.", + "callee": ".time.ticks_add", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_add.", + "callee": ".time.ticks_diff", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_add.", + "callee": ".time.ticks_add", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_add.", + "callee": ".time.ticks_diff", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_add.", + "callee": ".time.ticks_add", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_add.", + "callee": ".time.ticks_diff", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_add.", + "callee": ".time.ticks_add", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_add.", + "callee": ".time.ticks_diff", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_add.", + "callee": ".time.ticks_add", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_add.", + "callee": ".time.ticks_diff", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_add.", + "callee": ".time.ticks_add", + "lineno": 40, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.ticks_diff": [ + { + "caller": "tests.extmod.ticks_diff.", + "callee": ".time.ticks_add", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_diff.", + "callee": ".time.ticks_diff", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_diff.", + "callee": ".time.ticks_diff", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_diff.", + "callee": ".time.ticks_diff", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_diff.", + "callee": ".time.ticks_diff", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_diff.", + "callee": ".time.ticks_diff", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_diff.", + "callee": ".time.ticks_diff", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_diff.", + "callee": ".time.ticks_diff", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_diff.", + "callee": ".time.ticks_diff", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_diff.", + "callee": ".time.ticks_diff", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_diff.", + "callee": ".time.ticks_diff", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_diff.", + "callee": ".time.ticks_diff", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_diff.", + "callee": ".time.ticks_diff", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_diff.", + "callee": ".time.ticks_add", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_diff.", + "callee": ".time.ticks_diff", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.ticks_diff.", + "callee": ".time.ticks_add", + "lineno": 35, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.time_mktime": [ + { + "caller": "tests.extmod.time_mktime.test_bwd", + "callee": "tests.extmod.time_mktime.safe_mktime", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.time_mktime.test_bwd", + "callee": "tests.extmod.time_mktime.safe_mktime", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.time_mktime.test_fwd", + "callee": "tests.extmod.time_mktime.safe_mktime", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.time_mktime.test_fwd", + "callee": "tests.extmod.time_mktime.safe_localtime", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.time_mktime.test_fwd", + "callee": "tests.extmod.time_mktime.safe_localtime", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.time_mktime.", + "callee": "tests.extmod.time_mktime.test_bwd", + "lineno": 116, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.time_mktime.", + "callee": "tests.extmod.time_mktime.test_fwd", + "lineno": 117, + "resolution": "direct_name_call" + } + ], + "tests.extmod.time_ms_us": [], + "tests.extmod.time_res": [ + { + "caller": "tests.extmod.time_res.test", + "callee": ".dict.get", + "lineno": 55, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.extmod.time_res.", + "callee": "tests.extmod.time_res.test", + "lineno": 68, + "resolution": "direct_name_call" + } + ], + "tests.extmod.time_time_ns": [], + "tests.extmod.tls_dtls": [ + { + "caller": "tests.extmod.tls_dtls.", + "callee": "tests.extmod.tls_dtls.DummySocket.__init__", + "lineno": 31, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.tls_dtls.", + "callee": "tests.extmod.tls_dtls.DummySocket.__init__", + "lineno": 32, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.tls_dtls.", + "callee": ".tls.SSLContext", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod.tls_dtls.", + "callee": ".tls.SSLContext", + "lineno": 51, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.tls_noleak": [ + { + "caller": "tests.extmod.tls_noleak.TLSNoLeaks.test_unique_context", + "callee": "tests.extmod.tls_noleak.TestSocket.", + "lineno": 34, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.tls_noleak.TLSNoLeaks.test_shared_context", + "callee": "tests.extmod.tls_noleak.TestSocket.", + "lineno": 45, + "resolution": "same_module_class_call" + } + ], + "tests.extmod.tls_psk": [], + "tests.extmod.tls_sslcontext_ciphers": [], + "tests.extmod.tls_sslcontext_micropython": [], + "tests.extmod.tls_threads": [ + { + "caller": "tests.extmod.tls_threads.TLSThreads.test_sslsocket_threaded", + "callee": "tests.extmod.tls_threads.TLSThreads._alloc_many_sockets", + "lineno": 39, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.tls_threads.TLSThreads._alloc_many_sockets", + "callee": "tests.extmod.tls_threads.TestSocket.", + "lineno": 49, + "resolution": "same_module_class_call" + } + ], + "tests.extmod.uctypes_32bit_intbig": [], + "tests.extmod.uctypes_addressof": [], + "tests.extmod.uctypes_array_assign_le": [], + "tests.extmod.uctypes_array_assign_native_le": [], + "tests.extmod.uctypes_array_assign_native_le_intbig": [], + "tests.extmod.uctypes_array_load_store": [], + "tests.extmod.uctypes_bytearray": [], + "tests.extmod.uctypes_byteat": [], + "tests.extmod.uctypes_error": [], + "tests.extmod.uctypes_le": [], + "tests.extmod.uctypes_le_float": [], + "tests.extmod.uctypes_native_float": [], + "tests.extmod.uctypes_native_le": [], + "tests.extmod.uctypes_print": [], + "tests.extmod.uctypes_ptr_le": [], + "tests.extmod.uctypes_ptr_native_le": [], + "tests.extmod.uctypes_sizeof": [], + "tests.extmod.uctypes_sizeof_float": [], + "tests.extmod.uctypes_sizeof_layout": [], + "tests.extmod.uctypes_sizeof_native": [], + "tests.extmod.uctypes_sizeof_od": [ + { + "caller": "tests.extmod.uctypes_sizeof_od.", + "callee": ".collections.OrderedDict", + "lineno": 8, + "resolution": "external_constructor_call" + } + ], + "tests.extmod.vfs_basic": [ + { + "caller": "tests.extmod.vfs_basic.", + "callee": "tests.extmod.vfs_basic.Filesystem.__init__", + "lineno": 84, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_basic.", + "callee": "tests.extmod.vfs_basic.Filesystem.__init__", + "lineno": 104, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_basic.", + "callee": "tests.extmod.vfs_basic.Filesystem.__init__", + "lineno": 110, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_basic.", + "callee": "tests.extmod.vfs_basic.Filesystem.__init__", + "lineno": 150, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_basic.", + "callee": "tests.extmod.vfs_basic.Filesystem.__init__", + "lineno": 156, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_basic.", + "callee": "tests.extmod.vfs_basic.Filesystem.__init__", + "lineno": 179, + "resolution": "same_module_class_call" + } + ], + "tests.extmod.vfs_blockdev": [ + { + "caller": "tests.extmod.vfs_blockdev.", + "callee": "tests.extmod.vfs_blockdev.RAMBlockDevice.__init__", + "lineno": 68, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_blockdev.", + "callee": "tests.extmod.vfs_blockdev.test", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_blockdev.", + "callee": "tests.extmod.vfs_blockdev.test", + "lineno": 74, + "resolution": "direct_name_call" + } + ], + "tests.extmod.vfs_blockdev_invalid": [ + { + "caller": "tests.extmod.vfs_blockdev_invalid.", + "callee": "tests.extmod.vfs_blockdev_invalid.RAMBlockDevice.__init__", + "lineno": 47, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_blockdev_invalid.", + "callee": "tests.extmod.vfs_blockdev_invalid.test", + "lineno": 110, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_blockdev_invalid.", + "callee": "tests.extmod.vfs_blockdev_invalid.test", + "lineno": 120, + "resolution": "direct_name_call" + } + ], + "tests.extmod.vfs_blockdev_invalid2": [ + { + "caller": "tests.extmod.vfs_blockdev_invalid2.", + "callee": "tests.extmod.vfs_blockdev_invalid2.BadDev.__init__", + "lineno": 33, + "resolution": "same_module_class_call" + } + ], + "tests.extmod.vfs_fat_fileio1": [ + { + "caller": "tests.extmod.vfs_fat_fileio1.", + "callee": "tests.extmod.vfs_fat_fileio1.RAMFS.__init__", + "lineno": 35, + "resolution": "same_module_class_call" + } + ], + "tests.extmod.vfs_fat_fileio2": [ + { + "caller": "tests.extmod.vfs_fat_fileio2.", + "callee": "tests.extmod.vfs_fat_fileio2.RAMFS.__init__", + "lineno": 35, + "resolution": "same_module_class_call" + } + ], + "tests.extmod.vfs_fat_finaliser": [ + { + "caller": "tests.extmod.vfs_fat_finaliser.", + "callee": "tests.extmod.vfs_fat_finaliser.RAMBlockDevice.__init__", + "lineno": 36, + "resolution": "same_module_class_call" + } + ], + "tests.extmod.vfs_fat_ilistdir_del": [ + { + "caller": "tests.extmod.vfs_fat_ilistdir_del.", + "callee": "tests.extmod.vfs_fat_ilistdir_del.RAMBlockDevice.__init__", + "lineno": 74, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_fat_ilistdir_del.", + "callee": "tests.extmod.vfs_fat_ilistdir_del.test", + "lineno": 79, + "resolution": "direct_name_call" + } + ], + "tests.extmod.vfs_fat_more": [ + { + "caller": "tests.extmod.vfs_fat_more.", + "callee": "tests.extmod.vfs_fat_more.RAMFS.__init__", + "lineno": 35, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_fat_more.", + "callee": "tests.extmod.vfs_fat_more.RAMFS.__init__", + "lineno": 36, + "resolution": "same_module_class_call" + } + ], + "tests.extmod.vfs_fat_mtime": [ + { + "caller": "tests.extmod.vfs_fat_mtime.", + "callee": "tests.extmod.vfs_fat_mtime.RAMBlockDevice.__init__", + "lineno": 73, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_fat_mtime.", + "callee": "tests.extmod.vfs_fat_mtime.test", + "lineno": 74, + "resolution": "direct_name_call" + } + ], + "tests.extmod.vfs_fat_oldproto": [ + { + "caller": "tests.extmod.vfs_fat_oldproto.", + "callee": "tests.extmod.vfs_fat_oldproto.RAMFS_OLD.__init__", + "lineno": 34, + "resolution": "same_module_class_call" + } + ], + "tests.extmod.vfs_fat_ramdisk": [ + { + "caller": "tests.extmod.vfs_fat_ramdisk.", + "callee": "tests.extmod.vfs_fat_ramdisk.RAMFS.__init__", + "lineno": 35, + "resolution": "same_module_class_call" + } + ], + "tests.extmod.vfs_fat_ramdisklarge": [ + { + "caller": "tests.extmod.vfs_fat_ramdisklarge.", + "callee": "tests.extmod.vfs_fat_ramdisklarge.RAMBDevSparse.__init__", + "lineno": 44, + "resolution": "same_module_class_call" + } + ], + "tests.extmod.vfs_lfs": [ + { + "caller": "tests.extmod.vfs_lfs.test", + "callee": "tests.extmod.vfs_lfs.print_stat", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_lfs.test", + "callee": "tests.extmod.vfs_lfs.print_stat", + "lineno": 80, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_lfs.test", + "callee": "tests.extmod.vfs_lfs.print_stat", + "lineno": 120, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_lfs.test", + "callee": "tests.extmod.vfs_lfs.print_stat", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_lfs.", + "callee": "tests.extmod.vfs_lfs.RAMBlockDevice.__init__", + "lineno": 152, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_lfs.", + "callee": "tests.extmod.vfs_lfs.test", + "lineno": 153, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_lfs.", + "callee": "tests.extmod.vfs_lfs.test", + "lineno": 154, + "resolution": "direct_name_call" + } + ], + "tests.extmod.vfs_lfs_corrupt": [ + { + "caller": "tests.extmod.vfs_lfs_corrupt.test", + "callee": "tests.extmod.vfs_lfs_corrupt.create_vfs", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_lfs_corrupt.test", + "callee": "tests.extmod.vfs_lfs_corrupt.corrupt", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_lfs_corrupt.test", + "callee": "tests.extmod.vfs_lfs_corrupt.corrupt", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_lfs_corrupt.test", + "callee": "tests.extmod.vfs_lfs_corrupt.create_vfs", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_lfs_corrupt.test", + "callee": "tests.extmod.vfs_lfs_corrupt.create_vfs", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_lfs_corrupt.test", + "callee": "tests.extmod.vfs_lfs_corrupt.create_vfs", + "lineno": 88, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_lfs_corrupt.test", + "callee": "tests.extmod.vfs_lfs_corrupt.create_vfs", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_lfs_corrupt.", + "callee": "tests.extmod.vfs_lfs_corrupt.RAMBlockDevice.__init__", + "lineno": 110, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_lfs_corrupt.", + "callee": "tests.extmod.vfs_lfs_corrupt.test", + "lineno": 111, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_lfs_corrupt.", + "callee": "tests.extmod.vfs_lfs_corrupt.test", + "lineno": 112, + "resolution": "direct_name_call" + } + ], + "tests.extmod.vfs_lfs_error": [ + { + "caller": "tests.extmod.vfs_lfs_error.test", + "callee": "tests.extmod.vfs_lfs_error.RAMBlockDevice.__init__", + "lineno": 43, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_lfs_error.", + "callee": "tests.extmod.vfs_lfs_error.RAMBlockDevice.__init__", + "lineno": 119, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_lfs_error.", + "callee": "tests.extmod.vfs_lfs_error.test", + "lineno": 120, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_lfs_error.", + "callee": "tests.extmod.vfs_lfs_error.test", + "lineno": 121, + "resolution": "direct_name_call" + } + ], + "tests.extmod.vfs_lfs_file": [ + { + "caller": "tests.extmod.vfs_lfs_file.", + "callee": "tests.extmod.vfs_lfs_file.RAMBlockDevice.__init__", + "lineno": 119, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_lfs_file.", + "callee": "tests.extmod.vfs_lfs_file.test", + "lineno": 120, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_lfs_file.", + "callee": "tests.extmod.vfs_lfs_file.test", + "lineno": 121, + "resolution": "direct_name_call" + } + ], + "tests.extmod.vfs_lfs_ilistdir_del": [ + { + "caller": "tests.extmod.vfs_lfs_ilistdir_del.", + "callee": "tests.extmod.vfs_lfs_ilistdir_del.RAMBlockDevice.__init__", + "lineno": 74, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_lfs_ilistdir_del.", + "callee": "tests.extmod.vfs_lfs_ilistdir_del.test", + "lineno": 79, + "resolution": "direct_name_call" + } + ], + "tests.extmod.vfs_lfs_mount": [ + { + "caller": "tests.extmod.vfs_lfs_mount.test", + "callee": "tests.extmod.vfs_lfs_mount.RAMBlockDevice.__init__", + "lineno": 41, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_lfs_mount.", + "callee": "tests.extmod.vfs_lfs_mount.test", + "lineno": 113, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_lfs_mount.", + "callee": "tests.extmod.vfs_lfs_mount.test", + "lineno": 114, + "resolution": "direct_name_call" + } + ], + "tests.extmod.vfs_lfs_mtime": [ + { + "caller": "tests.extmod.vfs_lfs_mtime.", + "callee": "tests.extmod.vfs_lfs_mtime.RAMBlockDevice.__init__", + "lineno": 106, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_lfs_mtime.", + "callee": "tests.extmod.vfs_lfs_mtime.test", + "lineno": 111, + "resolution": "direct_name_call" + } + ], + "tests.extmod.vfs_lfs_superblock": [ + { + "caller": "tests.extmod.vfs_lfs_superblock.", + "callee": "tests.extmod.vfs_lfs_superblock.RAMBlockDevice.__init__", + "lineno": 36, + "resolution": "same_module_class_call" + } + ], + "tests.extmod.vfs_mountinfo": [ + { + "caller": "tests.extmod.vfs_mountinfo.", + "callee": "tests.extmod.vfs_mountinfo.Filesystem.__init__", + "lineno": 47, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_mountinfo.", + "callee": "tests.extmod.vfs_mountinfo.Filesystem.__init__", + "lineno": 51, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_mountinfo.", + "callee": "tests.extmod.vfs_mountinfo.Filesystem.__init__", + "lineno": 55, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_mountinfo.", + "callee": "tests.extmod.vfs_mountinfo.Filesystem.__init__", + "lineno": 63, + "resolution": "same_module_class_call" + } + ], + "tests.extmod.vfs_posix": [ + { + "caller": "tests.extmod.vfs_posix.", + "callee": "tests.extmod.vfs_posix.write_files_without_closing", + "lineno": 86, + "resolution": "direct_name_call" + } + ], + "tests.extmod.vfs_posix_enoent": [], + "tests.extmod.vfs_posix_ilistdir_del": [ + { + "caller": "tests.extmod.vfs_posix_ilistdir_del.", + "callee": "tests.extmod.vfs_posix_ilistdir_del.test", + "lineno": 72, + "resolution": "direct_name_call" + } + ], + "tests.extmod.vfs_posix_ilistdir_filter": [ + { + "caller": "tests.extmod.vfs_posix_ilistdir_filter.test", + "callee": ".list.append", + "lineno": 26, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.extmod.vfs_posix_ilistdir_filter.test", + "callee": ".list.sort", + "lineno": 27, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.extmod.vfs_posix_ilistdir_filter.", + "callee": "tests.extmod.vfs_posix_ilistdir_filter.test", + "lineno": 48, + "resolution": "direct_name_call" + } + ], + "tests.extmod.vfs_posix_paths": [], + "tests.extmod.vfs_posix_readonly": [], + "tests.extmod.vfs_rom": [ + { + "caller": "tests.extmod.vfs_rom.VfsRomWriter._encode_uint", + "callee": ".list.insert", + "lineno": 78, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.VfsRomWriter._pack", + "callee": "tests.extmod.vfs_rom.VfsRomWriter._encode_uint", + "lineno": 83, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.VfsRomWriter._pack", + "callee": "tests.extmod.vfs_rom.VfsRomWriter._encode_uint", + "lineno": 83, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.VfsRomWriter.finalise", + "callee": "tests.extmod.vfs_rom.VfsRomWriter._encode_uint", + "lineno": 93, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.VfsRomWriter.closedir", + "callee": "tests.extmod.vfs_rom.VfsRomWriter._encode_uint", + "lineno": 104, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.VfsRomWriter.closedir", + "callee": "tests.extmod.vfs_rom.VfsRomWriter._extend", + "lineno": 105, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.VfsRomWriter.closedir", + "callee": "tests.extmod.vfs_rom.VfsRomWriter._pack", + "lineno": 105, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.VfsRomWriter.mkdata", + "callee": "tests.extmod.vfs_rom.VfsRomWriter._extend", + "lineno": 109, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.VfsRomWriter.mkdata", + "callee": "tests.extmod.vfs_rom.VfsRomWriter._pack", + "lineno": 109, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.VfsRomWriter.mkfile", + "callee": "tests.extmod.vfs_rom.VfsRomWriter._encode_uint", + "lineno": 115, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.VfsRomWriter.mkfile", + "callee": "tests.extmod.vfs_rom.VfsRomWriter._encode_uint", + "lineno": 119, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.VfsRomWriter.mkfile", + "callee": "tests.extmod.vfs_rom.VfsRomWriter._encode_uint", + "lineno": 120, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.VfsRomWriter.mkfile", + "callee": "tests.extmod.vfs_rom.VfsRomWriter._pack", + "lineno": 121, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.VfsRomWriter.mkfile", + "callee": "tests.extmod.vfs_rom.VfsRomWriter._pack", + "lineno": 123, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.VfsRomWriter.mkfile", + "callee": "tests.extmod.vfs_rom.VfsRomWriter._pack", + "lineno": 124, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod.vfs_rom._make_romfs", + "callee": "tests.extmod.vfs_rom._make_romfs", + "lineno": 131, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_rom.make_romfs", + "callee": "tests.extmod.vfs_rom.VfsRomWriter.__init__", + "lineno": 140, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_rom.make_romfs", + "callee": "tests.extmod.vfs_rom.VfsRomWriter.mkdata", + "lineno": 144, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.make_romfs", + "callee": "tests.extmod.vfs_rom._make_romfs", + "lineno": 145, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_rom.make_romfs", + "callee": "tests.extmod.vfs_rom.VfsRomWriter.finalise", + "lineno": 146, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestBase.setUpClass", + "callee": "tests.extmod.vfs_rom.make_romfs", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestBase.setUpClass", + "callee": "tests.extmod.vfs_rom.make_romfs", + "lineno": 167, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestBase.setUpClass", + "callee": "tests.extmod.vfs_rom.Range.__init__", + "lineno": 191, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestEdgeCases.test_empty_romfs", + "callee": "tests.extmod.vfs_rom.make_romfs", + "lineno": 196, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestEdgeCases.test_empty_romfs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 197, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestEdgeCases.test_empty_romfs", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 199, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestEdgeCases.test_empty_romfs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 201, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestEdgeCases.test_empty_romfs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 202, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestEdgeCases.test_empty_romfs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 203, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestEdgeCases.test_error", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 207, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestEdgeCases.test_error", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 209, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestEdgeCases.test_unknown_record", + "callee": "tests.extmod.vfs_rom.VfsRomWriter.__init__", + "lineno": 212, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestEdgeCases.test_unknown_record", + "callee": "tests.extmod.vfs_rom.VfsRomWriter._extend", + "lineno": 213, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestEdgeCases.test_unknown_record", + "callee": "tests.extmod.vfs_rom.VfsRomWriter._pack", + "lineno": 213, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestEdgeCases.test_unknown_record", + "callee": "tests.extmod.vfs_rom.VfsRomWriter.mkfile", + "lineno": 214, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestEdgeCases.test_unknown_record", + "callee": "tests.extmod.vfs_rom.VfsRomWriter._pack", + "lineno": 217, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestEdgeCases.test_unknown_record", + "callee": "tests.extmod.vfs_rom.VfsRomWriter.finalise", + "lineno": 219, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestEdgeCases.test_unknown_record", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 221, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestEdgeCases.test_unknown_record", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 223, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestCorrupt.test_corrupt_filesystem", + "callee": "tests.extmod.vfs_rom.make_romfs", + "lineno": 229, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestCorrupt.test_corrupt_filesystem", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 231, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestCorrupt.test_corrupt_filesystem", + "callee": "tests.extmod.vfs_rom.make_romfs", + "lineno": 235, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestCorrupt.test_corrupt_filesystem", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 237, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestCorrupt.test_corrupt_filesystem", + "callee": "tests.extmod.vfs_rom.make_romfs", + "lineno": 241, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestCorrupt.test_corrupt_filesystem", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 245, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestCorrupt.test_corrupt_filesystem", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 247, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestCorrupt.test_corrupt_file_entry", + "callee": "tests.extmod.vfs_rom.make_romfs", + "lineno": 250, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestCorrupt.test_corrupt_file_entry", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 256, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestCorrupt.test_corrupt_file_entry", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 258, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestCorrupt.test_corrupt_file_entry", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 264, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestCorrupt.test_corrupt_file_entry", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 266, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestCorrupt.test_corrupt_file_entry", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 272, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestCorrupt.test_corrupt_file_entry", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 279, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestCorrupt.test_corrupt_file_entry", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 287, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod.vfs_rom.TestCorrupt.test_corrupt_file_entry", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 295, + "resolution": "external_inherited_call" + } + ], + "tests.extmod.vfs_userfs": [ + { + "caller": "tests.extmod.vfs_userfs.UserFS.open", + "callee": "tests.extmod.vfs_userfs.UserFile.__init__", + "lineno": 66, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.extmod.vfs_userfs.", + "callee": "tests.extmod.vfs_userfs.UserFS.__init__", + "lineno": 79, + "resolution": "same_module_class_call" + } + ], + "tests.extmod.websocket_basic": [ + { + "caller": "tests.extmod.websocket_basic.", + "callee": "tests.extmod.websocket_basic.ws_read", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.websocket_basic.", + "callee": "tests.extmod.websocket_basic.ws_write", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.websocket_basic.", + "callee": "tests.extmod.websocket_basic.ws_readn", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.websocket_basic.", + "callee": "tests.extmod.websocket_basic.ws_read", + "lineno": 41, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.websocket_basic.", + "callee": "tests.extmod.websocket_basic.ws_write", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.websocket_basic.", + "callee": "tests.extmod.websocket_basic.ws_read", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.websocket_basic.", + "callee": "tests.extmod.websocket_basic.ws_read", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.websocket_basic.", + "callee": "tests.extmod.websocket_basic.ws_read", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod.websocket_basic.", + "callee": "tests.extmod.websocket_basic.ws_read", + "lineno": 66, + "resolution": "direct_name_call" + } + ], + "tests.extmod.websocket_toobig": [ + { + "caller": "tests.extmod.websocket_toobig.", + "callee": "tests.extmod.websocket_toobig.ws_write", + "lineno": 26, + "resolution": "direct_name_call" + } + ], + "tests.extmod_hardware.machine_can_instances": [ + { + "caller": "tests.extmod_hardware.machine_can_instances.", + "callee": ".machine.CAN", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_instances.", + "callee": ".machine.CAN", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_instances.Test.test_can12", + "callee": "tests.extmod_hardware.machine_can_instances.Test._test_pairs", + "lineno": 27, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_instances.Test.test_can3", + "callee": "tests.extmod_hardware.machine_can_instances.Test._test_pairs", + "lineno": 31, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_instances.Test._test_pairs", + "callee": "tests.extmod_hardware.machine_can_instances.Test._test_controller_pair", + "lineno": 36, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_instances.Test._test_controller_pair", + "callee": ".machine.CAN", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_instances.Test._test_controller_pair", + "callee": ".machine.CAN", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_instances.Test._test_controller_pair", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 64, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_instances.Test._test_controller_pair", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 66, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_instances.Test._test_controller_pair", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 67, + "resolution": "external_inherited_call" + } + ], + "tests.extmod_hardware.machine_can_timings": [ + { + "caller": "tests.extmod_hardware.machine_can_timings.TestTimings.test_bitrate", + "callee": ".machine.CAN", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_timings.TestTimings.test_bitrate", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 24, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_timings.TestTimings.test_sample_point", + "callee": ".machine.CAN", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_timings.TestTimings.test_sample_point", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_timings.TestTimings.test_tseg_args", + "callee": ".machine.CAN", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_timings.TestTimings.test_tseg_args", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_timings.TestTimings.test_tseg_args", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_timings.TestTimings.test_invalid_timing_args", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 49, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_timings.TestTimings.test_invalid_timing_args", + "callee": ".machine.CAN", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_timings.TestTimings.test_invalid_timing_args", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_timings.TestTimings.test_invalid_timing_args", + "callee": ".machine.CAN", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_timings.TestTimings.test_invalid_timing_args", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_timings.TestTimings.test_invalid_timing_args", + "callee": ".machine.CAN", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_timings.TestTimings.test_invalid_timing_args", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 55, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_can_timings.TestTimings.test_invalid_timing_args", + "callee": ".machine.CAN", + "lineno": 56, + "resolution": "external_constructor_call" + } + ], + "tests.extmod_hardware.machine_counter": [ + { + "caller": "tests.extmod_hardware.machine_counter.", + "callee": ".machine.Pin", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.", + "callee": ".machine.Pin", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestConnections.test_connections", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestConnections.test_connections", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 49, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.setUp", + "callee": ".machine.Counter", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.assertCounter", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 61, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_count_rising", + "callee": "tests.extmod_hardware.machine_counter.TestCounter.assertCounter", + "lineno": 64, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_count_rising", + "callee": "tests.extmod_hardware.machine_counter.toggle", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_count_rising", + "callee": "tests.extmod_hardware.machine_counter.TestCounter.assertCounter", + "lineno": 66, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_count_rising", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 68, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_count_rising", + "callee": "tests.extmod_hardware.machine_counter.TestCounter.assertCounter", + "lineno": 69, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_count_rising", + "callee": "tests.extmod_hardware.machine_counter.TestCounter.assertCounter", + "lineno": 71, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_count_rising", + "callee": "tests.extmod_hardware.machine_counter.TestCounter.assertCounter", + "lineno": 73, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_change_directions", + "callee": "tests.extmod_hardware.machine_counter.TestCounter.assertCounter", + "lineno": 76, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_change_directions", + "callee": "tests.extmod_hardware.machine_counter.toggle", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_change_directions", + "callee": "tests.extmod_hardware.machine_counter.TestCounter.assertCounter", + "lineno": 78, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_change_directions", + "callee": "tests.extmod_hardware.machine_counter.TestCounter.assertCounter", + "lineno": 80, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_change_directions", + "callee": "tests.extmod_hardware.machine_counter.TestCounter.assertCounter", + "lineno": 82, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_change_directions", + "callee": "tests.extmod_hardware.machine_counter.toggle", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_change_directions", + "callee": "tests.extmod_hardware.machine_counter.TestCounter.assertCounter", + "lineno": 84, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_count_falling", + "callee": "tests.extmod_hardware.machine_counter.toggle", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_count_falling", + "callee": "tests.extmod_hardware.machine_counter.TestCounter.assertCounter", + "lineno": 90, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_count_falling", + "callee": "tests.extmod_hardware.machine_counter.TestCounter.assertCounter", + "lineno": 92, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_count_falling", + "callee": "tests.extmod_hardware.machine_counter.TestCounter.assertCounter", + "lineno": 94, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_count_falling", + "callee": "tests.extmod_hardware.machine_counter.toggle", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_counter.TestCounter.test_count_falling", + "callee": "tests.extmod_hardware.machine_counter.TestCounter.assertCounter", + "lineno": 97, + "resolution": "self_method_call" + } + ], + "tests.extmod_hardware.machine_encoder": [ + { + "caller": "tests.extmod_hardware.machine_encoder.", + "callee": ".machine.Pin", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.", + "callee": ".machine.Pin", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.", + "callee": ".machine.Pin", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.", + "callee": ".machine.Pin", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestConnections.test_connections", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestConnections.test_connections", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.setUp", + "callee": ".machine.Encoder", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.setUp", + "callee": ".machine.Encoder", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.setUp", + "callee": ".machine.Encoder", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 104, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 106, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 108, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_basics", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 112, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_basics", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "lineno": 113, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_basics", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 114, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_basics", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "lineno": 115, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_basics", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 116, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 120, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "lineno": 121, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 122, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "lineno": 123, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 124, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "lineno": 125, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 126, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "lineno": 127, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 128, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "lineno": 129, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 130, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "lineno": 131, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 132, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "lineno": 133, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 134, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "lineno": 135, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 136, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "lineno": 137, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 138, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "lineno": 139, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 140, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "lineno": 141, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 142, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "lineno": 143, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 144, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "lineno": 145, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 146, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "lineno": 147, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 148, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "lineno": 149, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 150, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "lineno": 151, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 152, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.rotate", + "lineno": 153, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_encoder.TestEncoder.test_partial", + "callee": "tests.extmod_hardware.machine_encoder.TestEncoder.assertPosition", + "lineno": 154, + "resolution": "self_method_call" + } + ], + "tests.extmod_hardware.machine_i2c_target": [ + { + "caller": "tests.extmod_hardware.machine_i2c_target.", + "callee": ".machine.Pin", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.", + "callee": ".machine.Pin", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.", + "callee": ".machine.Pin", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.", + "callee": ".machine.Pin", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.config_pull_up", + "callee": ".machine.Pin", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.config_pull_up", + "callee": ".machine.Pin", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemory.setUpClass", + "callee": ".machine.SoftI2C", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemory.setUpClass", + "callee": ".machine.I2CTarget", + "lineno": 70, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemory.setUpClass", + "callee": "tests.extmod_hardware.machine_i2c_target.config_pull_up", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_scan", + "callee": ".unittest.TestCase.assertIn", + "lineno": 78, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_write", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_write", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_write_wrap", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 90, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_write_wrap_large", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 96, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_read", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 100, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_read", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 101, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_read_wrap", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 105, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_read_wrap", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 106, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_read_wrap", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 107, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_read_wrap_large", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 112, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_write_read", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 116, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_write_read", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 117, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_write_read_read", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 122, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_write_read_read", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 123, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemory.test_write_read_read", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 124, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemoryIRQ.setUpClass", + "callee": ".machine.SoftI2C", + "lineno": 141, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemoryIRQ.setUpClass", + "callee": ".machine.I2CTarget", + "lineno": 142, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemoryIRQ.setUpClass", + "callee": "tests.extmod_hardware.machine_i2c_target.config_pull_up", + "lineno": 144, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemoryIRQ.test_scan", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 154, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemoryIRQ.test_write", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 160, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemoryIRQ.test_write", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 161, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemoryIRQ.test_read", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 166, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestMemoryIRQ.test_read", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 167, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestPolling.setUpClass", + "callee": ".machine.SoftI2C", + "lineno": 184, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestPolling.setUpClass", + "callee": ".machine.I2CTarget", + "lineno": 185, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestPolling.setUpClass", + "callee": "tests.extmod_hardware.machine_i2c_target.config_pull_up", + "lineno": 191, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestPolling.test_read", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 200, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestPolling.test_write", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 204, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestPolling.test_write", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 206, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestPolling.test_write", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 207, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestIRQ.setUpClass", + "callee": ".machine.SoftI2C", + "lineno": 228, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestIRQ.setUpClass", + "callee": ".machine.I2CTarget", + "lineno": 229, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestIRQ.setUpClass", + "callee": "tests.extmod_hardware.machine_i2c_target.config_pull_up", + "lineno": 240, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestIRQ.test_scan", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 249, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestIRQ.test_write", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 260, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestIRQ.test_read", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 276, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestIRQ.test_read", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 277, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestIRQ.test_write_read", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 290, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_i2c_target.TestIRQ.test_write_read", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 291, + "resolution": "external_inherited_call" + } + ], + "tests.extmod_hardware.machine_pwm": [ + { + "caller": "tests.extmod_hardware.machine_pwm._test_freq_duty", + "callee": ".machine.time_pulse_us", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_pwm._test_freq_duty", + "callee": ".machine.time_pulse_us", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_pwm._test_freq_duty", + "callee": ".machine.time_pulse_us", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_pwm._test_freq_duty", + "callee": ".machine.time_pulse_us", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_pwm._test_freq_duty", + "callee": ".machine.time_pulse_us", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_pwm._test_freq_duty", + "callee": ".machine.time_pulse_us", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_pwm._test_freq", + "callee": "tests.extmod_hardware.machine_pwm._test_freq_duty", + "lineno": 105, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_pwm.TestBase.setUpClass", + "callee": ".machine.PWM", + "lineno": 113, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_pwm.TestBase.setUpClass", + "callee": ".machine.Pin", + "lineno": 114, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_pwm.TestBase.test_freq_50", + "callee": "tests.extmod_hardware.machine_pwm._test_freq", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_pwm.TestBase.test_freq_100", + "callee": "tests.extmod_hardware.machine_pwm._test_freq", + "lineno": 124, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_pwm.TestBase.test_freq_500", + "callee": "tests.extmod_hardware.machine_pwm._test_freq", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_pwm.TestBase.test_freq_1000", + "callee": "tests.extmod_hardware.machine_pwm._test_freq", + "lineno": 130, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_pwm.TestBase.test_freq_2000", + "callee": "tests.extmod_hardware.machine_pwm._test_freq", + "lineno": 134, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_pwm.TestBase.test_freq_5000", + "callee": "tests.extmod_hardware.machine_pwm._test_freq", + "lineno": 138, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_pwm.TestBase.test_freq_10000", + "callee": "tests.extmod_hardware.machine_pwm._test_freq", + "lineno": 142, + "resolution": "direct_name_call" + } + ], + "tests.extmod_hardware.machine_sdcard_dma_align": [ + { + "caller": "tests.extmod_hardware.machine_sdcard_dma_align.", + "callee": ".micropython.const", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_sdcard_dma_align.", + "callee": ".micropython.const", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_sdcard_dma_align.", + "callee": ".micropython.const", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_sdcard_dma_align.", + "callee": ".machine.SDCard", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_sdcard_dma_align.make_timer", + "callee": ".machine.Timer", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_sdcard_dma_align.make_timer", + "callee": ".machine.Timer", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_sdcard_dma_align.verify_contents", + "callee": ".list.append", + "lineno": 78, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign.setUpClass", + "callee": ".machine.SDCard", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign.setUpClass", + "callee": "tests.extmod_hardware.machine_sdcard_dma_align.verify_contents", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign.setUpClass", + "callee": "tests.extmod_hardware.machine_sdcard_dma_align.verify_contents", + "lineno": 119, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign._test_reads_inner", + "callee": ".unittest.TestCase.assertIn", + "lineno": 152, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign._test_reads_inner", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 159, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign._test_reads_inner", + "callee": "tests.extmod_hardware.machine_sdcard_dma_align.verify_contents", + "lineno": 160, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign.test_reads", + "callee": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign._test_reads_inner", + "lineno": 174, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign.test_interrupted_reads", + "callee": "tests.extmod_hardware.machine_sdcard_dma_align.make_timer", + "lineno": 191, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign.test_interrupted_reads", + "callee": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign._test_reads_inner", + "lineno": 192, + "resolution": "self_method_call" + }, + { + "caller": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign.test_interrupted_read_write", + "callee": "tests.extmod_hardware.machine_sdcard_dma_align.make_timer", + "lineno": 219, + "resolution": "direct_name_call" + }, + { + "caller": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign.test_interrupted_read_write", + "callee": "tests.extmod_hardware.machine_sdcard_dma_align.TestSDAlign._test_reads_inner", + "lineno": 220, + "resolution": "self_method_call" + } + ], + "tests.extmod_hardware.machine_uart_irq_break": [ + { + "caller": "tests.extmod_hardware.machine_uart_irq_break.", + "callee": ".machine.UART", + "lineno": 24, + "resolution": "external_constructor_call" + } + ], + "tests.extmod_hardware.machine_uart_irq_rx": [ + { + "caller": "tests.extmod_hardware.machine_uart_irq_rx.", + "callee": ".machine.UART", + "lineno": 35, + "resolution": "external_constructor_call" + } + ], + "tests.extmod_hardware.machine_uart_irq_rxidle": [ + { + "caller": "tests.extmod_hardware.machine_uart_irq_rxidle.", + "callee": ".machine.UART", + "lineno": 32, + "resolution": "external_constructor_call" + } + ], + "tests.feature_check.async_check": [], + "tests.feature_check.bytearray": [], + "tests.feature_check.byteorder": [], + "tests.feature_check.complex": [], + "tests.feature_check.const": [], + "tests.feature_check.coverage": [], + "tests.feature_check.fstring": [], + "tests.feature_check.inlineasm": [ + { + "caller": "tests.feature_check.inlineasm.", + "callee": ".list.append", + "lineno": 9, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.feature_check.inlineasm.", + "callee": ".list.append", + "lineno": 11, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.feature_check.inlineasm.", + "callee": ".list.append", + "lineno": 13, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.feature_check.inlineasm.", + "callee": ".list.append", + "lineno": 15, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.feature_check.inlineasm.", + "callee": ".list.append", + "lineno": 17, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.feature_check.inlineasm.", + "callee": ".list.append", + "lineno": 64, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.feature_check.inlineasm.", + "callee": ".list.append", + "lineno": 76, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.feature_check.inlineasm.", + "callee": ".list.append", + "lineno": 85, + "resolution": "local_builtin_method_call" + } + ], + "tests.feature_check.int_64": [], + "tests.feature_check.int_big": [], + "tests.feature_check.native_check": [ + { + "caller": "tests.feature_check.native_check.", + "callee": "tests.feature_check.native_check.f", + "lineno": 7, + "resolution": "direct_name_call" + } + ], + "tests.feature_check.reverse_ops": [ + { + "caller": "tests.feature_check.reverse_ops.", + "callee": "tests.feature_check.reverse_ops.Foo.", + "lineno": 7, + "resolution": "same_module_class_call" + } + ], + "tests.feature_check.set_check": [], + "tests.feature_check.slice": [], + "tests.feature_check.target_info": [], + "tests.float.array_construct": [ + { + "caller": "tests.float.array_construct.", + "callee": ".array.array", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.float.array_construct.", + "callee": ".array.array", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.float.array_construct.", + "callee": ".array.array", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.float.array_construct.", + "callee": ".array.array", + "lineno": 10, + "resolution": "external_constructor_call" + } + ], + "tests.float.builtin_float_abs": [], + "tests.float.builtin_float_hash": [], + "tests.float.builtin_float_minmax": [], + "tests.float.builtin_float_pow": [], + "tests.float.builtin_float_round": [], + "tests.float.builtin_float_round_intbig": [], + "tests.float.bytearray_construct_endian": [ + { + "caller": "tests.float.bytearray_construct_endian.", + "callee": ".array.array", + "lineno": 9, + "resolution": "external_constructor_call" + } + ], + "tests.float.bytes_construct_endian": [ + { + "caller": "tests.float.bytes_construct_endian.", + "callee": ".array.array", + "lineno": 9, + "resolution": "external_constructor_call" + } + ], + "tests.float.cmath_dunder": [], + "tests.float.cmath_fun": [ + { + "caller": "tests.float.cmath_fun.", + "callee": ".list.append", + "lineno": 18, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.float.cmath_fun.", + "callee": ".list.append", + "lineno": 20, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.float.cmath_fun.", + "callee": ".list.append", + "lineno": 22, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.float.cmath_fun.", + "callee": ".list.append", + "lineno": 24, + "resolution": "local_builtin_method_call" + } + ], + "tests.float.cmath_fun_special": [ + { + "caller": "tests.float.cmath_fun_special.", + "callee": ".list.append", + "lineno": 16, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.float.cmath_fun_special.", + "callee": ".list.append", + "lineno": 18, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.float.cmath_fun_special.", + "callee": ".list.append", + "lineno": 20, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.float.cmath_fun_special.", + "callee": ".list.append", + "lineno": 22, + "resolution": "local_builtin_method_call" + } + ], + "tests.float.complex1": [], + "tests.float.complex1_intbig": [], + "tests.float.complex1_micropython": [], + "tests.float.complex_dunder": [ + { + "caller": "tests.float.complex_dunder.", + "callee": "tests.float.complex_dunder.TestFloat.", + "lineno": 28, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.float.complex_dunder.", + "callee": "tests.float.complex_dunder.TestComplex.", + "lineno": 29, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.float.complex_dunder.", + "callee": "tests.float.complex_dunder.TestStrComplex.", + "lineno": 32, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.float.complex_dunder.", + "callee": "tests.float.complex_dunder.TestNonComplex.", + "lineno": 38, + "resolution": "same_module_class_call" + } + ], + "tests.float.complex_reverse_op": [ + { + "caller": "tests.float.complex_reverse_op.", + "callee": "tests.float.complex_reverse_op.A.", + "lineno": 10, + "resolution": "same_module_class_call" + } + ], + "tests.float.complex_special_methods": [ + { + "caller": "tests.float.complex_special_methods.", + "callee": "tests.float.complex_special_methods.A.", + "lineno": 10, + "resolution": "same_module_class_call" + } + ], + "tests.float.float1": [], + "tests.float.float2int_doubleprec_intbig": [ + { + "caller": "tests.float.float2int_doubleprec_intbig.", + "callee": "tests.float.float2int_doubleprec_intbig.fp2int_test", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_doubleprec_intbig.", + "callee": "tests.float.float2int_doubleprec_intbig.fp2int_test", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_doubleprec_intbig.", + "callee": "tests.float.float2int_doubleprec_intbig.fp2int_test", + "lineno": 88, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_doubleprec_intbig.", + "callee": "tests.float.float2int_doubleprec_intbig.fp2int_test", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_doubleprec_intbig.", + "callee": "tests.float.float2int_doubleprec_intbig.fp2int_test", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_doubleprec_intbig.", + "callee": "tests.float.float2int_doubleprec_intbig.fp2int_test", + "lineno": 92, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_doubleprec_intbig.", + "callee": "tests.float.float2int_doubleprec_intbig.fp2int_test", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_doubleprec_intbig.", + "callee": "tests.float.float2int_doubleprec_intbig.fp2int_test", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_doubleprec_intbig.", + "callee": "tests.float.float2int_doubleprec_intbig.fp2int_test", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_doubleprec_intbig.", + "callee": "tests.float.float2int_doubleprec_intbig.fp2int_test", + "lineno": 99, + "resolution": "direct_name_call" + } + ], + "tests.float.float2int_fp30_intbig": [ + { + "caller": "tests.float.float2int_fp30_intbig.", + "callee": "tests.float.float2int_fp30_intbig.fp2int_test", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_fp30_intbig.", + "callee": "tests.float.float2int_fp30_intbig.fp2int_test", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_fp30_intbig.", + "callee": "tests.float.float2int_fp30_intbig.fp2int_test", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_fp30_intbig.", + "callee": "tests.float.float2int_fp30_intbig.fp2int_test", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_fp30_intbig.", + "callee": "tests.float.float2int_fp30_intbig.fp2int_test", + "lineno": 88, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_fp30_intbig.", + "callee": "tests.float.float2int_fp30_intbig.fp2int_test", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_fp30_intbig.", + "callee": "tests.float.float2int_fp30_intbig.fp2int_test", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_fp30_intbig.", + "callee": "tests.float.float2int_fp30_intbig.fp2int_test", + "lineno": 92, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_fp30_intbig.", + "callee": "tests.float.float2int_fp30_intbig.fp2int_test", + "lineno": 93, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_fp30_intbig.", + "callee": "tests.float.float2int_fp30_intbig.fp2int_test", + "lineno": 96, + "resolution": "direct_name_call" + } + ], + "tests.float.float2int_intbig": [ + { + "caller": "tests.float.float2int_intbig.", + "callee": "tests.float.float2int_intbig.fp2int_test", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_intbig.", + "callee": "tests.float.float2int_intbig.fp2int_test", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_intbig.", + "callee": "tests.float.float2int_intbig.fp2int_test", + "lineno": 88, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_intbig.", + "callee": "tests.float.float2int_intbig.fp2int_test", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_intbig.", + "callee": "tests.float.float2int_intbig.fp2int_test", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_intbig.", + "callee": "tests.float.float2int_intbig.fp2int_test", + "lineno": 92, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_intbig.", + "callee": "tests.float.float2int_intbig.fp2int_test", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_intbig.", + "callee": "tests.float.float2int_intbig.fp2int_test", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float2int_intbig.", + "callee": "tests.float.float2int_intbig.fp2int_test", + "lineno": 98, + "resolution": "direct_name_call" + } + ], + "tests.float.float_array": [ + { + "caller": "tests.float.float_array.", + "callee": "tests.float.float_array.test", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float_array.", + "callee": ".array.array", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.float.float_array.", + "callee": "tests.float.float_array.test", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float_array.", + "callee": ".array.array", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.float.float_array.", + "callee": ".array.array", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.float.float_array.", + "callee": ".array.array", + "lineno": 24, + "resolution": "external_constructor_call" + } + ], + "tests.float.float_compare": [], + "tests.float.float_divmod": [ + { + "caller": "tests.float.float_divmod.", + "callee": "tests.float.float_divmod.test", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float_divmod.", + "callee": "tests.float.float_divmod.test", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float_divmod.", + "callee": "tests.float.float_divmod.test", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float_divmod.", + "callee": "tests.float.float_divmod.test", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float_divmod.", + "callee": "tests.float.float_divmod.test", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float_divmod.", + "callee": "tests.float.float_divmod.test", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float_divmod.", + "callee": "tests.float.float_divmod.test", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float_divmod.", + "callee": "tests.float.float_divmod.test", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float_divmod.", + "callee": "tests.float.float_divmod.test", + "lineno": 27, + "resolution": "direct_name_call" + } + ], + "tests.float.float_divmod_relaxed": [ + { + "caller": "tests.float.float_divmod_relaxed.", + "callee": "tests.float.float_divmod_relaxed.test", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float_divmod_relaxed.", + "callee": "tests.float.float_divmod_relaxed.test", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float_divmod_relaxed.", + "callee": "tests.float.float_divmod_relaxed.test", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float_divmod_relaxed.", + "callee": "tests.float.float_divmod_relaxed.test", + "lineno": 16, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float_divmod_relaxed.", + "callee": "tests.float.float_divmod_relaxed.test", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float_divmod_relaxed.", + "callee": "tests.float.float_divmod_relaxed.test", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float_divmod_relaxed.", + "callee": "tests.float.float_divmod_relaxed.test", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float_divmod_relaxed.", + "callee": "tests.float.float_divmod_relaxed.test", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float_divmod_relaxed.", + "callee": "tests.float.float_divmod_relaxed.test", + "lineno": 29, + "resolution": "direct_name_call" + } + ], + "tests.float.float_dunder": [ + { + "caller": "tests.float.float_dunder.", + "callee": "tests.float.float_dunder.TestFloat.", + "lineno": 23, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.float.float_dunder.", + "callee": "tests.float.float_dunder.TestFloat.", + "lineno": 24, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.float.float_dunder.", + "callee": "tests.float.float_dunder.TestStrFloat.", + "lineno": 28, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.float.float_dunder.", + "callee": "tests.float.float_dunder.TestNonFloat.", + "lineno": 34, + "resolution": "same_module_class_call" + } + ], + "tests.float.float_format": [], + "tests.float.float_format_accuracy": [ + { + "caller": "tests.float.float_format_accuracy.", + "callee": "tests.float.float_format_accuracy.pseudo_randfloat", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.float_format_accuracy.", + "callee": "tests.float.float_format_accuracy.pseudo_randfloat", + "lineno": 58, + "resolution": "direct_name_call" + } + ], + "tests.float.float_format_ftoe": [], + "tests.float.float_format_ints": [], + "tests.float.float_format_ints_doubleprec": [], + "tests.float.float_format_ints_power10": [], + "tests.float.float_parse": [], + "tests.float.float_parse_doubleprec": [], + "tests.float.float_struct": [], + "tests.float.float_struct_e": [], + "tests.float.float_struct_e_doubleprec": [], + "tests.float.float_struct_e_fp30": [], + "tests.float.inf_nan_arith": [], + "tests.float.int_64_float": [], + "tests.float.int_big_float": [], + "tests.float.int_divzero": [], + "tests.float.int_power": [], + "tests.float.lexer": [], + "tests.float.list_index": [], + "tests.float.math_constants": [ + { + "caller": "tests.float.math_constants.", + "callee": ".array.array", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.float.math_constants.", + "callee": ".array.array", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.float.math_constants.", + "callee": ".array.array", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.float.math_constants.", + "callee": ".array.array", + "lineno": 27, + "resolution": "external_constructor_call" + } + ], + "tests.float.math_constants_extra": [ + { + "caller": "tests.float.math_constants_extra.", + "callee": ".math.isnan", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.float.math_constants_extra.", + "callee": ".math.isnan", + "lineno": 19, + "resolution": "external_constructor_call" + } + ], + "tests.float.math_domain": [], + "tests.float.math_domain_python311": [], + "tests.float.math_domain_special": [], + "tests.float.math_dunder": [ + { + "caller": "tests.float.math_dunder.", + "callee": "tests.float.math_dunder.TestFloat.", + "lineno": 15, + "resolution": "same_module_class_call" + } + ], + "tests.float.math_factorial_intbig": [], + "tests.float.math_fun": [], + "tests.float.math_fun_bool": [], + "tests.float.math_fun_int": [], + "tests.float.math_fun_intbig": [], + "tests.float.math_fun_special": [], + "tests.float.math_isclose": [ + { + "caller": "tests.float.math_isclose.test", + "callee": ".math.isclose", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.float.math_isclose.test_combinations", + "callee": "tests.float.math_isclose.test", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.math_isclose.test_combinations", + "callee": "tests.float.math_isclose.test", + "lineno": 16, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.math_isclose.test_combinations", + "callee": "tests.float.math_isclose.test", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.math_isclose.test_combinations", + "callee": "tests.float.math_isclose.test", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.math_isclose.", + "callee": "tests.float.math_isclose.test_combinations", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.math_isclose.", + "callee": "tests.float.math_isclose.test_combinations", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.math_isclose.", + "callee": "tests.float.math_isclose.test_combinations", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.math_isclose.", + "callee": "tests.float.math_isclose.test", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.math_isclose.", + "callee": "tests.float.math_isclose.test", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.math_isclose.", + "callee": "tests.float.math_isclose.test", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.math_isclose.", + "callee": "tests.float.math_isclose.test", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.math_isclose.", + "callee": "tests.float.math_isclose.test", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.math_isclose.", + "callee": "tests.float.math_isclose.test", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.math_isclose.", + "callee": "tests.float.math_isclose.test", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.math_isclose.", + "callee": "tests.float.math_isclose.test_combinations", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.math_isclose.", + "callee": "tests.float.math_isclose.test", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.math_isclose.", + "callee": "tests.float.math_isclose.test", + "lineno": 40, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.math_isclose.", + "callee": ".math.isclose", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.float.math_isclose.", + "callee": ".math.isclose", + "lineno": 48, + "resolution": "external_constructor_call" + } + ], + "tests.float.python36": [], + "tests.float.string_format": [ + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 5, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 6, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 8, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 26, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format.", + "callee": "tests.float.string_format.test", + "lineno": 29, + "resolution": "direct_name_call" + } + ], + "tests.float.string_format2": [ + { + "caller": "tests.float.string_format2.test_fmt", + "callee": "tests.float.string_format2.test", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format2.test_fmt", + "callee": "tests.float.string_format2.test", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format2.", + "callee": "tests.float.string_format2.test_fmt", + "lineno": 109, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format2.", + "callee": "tests.float.string_format2.test_fmt", + "lineno": 154, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format2.", + "callee": "tests.float.string_format2.test_fmt", + "lineno": 156, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format2.", + "callee": "tests.float.string_format2.test_fmt", + "lineno": 174, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format2.", + "callee": "tests.float.string_format2.test_fmt", + "lineno": 176, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format2.", + "callee": "tests.float.string_format2.test_fmt", + "lineno": 179, + "resolution": "direct_name_call" + } + ], + "tests.float.string_format_modulo": [], + "tests.float.string_format_modulo2": [ + { + "caller": "tests.float.string_format_modulo2.", + "callee": "tests.float.string_format_modulo2.test", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.float.string_format_modulo2.", + "callee": "tests.float.string_format_modulo2.test", + "lineno": 26, + "resolution": "direct_name_call" + } + ], + "tests.float.string_format_modulo2_intbig": [ + { + "caller": "tests.float.string_format_modulo2_intbig.", + "callee": "tests.float.string_format_modulo2_intbig.test", + "lineno": 23, + "resolution": "direct_name_call" + } + ], + "tests.float.string_format_modulo3": [], + "tests.float.true_value": [], + "tests.float.types": [], + "tests.import.builtin_ext": [], + "tests.import.builtin_import": [], + "tests.import.gen_context": [ + { + "caller": "tests.import.gen_context.", + "callee": "tests.import.gen_context.gen", + "lineno": 11, + "resolution": "direct_name_call" + } + ], + "tests.import.gen_context2": [], + "tests.import.import1a": [], + "tests.import.import1b": [], + "tests.import.import2a": [], + "tests.import.import3a": [], + "tests.import.import_broken": [], + "tests.import.import_circular": [], + "tests.import.import_file": [], + "tests.import.import_long_dyn": [], + "tests.import.import_long_dyn2": [], + "tests.import.import_override": [], + "tests.import.import_override2": [], + "tests.import.import_pkg1": [], + "tests.import.import_pkg2": [ + { + "caller": "tests.import.import_pkg2.", + "callee": ".pkg.mod.foo", + "lineno": 11, + "resolution": "external_constructor_call" + } + ], + "tests.import.import_pkg3": [], + "tests.import.import_pkg4": [], + "tests.import.import_pkg5": [], + "tests.import.import_pkg6": [], + "tests.import.import_pkg7": [], + "tests.import.import_pkg8": [], + "tests.import.import_pkg9": [], + "tests.import.import_star": [], + "tests.import.import_star_error": [], + "tests.import.module_dict": [], + "tests.import.module_getattr": [], + "tests.import.rel_import_inv": [], + "tests.import.try_module": [ + { + "caller": "tests.import.try_module.func2", + "callee": "tests.import.try_module.func1", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.import.try_module.", + "callee": "tests.import.try_module.func2", + "lineno": 18, + "resolution": "direct_name_call" + } + ], + "tests.import.broken.pkg2_and_zerodiv": [], + "tests.import.broken.zerodiv": [], + "tests.import.circular.main": [], + "tests.import.circular.sub": [], + "tests.import.ext.micropython": [], + "tests.import.ext.os": [], + "tests.import.ext.sys": [], + "tests.import.ext.time": [], + "tests.import.ext.usys": [], + "tests.import.pkg.mod": [], + "tests.import.pkg": [], + "tests.import.pkg2.mod1": [], + "tests.import.pkg2.mod2": [], + "tests.import.pkg2": [], + "tests.import.pkg3.mod1": [], + "tests.import.pkg3.mod2": [], + "tests.import.pkg3": [], + "tests.import.pkg3.subpkg1.mod1": [], + "tests.import.pkg3.subpkg1": [], + "tests.import.pkg6": [], + "tests.import.pkg6.x.y": [], + "tests.import.pkg6.x": [], + "tests.import.pkg7.mod1": [], + "tests.import.pkg7.mod2": [], + "tests.import.pkg7": [], + "tests.import.pkg7.subpkg1": [], + "tests.import.pkg7.subpkg1.subpkg2.mod3": [], + "tests.import.pkg7.subpkg1.subpkg2": [], + "tests.import.pkg8.mod": [], + "tests.import.pkg9.mod1": [], + "tests.import.pkg9.mod2": [], + "tests.import.pkg9": [], + "tests.import.pkgstar_all_array.funcs": [], + "tests.import.pkgstar_all_array": [ + { + "caller": "tests.import.pkgstar_all_array.__getattr__", + "callee": ".dict.get", + "lineno": 44, + "resolution": "local_builtin_method_call" + } + ], + "tests.import.pkgstar_all_inval": [], + "tests.import.pkgstar_all_miss": [], + "tests.import.pkgstar_all_tuple": [], + "tests.import.pkgstar_default": [], + "tests.inlineasm.rv32.asmargs": [ + { + "caller": "tests.inlineasm.rv32.asmargs.", + "callee": "tests.inlineasm.rv32.asmargs.arg0", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmargs.", + "callee": "tests.inlineasm.rv32.asmargs.arg1", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmargs.", + "callee": "tests.inlineasm.rv32.asmargs.arg2", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmargs.", + "callee": "tests.inlineasm.rv32.asmargs.arg3", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmargs.", + "callee": "tests.inlineasm.rv32.asmargs.arg4", + "lineno": 44, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.rv32.asmarith": [ + { + "caller": "tests.inlineasm.rv32.asmarith.", + "callee": "tests.inlineasm.rv32.asmarith.f1", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmarith.", + "callee": "tests.inlineasm.rv32.asmarith.f2", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmarith.", + "callee": "tests.inlineasm.rv32.asmarith.f3", + "lineno": 47, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmarith.", + "callee": "tests.inlineasm.rv32.asmarith.f3", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmarith.", + "callee": "tests.inlineasm.rv32.asmarith.f3", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmarith.", + "callee": "tests.inlineasm.rv32.asmarith.f3", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmarith.", + "callee": "tests.inlineasm.rv32.asmarith.f3", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmarith.", + "callee": "tests.inlineasm.rv32.asmarith.f3", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmarith.", + "callee": "tests.inlineasm.rv32.asmarith.f3", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmarith.", + "callee": "tests.inlineasm.rv32.asmarith.f3", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmarith.", + "callee": "tests.inlineasm.rv32.asmarith.f5", + "lineno": 69, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmarith.", + "callee": "tests.inlineasm.rv32.asmarith.f5", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmarith.", + "callee": "tests.inlineasm.rv32.asmarith.f6", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmarith.", + "callee": "tests.inlineasm.rv32.asmarith.f6", + "lineno": 79, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.rv32.asmbranch": [ + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbeq", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbeq", + "lineno": 26, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbeq", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbeq", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbne", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbne", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbne", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbne", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbgeu", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbgeu", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbgeu", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbgeu", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbltu", + "lineno": 88, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbltu", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbltu", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbltu", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbge", + "lineno": 106, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbge", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbge", + "lineno": 108, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tbge", + "lineno": 109, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tblt", + "lineno": 124, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tblt", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tblt", + "lineno": 126, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tblt", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tcbeqz", + "lineno": 141, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tcbeqz", + "lineno": 142, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tcbeqz", + "lineno": 143, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tcbeqz", + "lineno": 144, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tcbnez", + "lineno": 158, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tcbnez", + "lineno": 159, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tcbnez", + "lineno": 160, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmbranch.", + "callee": "tests.inlineasm.rv32.asmbranch.tcbnez", + "lineno": 161, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.rv32.asmconst": [ + { + "caller": "tests.inlineasm.rv32.asmconst.", + "callee": "tests.inlineasm.rv32.asmconst.c1", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmconst.", + "callee": "tests.inlineasm.rv32.asmconst.c2", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmconst.", + "callee": "tests.inlineasm.rv32.asmconst.c3", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmconst.", + "callee": "tests.inlineasm.rv32.asmconst.c4", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmconst.", + "callee": "tests.inlineasm.rv32.asmconst.c5", + "lineno": 49, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.rv32.asmcsr": [ + { + "caller": "tests.inlineasm.rv32.asmcsr.", + "callee": "tests.inlineasm.rv32.asmcsr.csr", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmcsr.", + "callee": "tests.inlineasm.rv32.asmcsr.csri", + "lineno": 65, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.rv32.asmdata": [ + { + "caller": "tests.inlineasm.rv32.asmdata.", + "callee": "tests.inlineasm.rv32.asmdata.ret_num", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmdata.", + "callee": "tests.inlineasm.rv32.asmdata.ret_num_la", + "lineno": 33, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.rv32.asmdivmul": [ + { + "caller": "tests.inlineasm.rv32.asmdivmul.", + "callee": "tests.inlineasm.rv32.asmdivmul.sdiv", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmdivmul.", + "callee": "tests.inlineasm.rv32.asmdivmul.sdiv", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmdivmul.", + "callee": "tests.inlineasm.rv32.asmdivmul.sdiv", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmdivmul.", + "callee": "tests.inlineasm.rv32.asmdivmul.sdiv", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmdivmul.", + "callee": "tests.inlineasm.rv32.asmdivmul.udiv", + "lineno": 26, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmdivmul.", + "callee": "tests.inlineasm.rv32.asmdivmul.udiv", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmdivmul.", + "callee": "tests.inlineasm.rv32.asmdivmul.udiv", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmdivmul.", + "callee": "tests.inlineasm.rv32.asmdivmul.srem", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmdivmul.", + "callee": "tests.inlineasm.rv32.asmdivmul.srem", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmdivmul.", + "callee": "tests.inlineasm.rv32.asmdivmul.srem", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmdivmul.", + "callee": "tests.inlineasm.rv32.asmdivmul.srem", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmdivmul.", + "callee": "tests.inlineasm.rv32.asmdivmul.urem", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmdivmul.", + "callee": "tests.inlineasm.rv32.asmdivmul.urem", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmdivmul.", + "callee": "tests.inlineasm.rv32.asmdivmul.urem", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmdivmul.", + "callee": "tests.inlineasm.rv32.asmdivmul.m1", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmdivmul.", + "callee": "tests.inlineasm.rv32.asmdivmul.m2", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmdivmul.", + "callee": "tests.inlineasm.rv32.asmdivmul.m3", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmdivmul.", + "callee": "tests.inlineasm.rv32.asmdivmul.m4", + "lineno": 63, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.rv32.asmjump": [ + { + "caller": "tests.inlineasm.rv32.asmjump.", + "callee": "tests.inlineasm.rv32.asmjump.f1", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmjump.", + "callee": "tests.inlineasm.rv32.asmjump.f2", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmjump.", + "callee": "tests.inlineasm.rv32.asmjump.f3", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmjump.", + "callee": "tests.inlineasm.rv32.asmjump.f4", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmjump.", + "callee": "tests.inlineasm.rv32.asmjump.f5", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmjump.", + "callee": "tests.inlineasm.rv32.asmjump.f6", + "lineno": 115, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.rv32.asmloadstore": [ + { + "caller": "tests.inlineasm.rv32.asmloadstore.", + "callee": "tests.inlineasm.rv32.asmloadstore.l", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmloadstore.", + "callee": "tests.inlineasm.rv32.asmloadstore.s", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmloadstore.", + "callee": "tests.inlineasm.rv32.asmloadstore.lu", + "lineno": 86, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.rv32.asmrettype": [ + { + "caller": "tests.inlineasm.rv32.asmrettype.", + "callee": "tests.inlineasm.rv32.asmrettype.ret_obj", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmrettype.", + "callee": "tests.inlineasm.rv32.asmrettype.ret_bool", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmrettype.", + "callee": "tests.inlineasm.rv32.asmrettype.ret_bool", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmrettype.", + "callee": "tests.inlineasm.rv32.asmrettype.ret_int", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmrettype.", + "callee": "tests.inlineasm.rv32.asmrettype.ret_int", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmrettype.", + "callee": "tests.inlineasm.rv32.asmrettype.ret_int", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmrettype.", + "callee": "tests.inlineasm.rv32.asmrettype.ret_int", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmrettype.", + "callee": "tests.inlineasm.rv32.asmrettype.ret_uint", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmrettype.", + "callee": "tests.inlineasm.rv32.asmrettype.ret_uint", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmrettype.", + "callee": "tests.inlineasm.rv32.asmrettype.ret_uint", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmrettype.", + "callee": "tests.inlineasm.rv32.asmrettype.ret_uint", + "lineno": 33, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.rv32.asmsanity": [ + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 96, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 97, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 97, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 100, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 100, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 101, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 101, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 103, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 103, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 104, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 104, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 108, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 108, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 111, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 111, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 112, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 112, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 113, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 113, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 115, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 115, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 118, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 118, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 119, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 119, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 120, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 120, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 121, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 129, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 129, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 130, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 130, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 131, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 131, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 132, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 132, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 134, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 134, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 135, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 135, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 136, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 136, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 137, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 137, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 138, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 138, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 139, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 139, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 141, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 141, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 142, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 142, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 143, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 143, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 144, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 144, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 145, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 145, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 146, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 146, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 201, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 201, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 202, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 202, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 203, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 203, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": "tests.inlineasm.rv32.asmsanity.harness", + "lineno": 204, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsanity.", + "callee": ".str.format", + "lineno": 204, + "resolution": "local_builtin_method_call" + } + ], + "tests.inlineasm.rv32.asmshift": [ + { + "caller": "tests.inlineasm.rv32.asmshift.", + "callee": "tests.inlineasm.rv32.asmshift.lsl1", + "lineno": 6, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmshift.", + "callee": "tests.inlineasm.rv32.asmshift.lsl23", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmshift.", + "callee": "tests.inlineasm.rv32.asmshift.lsr1", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmshift.", + "callee": "tests.inlineasm.rv32.asmshift.lsr31", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmshift.", + "callee": "tests.inlineasm.rv32.asmshift.asr1", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmshift.", + "callee": "tests.inlineasm.rv32.asmshift.asr31", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmshift.", + "callee": "tests.inlineasm.rv32.asmshift.clsl1", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmshift.", + "callee": "tests.inlineasm.rv32.asmshift.clsl23", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmshift.", + "callee": "tests.inlineasm.rv32.asmshift.clsr1", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmshift.", + "callee": "tests.inlineasm.rv32.asmshift.clsr31", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmshift.", + "callee": "tests.inlineasm.rv32.asmshift.casr1", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmshift.", + "callee": "tests.inlineasm.rv32.asmshift.casr31", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmshift.", + "callee": "tests.inlineasm.rv32.asmshift.lsl1r", + "lineno": 103, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmshift.", + "callee": "tests.inlineasm.rv32.asmshift.lsr1r", + "lineno": 112, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmshift.", + "callee": "tests.inlineasm.rv32.asmshift.asr1r", + "lineno": 121, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.rv32.asmstack": [ + { + "caller": "tests.inlineasm.rv32.asmstack.", + "callee": "tests.inlineasm.rv32.asmstack.l", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmstack.", + "callee": "tests.inlineasm.rv32.asmstack.s", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmstack.", + "callee": "tests.inlineasm.rv32.asmstack.a", + "lineno": 65, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.rv32.asmsum": [ + { + "caller": "tests.inlineasm.rv32.asmsum.", + "callee": "tests.inlineasm.rv32.asmsum.asm_sum_words", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsum.", + "callee": "tests.inlineasm.rv32.asmsum.asm_sum_bytes", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asmsum.", + "callee": "tests.inlineasm.rv32.asmsum.asm_sum_bytes", + "lineno": 58, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.rv32.asm_ext_zba": [ + { + "caller": "tests.inlineasm.rv32.asm_ext_zba.", + "callee": "tests.inlineasm.rv32.asm_ext_zba.test_sh1add", + "lineno": 16, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asm_ext_zba.", + "callee": "tests.inlineasm.rv32.asm_ext_zba.test_sh2add", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asm_ext_zba.", + "callee": "tests.inlineasm.rv32.asm_ext_zba.test_sh3add", + "lineno": 18, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.rv32.asm_ext_zcmp": [ + { + "caller": "tests.inlineasm.rv32.asm_ext_zcmp.cmmv_test", + "callee": ".str.format", + "lineno": 23, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asm_ext_zcmp.", + "callee": "tests.inlineasm.rv32.asm_ext_zcmp.cmmv_test", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asm_ext_zcmp.", + "callee": "tests.inlineasm.rv32.asm_ext_zcmp.cmmv_test", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asm_ext_zcmp.cmpp_test", + "callee": ".str.format", + "lineno": 82, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asm_ext_zcmp.", + "callee": "tests.inlineasm.rv32.asm_ext_zcmp.cmpp_test", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asm_ext_zcmp.", + "callee": "tests.inlineasm.rv32.asm_ext_zcmp.cmpp_test", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asm_ext_zcmp.", + "callee": "tests.inlineasm.rv32.asm_ext_zcmp.cmpp_test", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asm_ext_zcmp.", + "callee": ".str.format", + "lineno": 119, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asm_ext_zcmp.", + "callee": ".str.format", + "lineno": 144, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asm_ext_zcmp.", + "callee": ".str.format", + "lineno": 171, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asm_ext_zcmp.", + "callee": ".str.format", + "lineno": 221, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.rv32.asm_ext_zcmp.", + "callee": "tests.inlineasm.rv32.asm_ext_zcmp.test_cm_mva01s", + "lineno": 245, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.rv32.asm_ext_zcmp.", + "callee": "tests.inlineasm.rv32.asm_ext_zcmp.test_cm_mvsa01", + "lineno": 264, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.thumb.asmargs": [ + { + "caller": "tests.inlineasm.thumb.asmargs.", + "callee": "tests.inlineasm.thumb.asmargs.arg0", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmargs.", + "callee": "tests.inlineasm.thumb.asmargs.arg1", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmargs.", + "callee": "tests.inlineasm.thumb.asmargs.arg2", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmargs.", + "callee": "tests.inlineasm.thumb.asmargs.arg3", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmargs.", + "callee": "tests.inlineasm.thumb.asmargs.arg4", + "lineno": 44, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.thumb.asmblbx": [ + { + "caller": "tests.inlineasm.thumb.asmblbx.", + "callee": "tests.inlineasm.thumb.asmblbx.f", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmblbx.", + "callee": "tests.inlineasm.thumb.asmblbx.f", + "lineno": 23, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.thumb.asmdata": [ + { + "caller": "tests.inlineasm.thumb.asmdata.", + "callee": "tests.inlineasm.thumb.asmdata.ret_num", + "lineno": 16, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.thumb.asmerrors": [], + "tests.inlineasm.thumb.asmpushpop": [ + { + "caller": "tests.inlineasm.thumb.asmpushpop.", + "callee": "tests.inlineasm.thumb.asmpushpop.f", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmpushpop.", + "callee": "tests.inlineasm.thumb.asmpushpop.g", + "lineno": 21, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.thumb.asmrettype": [ + { + "caller": "tests.inlineasm.thumb.asmrettype.", + "callee": "tests.inlineasm.thumb.asmrettype.ret_obj", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmrettype.", + "callee": "tests.inlineasm.thumb.asmrettype.ret_bool", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmrettype.", + "callee": "tests.inlineasm.thumb.asmrettype.ret_bool", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmrettype.", + "callee": "tests.inlineasm.thumb.asmrettype.ret_int", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmrettype.", + "callee": "tests.inlineasm.thumb.asmrettype.ret_int", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmrettype.", + "callee": "tests.inlineasm.thumb.asmrettype.ret_int", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmrettype.", + "callee": "tests.inlineasm.thumb.asmrettype.ret_int", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmrettype.", + "callee": "tests.inlineasm.thumb.asmrettype.ret_uint", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmrettype.", + "callee": "tests.inlineasm.thumb.asmrettype.ret_uint", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmrettype.", + "callee": "tests.inlineasm.thumb.asmrettype.ret_uint", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmrettype.", + "callee": "tests.inlineasm.thumb.asmrettype.ret_uint", + "lineno": 33, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.thumb.asmshift": [ + { + "caller": "tests.inlineasm.thumb.asmshift.", + "callee": "tests.inlineasm.thumb.asmshift.lsl1", + "lineno": 6, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmshift.", + "callee": "tests.inlineasm.thumb.asmshift.lsl23", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmshift.", + "callee": "tests.inlineasm.thumb.asmshift.lsr1", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmshift.", + "callee": "tests.inlineasm.thumb.asmshift.lsr31", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmshift.", + "callee": "tests.inlineasm.thumb.asmshift.asr1", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmshift.", + "callee": "tests.inlineasm.thumb.asmshift.asr31", + "lineno": 46, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.thumb.asmsum": [ + { + "caller": "tests.inlineasm.thumb.asmsum.", + "callee": "tests.inlineasm.thumb.asmsum.asm_sum_words", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmsum.", + "callee": "tests.inlineasm.thumb.asmsum.asm_sum_bytes", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asmsum.", + "callee": "tests.inlineasm.thumb.asmsum.asm_sum_bytes", + "lineno": 60, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.thumb.asm_thumb2_bcc": [ + { + "caller": "tests.inlineasm.thumb.asm_thumb2_bcc.", + "callee": ".str.format", + "lineno": 56, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_thumb2_bcc.", + "callee": ".list.append", + "lineno": 57, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_thumb2_bcc.", + "callee": ".list.append", + "lineno": 59, + "resolution": "local_builtin_method_call" + } + ], + "tests.inlineasm.thumb.asm_thumb2_bitops": [ + { + "caller": "tests.inlineasm.thumb.asm_thumb2_bitops.clz", + "callee": "tests.inlineasm.thumb.asm_thumb2_bitops.clz", + "lineno": 3, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_thumb2_bitops.", + "callee": "tests.inlineasm.thumb.asm_thumb2_bitops.clz", + "lineno": 6, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_thumb2_bitops.", + "callee": "tests.inlineasm.thumb.asm_thumb2_bitops.clz", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_thumb2_bitops.rbit", + "callee": "tests.inlineasm.thumb.asm_thumb2_bitops.rbit", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_thumb2_bitops.", + "callee": "tests.inlineasm.thumb.asm_thumb2_bitops.rbit", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_thumb2_bitops.", + "callee": "tests.inlineasm.thumb.asm_thumb2_bitops.rbit", + "lineno": 16, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.thumb.asm_thumb2_const": [ + { + "caller": "tests.inlineasm.thumb.asm_thumb2_const.", + "callee": "tests.inlineasm.thumb.asm_thumb2_const.c1", + "lineno": 11, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.thumb.asm_thumb2_div": [ + { + "caller": "tests.inlineasm.thumb.asm_thumb2_div.sdiv", + "callee": "tests.inlineasm.thumb.asm_thumb2_div.sdiv", + "lineno": 3, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_thumb2_div.udiv", + "callee": "tests.inlineasm.thumb.asm_thumb2_div.udiv", + "lineno": 8, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_thumb2_div.", + "callee": "tests.inlineasm.thumb.asm_thumb2_div.sdiv", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_thumb2_div.", + "callee": "tests.inlineasm.thumb.asm_thumb2_div.sdiv", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_thumb2_div.", + "callee": "tests.inlineasm.thumb.asm_thumb2_div.sdiv", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_thumb2_div.", + "callee": "tests.inlineasm.thumb.asm_thumb2_div.sdiv", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_thumb2_div.", + "callee": "tests.inlineasm.thumb.asm_thumb2_div.udiv", + "lineno": 16, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_thumb2_div.", + "callee": "tests.inlineasm.thumb.asm_thumb2_div.udiv", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_thumb2_div.", + "callee": "tests.inlineasm.thumb.asm_thumb2_div.udiv", + "lineno": 18, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.thumb.asm_thumb2_it": [ + { + "caller": "tests.inlineasm.thumb.asm_thumb2_it.", + "callee": "tests.inlineasm.thumb.asm_thumb2_it.f", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_thumb2_it.", + "callee": "tests.inlineasm.thumb.asm_thumb2_it.f", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_thumb2_it.", + "callee": "tests.inlineasm.thumb.asm_thumb2_it.g", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_thumb2_it.", + "callee": "tests.inlineasm.thumb.asm_thumb2_it.g", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.thumb.asm_thumb2_specialregs": [ + { + "caller": "tests.inlineasm.thumb.asm_thumb2_specialregs.", + "callee": "tests.inlineasm.thumb.asm_thumb2_specialregs.getBASEPRI", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_thumb2_specialregs.", + "callee": "tests.inlineasm.thumb.asm_thumb2_specialregs.getIPSR", + "lineno": 12, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.thumb.asm_vfp_addsub": [ + { + "caller": "tests.inlineasm.thumb.asm_vfp_addsub.", + "callee": "tests.inlineasm.thumb.asm_vfp_addsub.add_sub", + "lineno": 15, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.thumb.asm_vfp_cmp": [ + { + "caller": "tests.inlineasm.thumb.asm_vfp_cmp.", + "callee": "tests.inlineasm.thumb.asm_vfp_cmp.f", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_vfp_cmp.", + "callee": "tests.inlineasm.thumb.asm_vfp_cmp.f", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.thumb.asm_vfp_cmp.", + "callee": "tests.inlineasm.thumb.asm_vfp_cmp.f", + "lineno": 15, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.thumb.asm_vfp_ldrstr": [ + { + "caller": "tests.inlineasm.thumb.asm_vfp_ldrstr.", + "callee": "tests.inlineasm.thumb.asm_vfp_ldrstr.arrayadd", + "lineno": 13, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.thumb.asm_vfp_muldiv": [ + { + "caller": "tests.inlineasm.thumb.asm_vfp_muldiv.", + "callee": "tests.inlineasm.thumb.asm_vfp_muldiv.muldiv", + "lineno": 15, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.thumb.asm_vfp_sqrt": [ + { + "caller": "tests.inlineasm.thumb.asm_vfp_sqrt.", + "callee": "tests.inlineasm.thumb.asm_vfp_sqrt.sqrt_test", + "lineno": 15, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.xtensa.asmargs": [ + { + "caller": "tests.inlineasm.xtensa.asmargs.", + "callee": "tests.inlineasm.xtensa.asmargs.arg0", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmargs.", + "callee": "tests.inlineasm.xtensa.asmargs.arg1", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmargs.", + "callee": "tests.inlineasm.xtensa.asmargs.arg2", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmargs.", + "callee": "tests.inlineasm.xtensa.asmargs.arg3", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmargs.", + "callee": "tests.inlineasm.xtensa.asmargs.arg4", + "lineno": 44, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.xtensa.asmarith": [ + { + "caller": "tests.inlineasm.xtensa.asmarith.", + "callee": "tests.inlineasm.xtensa.asmarith.f1", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmarith.", + "callee": ".str.format", + "lineno": 19, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmarith.", + "callee": "tests.inlineasm.xtensa.asmarith.a2", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmarith.", + "callee": "tests.inlineasm.xtensa.asmarith.a4", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmarith.", + "callee": "tests.inlineasm.xtensa.asmarith.a8", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmarith.", + "callee": "tests.inlineasm.xtensa.asmarith.s2", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmarith.", + "callee": "tests.inlineasm.xtensa.asmarith.s4", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmarith.", + "callee": "tests.inlineasm.xtensa.asmarith.s8", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmarith.", + "callee": "tests.inlineasm.xtensa.asmarith.f5", + "lineno": 69, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmarith.", + "callee": "tests.inlineasm.xtensa.asmarith.f6", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmarith.", + "callee": "tests.inlineasm.xtensa.asmarith.f7", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmarith.", + "callee": "tests.inlineasm.xtensa.asmarith.f8", + "lineno": 103, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmarith.", + "callee": "tests.inlineasm.xtensa.asmarith.f9", + "lineno": 111, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmarith.", + "callee": "tests.inlineasm.xtensa.asmarith.f10", + "lineno": 119, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.xtensa.asmbranch": [ + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tball", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tball", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tball", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tball", + "lineno": 16, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbany", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbany", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbany", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbany", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbbc", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbbc", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbbc", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": ".str.format", + "lineno": 63, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbbs", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbbs", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbbs", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": ".str.format", + "lineno": 97, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbeq", + "lineno": 111, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbeq", + "lineno": 112, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbeq", + "lineno": 113, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbeqz", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbeqz", + "lineno": 126, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbeqz", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbge", + "lineno": 139, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbge", + "lineno": 140, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbge", + "lineno": 141, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbgeu", + "lineno": 153, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbgeu", + "lineno": 154, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbgeu", + "lineno": 155, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbgeu", + "lineno": 156, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbgez", + "lineno": 168, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbgez", + "lineno": 169, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbgez", + "lineno": 170, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tblt", + "lineno": 182, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tblt", + "lineno": 183, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tblt", + "lineno": 184, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbltu", + "lineno": 196, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbltu", + "lineno": 197, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbltu", + "lineno": 198, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbltu", + "lineno": 199, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbltz", + "lineno": 211, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbltz", + "lineno": 212, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbltz", + "lineno": 213, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbnall", + "lineno": 225, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbnall", + "lineno": 226, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbnall", + "lineno": 227, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbnall", + "lineno": 228, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbne", + "lineno": 240, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbne", + "lineno": 241, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbne", + "lineno": 242, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbnez", + "lineno": 254, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbnez", + "lineno": 255, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbnez", + "lineno": 256, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbnone", + "lineno": 268, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbnone", + "lineno": 269, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbnone", + "lineno": 270, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbnone", + "lineno": 271, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbeqz_n", + "lineno": 283, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbeqz_n", + "lineno": 284, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbeqz_n", + "lineno": 285, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbnez_n", + "lineno": 297, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbnez_n", + "lineno": 298, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmbranch.", + "callee": "tests.inlineasm.xtensa.asmbranch.tbnez_n", + "lineno": 299, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.xtensa.asmjump": [ + { + "caller": "tests.inlineasm.xtensa.asmjump.", + "callee": "tests.inlineasm.xtensa.asmjump.jump", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmjump.", + "callee": "tests.inlineasm.xtensa.asmjump.jumpx", + "lineno": 26, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.xtensa.asmloadstore": [ + { + "caller": "tests.inlineasm.xtensa.asmloadstore.", + "callee": "tests.inlineasm.xtensa.asmloadstore.tl32r", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmloadstore.", + "callee": "tests.inlineasm.xtensa.asmloadstore.tl32i", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmloadstore.", + "callee": "tests.inlineasm.xtensa.asmloadstore.tl8ui", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmloadstore.", + "callee": "tests.inlineasm.xtensa.asmloadstore.tl16ui", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmloadstore.", + "callee": "tests.inlineasm.xtensa.asmloadstore.tl16si", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmloadstore.", + "callee": "tests.inlineasm.xtensa.asmloadstore.ts8i", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmloadstore.", + "callee": "tests.inlineasm.xtensa.asmloadstore.ts16i", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmloadstore.", + "callee": "tests.inlineasm.xtensa.asmloadstore.ts32i", + "lineno": 92, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmloadstore.", + "callee": "tests.inlineasm.xtensa.asmloadstore.tl32i_n", + "lineno": 101, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.xtensa.asmmisc": [ + { + "caller": "tests.inlineasm.xtensa.asmmisc.", + "callee": "tests.inlineasm.xtensa.asmmisc.tnop", + "lineno": 6, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmmisc.", + "callee": "tests.inlineasm.xtensa.asmmisc.tnop_n", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmmisc.", + "callee": "tests.inlineasm.xtensa.asmmisc.tmov_n", + "lineno": 25, + "resolution": "direct_name_call" + } + ], + "tests.inlineasm.xtensa.asmshift": [ + { + "caller": "tests.inlineasm.xtensa.asmshift.", + "callee": "tests.inlineasm.xtensa.asmshift.lsl1", + "lineno": 6, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmshift.", + "callee": "tests.inlineasm.xtensa.asmshift.lsl23", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmshift.", + "callee": "tests.inlineasm.xtensa.asmshift.lsr1", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmshift.", + "callee": "tests.inlineasm.xtensa.asmshift.lsr15", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmshift.", + "callee": "tests.inlineasm.xtensa.asmshift.asr1", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmshift.", + "callee": "tests.inlineasm.xtensa.asmshift.asr31", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmshift.", + "callee": "tests.inlineasm.xtensa.asmshift.lsl1r", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmshift.", + "callee": "tests.inlineasm.xtensa.asmshift.lsr1r", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmshift.", + "callee": "tests.inlineasm.xtensa.asmshift.asr1r", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmshift.", + "callee": "tests.inlineasm.xtensa.asmshift.sll9", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmshift.", + "callee": "tests.inlineasm.xtensa.asmshift.srlr", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmshift.", + "callee": "tests.inlineasm.xtensa.asmshift.sllr", + "lineno": 103, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmshift.", + "callee": "tests.inlineasm.xtensa.asmshift.srcr", + "lineno": 112, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmshift.", + "callee": "tests.inlineasm.xtensa.asmshift.srai24", + "lineno": 120, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmshift.", + "callee": "tests.inlineasm.xtensa.asmshift.nsar", + "lineno": 128, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmshift.", + "callee": "tests.inlineasm.xtensa.asmshift.nsar", + "lineno": 129, + "resolution": "direct_name_call" + }, + { + "caller": "tests.inlineasm.xtensa.asmshift.", + "callee": "tests.inlineasm.xtensa.asmshift.nsaur", + "lineno": 137, + "resolution": "direct_name_call" + } + ], + "tests.internal_bench.arrayop-1-list_inplace": [], + "tests.internal_bench.arrayop-2-list_map": [], + "tests.internal_bench.arrayop-3-bytearray_inplace": [], + "tests.internal_bench.arrayop-4-bytearray_map": [], + "tests.internal_bench.bench": [], + "tests.internal_bench.bytealloc-1-bytes_n": [], + "tests.internal_bench.bytealloc-2-repeat": [], + "tests.internal_bench.bytebuf-1-inplace": [], + "tests.internal_bench.bytebuf-2-join_map_bytes": [], + "tests.internal_bench.bytebuf-3-bytarray_map": [], + "tests.internal_bench.class_create-0-empty": [], + "tests.internal_bench.class_create-1-slots": [], + "tests.internal_bench.class_create-1.1-slots5": [], + "tests.internal_bench.class_create-2-classattr": [], + "tests.internal_bench.class_create-2.1-classattr5": [], + "tests.internal_bench.class_create-2.3-classattr5objs": [], + "tests.internal_bench.class_create-3-instancemethod": [], + "tests.internal_bench.class_create-4-classmethod": [], + "tests.internal_bench.class_create-4.1-classmethod_implicit": [], + "tests.internal_bench.class_create-5-staticmethod": [], + "tests.internal_bench.class_create-6-getattribute": [], + "tests.internal_bench.class_create-6.1-getattr": [], + "tests.internal_bench.class_create-6.2-property": [], + "tests.internal_bench.class_create-6.3-descriptor": [ + { + "caller": "tests.internal_bench.class_create-6.3-descriptor.test", + "callee": "tests.internal_bench.class_create-6.3-descriptor.D.", + "lineno": 10, + "resolution": "same_module_class_call" + } + ], + "tests.internal_bench.class_create-7-inherit": [], + "tests.internal_bench.class_create-7.1-inherit_initsubclass": [], + "tests.internal_bench.class_create-8-metaclass_setname": [ + { + "caller": "tests.internal_bench.class_create-8-metaclass_setname.test", + "callee": "tests.internal_bench.class_create-8-metaclass_setname.D.", + "lineno": 10, + "resolution": "same_module_class_call" + } + ], + "tests.internal_bench.class_create-8.1-metaclass_setname5": [ + { + "caller": "tests.internal_bench.class_create-8.1-metaclass_setname5.test", + "callee": "tests.internal_bench.class_create-8.1-metaclass_setname5.D.", + "lineno": 10, + "resolution": "same_module_class_call" + } + ], + "tests.internal_bench.class_instance-0-object": [], + "tests.internal_bench.class_instance-0.1-object-gc": [], + "tests.internal_bench.class_instance-1-empty": [], + "tests.internal_bench.class_instance-1.1-classattr": [], + "tests.internal_bench.class_instance-1.2-func": [ + { + "caller": "tests.internal_bench.class_instance-1.2-func.test", + "callee": "tests.internal_bench.class_instance-1.2-func.X.", + "lineno": 11, + "resolution": "same_module_class_call" + } + ], + "tests.internal_bench.class_instance-1.3-empty-gc": [], + "tests.internal_bench.class_instance-2-init": [ + { + "caller": "tests.internal_bench.class_instance-2-init.test", + "callee": "tests.internal_bench.class_instance-2-init.X.__init__", + "lineno": 11, + "resolution": "same_module_class_call" + } + ], + "tests.internal_bench.class_instance-2.1-init_super": [ + { + "caller": "tests.internal_bench.class_instance-2.1-init_super.test", + "callee": "tests.internal_bench.class_instance-2.1-init_super.X.__init__", + "lineno": 11, + "resolution": "same_module_class_call" + } + ], + "tests.internal_bench.class_instance-2.2-new": [ + { + "caller": "tests.internal_bench.class_instance-2.2-new.test", + "callee": "tests.internal_bench.class_instance-2.2-new.X.", + "lineno": 11, + "resolution": "same_module_class_call" + } + ], + "tests.internal_bench.class_instance-3-del": [ + { + "caller": "tests.internal_bench.class_instance-3-del.test", + "callee": "tests.internal_bench.class_instance-3-del.X.", + "lineno": 11, + "resolution": "same_module_class_call" + } + ], + "tests.internal_bench.class_instance-3.1-del-gc": [ + { + "caller": "tests.internal_bench.class_instance-3.1-del-gc.test", + "callee": "tests.internal_bench.class_instance-3.1-del-gc.X.", + "lineno": 12, + "resolution": "same_module_class_call" + } + ], + "tests.internal_bench.class_instance-4-slots": [], + "tests.internal_bench.class_instance-4.1-slots5": [], + "tests.internal_bench.from_iter-1-list_bound": [], + "tests.internal_bench.from_iter-2-list_unbound": [], + "tests.internal_bench.from_iter-3-tuple_bound": [], + "tests.internal_bench.from_iter-4-tuple_unbound": [], + "tests.internal_bench.from_iter-5-bytes_bound": [], + "tests.internal_bench.from_iter-6-bytes_unbound": [], + "tests.internal_bench.from_iter-7-bytearray_bound": [], + "tests.internal_bench.from_iter-8-bytearray_unbound": [], + "tests.internal_bench.funcall-1-inline": [], + "tests.internal_bench.funcall-2-funcall": [ + { + "caller": "tests.internal_bench.funcall-2-funcall.test", + "callee": "tests.internal_bench.funcall-2-funcall.f", + "lineno": 12, + "resolution": "direct_name_call" + } + ], + "tests.internal_bench.funcall-3-funcall-local": [], + "tests.internal_bench.func_args-1.1-pos_1": [ + { + "caller": "tests.internal_bench.func_args-1.1-pos_1.test", + "callee": "tests.internal_bench.func_args-1.1-pos_1.func", + "lineno": 10, + "resolution": "direct_name_call" + } + ], + "tests.internal_bench.func_args-1.2-pos_3": [ + { + "caller": "tests.internal_bench.func_args-1.2-pos_3.test", + "callee": "tests.internal_bench.func_args-1.2-pos_3.func", + "lineno": 10, + "resolution": "direct_name_call" + } + ], + "tests.internal_bench.func_args-2-pos_default_2_of_3": [ + { + "caller": "tests.internal_bench.func_args-2-pos_default_2_of_3.test", + "callee": "tests.internal_bench.func_args-2-pos_default_2_of_3.func", + "lineno": 10, + "resolution": "direct_name_call" + } + ], + "tests.internal_bench.func_args-3.1-kw_1": [ + { + "caller": "tests.internal_bench.func_args-3.1-kw_1.test", + "callee": "tests.internal_bench.func_args-3.1-kw_1.func", + "lineno": 10, + "resolution": "direct_name_call" + } + ], + "tests.internal_bench.func_args-3.2-kw_3": [ + { + "caller": "tests.internal_bench.func_args-3.2-kw_3.test", + "callee": "tests.internal_bench.func_args-3.2-kw_3.func", + "lineno": 10, + "resolution": "direct_name_call" + } + ], + "tests.internal_bench.func_builtin-1-enum_pos": [], + "tests.internal_bench.func_builtin-2-enum_kw": [], + "tests.internal_bench.loop_count-1-range": [], + "tests.internal_bench.loop_count-2-range_iter": [], + "tests.internal_bench.loop_count-3-while_up": [], + "tests.internal_bench.loop_count-4-while_down_gt": [], + "tests.internal_bench.loop_count-5-while_down_ne": [], + "tests.internal_bench.loop_count-5.1-while_down_ne_localvar": [], + "tests.internal_bench.var-1-constant": [], + "tests.internal_bench.var-2-global": [], + "tests.internal_bench.var-3-local": [], + "tests.internal_bench.var-4-arg": [ + { + "caller": "tests.internal_bench.var-4-arg.", + "callee": "tests.internal_bench.var-4-arg.test", + "lineno": 10, + "resolution": "direct_name_call" + } + ], + "tests.internal_bench.var-5-class-attr": [], + "tests.internal_bench.var-6-instance-attr": [ + { + "caller": "tests.internal_bench.var-6-instance-attr.test", + "callee": "tests.internal_bench.var-6-instance-attr.Foo.__init__", + "lineno": 10, + "resolution": "same_module_class_call" + } + ], + "tests.internal_bench.var-6.1-instance-attr-5": [ + { + "caller": "tests.internal_bench.var-6.1-instance-attr-5.test", + "callee": "tests.internal_bench.var-6.1-instance-attr-5.Foo.__init__", + "lineno": 14, + "resolution": "same_module_class_call" + } + ], + "tests.internal_bench.var-6.2-instance-speciallookup": [ + { + "caller": "tests.internal_bench.var-6.2-instance-speciallookup.test", + "callee": "tests.internal_bench.var-6.2-instance-speciallookup.Foo.__init__", + "lineno": 13, + "resolution": "same_module_class_call" + } + ], + "tests.internal_bench.var-6.3-instance-property": [ + { + "caller": "tests.internal_bench.var-6.3-instance-property.test", + "callee": "tests.internal_bench.var-6.3-instance-property.Foo.", + "lineno": 11, + "resolution": "same_module_class_call" + } + ], + "tests.internal_bench.var-6.4-instance-descriptor": [ + { + "caller": "tests.internal_bench.var-6.4-instance-descriptor.", + "callee": "tests.internal_bench.var-6.4-instance-descriptor.Descriptor.", + "lineno": 10, + "resolution": "same_module_class_call" + } + ], + "tests.internal_bench.var-6.5-instance-getattr": [ + { + "caller": "tests.internal_bench.var-6.5-instance-getattr.test", + "callee": "tests.internal_bench.var-6.5-instance-getattr.Foo.", + "lineno": 10, + "resolution": "same_module_class_call" + } + ], + "tests.internal_bench.var-6.6-instance-builtin_ordered": [], + "tests.internal_bench.var-7-instance-meth": [ + { + "caller": "tests.internal_bench.var-7-instance-meth.test", + "callee": "tests.internal_bench.var-7-instance-meth.Foo.__init__", + "lineno": 13, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.internal_bench.var-7-instance-meth.test", + "callee": "tests.internal_bench.var-7-instance-meth.Foo.num", + "lineno": 15, + "resolution": "local_typed_method_call" + } + ], + "tests.internal_bench.var-8-namedtuple-1st": [ + { + "caller": "tests.internal_bench.var-8-namedtuple-1st.", + "callee": ".collections.namedtuple", + "lineno": 4, + "resolution": "external_constructor_call" + } + ], + "tests.internal_bench.var-8.1-namedtuple-5th": [ + { + "caller": "tests.internal_bench.var-8.1-namedtuple-5th.", + "callee": ".collections.namedtuple", + "lineno": 4, + "resolution": "external_constructor_call" + } + ], + "tests.internal_bench.var-9-getattr": [], + "tests.internal_bench.var-9.1-getattr_default": [], + "tests.internal_bench.var-9.2-getattr_default_special": [ + { + "caller": "tests.internal_bench.var-9.2-getattr_default_special.test", + "callee": "tests.internal_bench.var-9.2-getattr_default_special.Foo.", + "lineno": 10, + "resolution": "same_module_class_call" + } + ], + "tests.internal_bench.var-9.3-except_ok": [ + { + "caller": "tests.internal_bench.var-9.3-except_ok.test", + "callee": "tests.internal_bench.var-9.3-except_ok.test.get", + "lineno": 19, + "resolution": "nested_function_call" + } + ], + "tests.internal_bench.var-9.4-except_selfinduced": [ + { + "caller": "tests.internal_bench.var-9.4-except_selfinduced.test", + "callee": "tests.internal_bench.var-9.4-except_selfinduced.test.get", + "lineno": 18, + "resolution": "nested_function_call" + } + ], + "tests.internal_bench.var-9.5-except_error": [ + { + "caller": "tests.internal_bench.var-9.5-except_error.test", + "callee": "tests.internal_bench.var-9.5-except_error.test.get", + "lineno": 18, + "resolution": "nested_function_call" + } + ], + "tests.internal_bench.var-9.6-except_error_special": [ + { + "caller": "tests.internal_bench.var-9.6-except_error_special.test", + "callee": "tests.internal_bench.var-9.6-except_error_special.Foo.", + "lineno": 10, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.internal_bench.var-9.6-except_error_special.test", + "callee": "tests.internal_bench.var-9.6-except_error_special.test.get", + "lineno": 19, + "resolution": "nested_function_call" + } + ], + "tests.io.argv": [], + "tests.io.builtin_print_file": [], + "tests.io.file1": [], + "tests.io.file_iter": [], + "tests.io.file_long_read": [], + "tests.io.file_long_read2": [], + "tests.io.file_long_read3": [], + "tests.io.file_readinto": [], + "tests.io.file_readinto_len": [], + "tests.io.file_readline": [], + "tests.io.file_seek": [], + "tests.io.file_stdio": [], + "tests.io.file_stdio2": [ + { + "caller": "tests.io.file_stdio2.", + "callee": "tests.io.file_stdio2.print_flush", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.io.file_stdio2.", + "callee": "tests.io.file_stdio2.print_flush", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.io.file_stdio2.", + "callee": "tests.io.file_stdio2.print_flush", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.io.file_stdio2.", + "callee": "tests.io.file_stdio2.print_flush", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.io.file_stdio2.", + "callee": "tests.io.file_stdio2.print_flush", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.io.file_stdio2.", + "callee": "tests.io.file_stdio2.print_flush", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "tests.io.file_stdio2.", + "callee": "tests.io.file_stdio2.print_flush", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "tests.io.file_stdio2.", + "callee": "tests.io.file_stdio2.print_flush", + "lineno": 56, + "resolution": "direct_name_call" + } + ], + "tests.io.file_with": [], + "tests.io.open_append": [], + "tests.io.open_plus": [], + "tests.jni.list": [], + "tests.jni.object": [], + "tests.jni.system_out": [], + "tests.micropython.builtin_execfile": [ + { + "caller": "tests.micropython.builtin_execfile.Filesystem.open", + "callee": "tests.micropython.builtin_execfile.File.__init__", + "lineno": 43, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.micropython.builtin_execfile.", + "callee": "tests.micropython.builtin_execfile.Filesystem.__init__", + "lineno": 58, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.micropython.builtin_execfile.", + "callee": "tests.micropython.builtin_execfile.EvilFilesystem.", + "lineno": 91, + "resolution": "same_module_class_call" + } + ], + "tests.micropython.builtin_tstring": [], + "tests.micropython.const": [ + { + "caller": "tests.micropython.const.", + "callee": ".micropython.const", + "lineno": 6, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const.", + "callee": ".micropython.const", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const.", + "callee": "tests.micropython.const.f", + "lineno": 16, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.const.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const.", + "callee": ".micropython.const", + "lineno": 26, + "resolution": "external_constructor_call" + } + ], + "tests.micropython.const2": [ + { + "caller": "tests.micropython.const2.", + "callee": ".micropython.const", + "lineno": 5, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const2.", + "callee": ".micropython.const", + "lineno": 6, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const2.", + "callee": ".micropython.const", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const2.", + "callee": "tests.micropython.const2.f", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.const2.", + "callee": ".micropython.const", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const2.", + "callee": "tests.micropython.const2.A.", + "lineno": 48, + "resolution": "same_module_class_call" + } + ], + "tests.micropython.const_alltypes": [ + { + "caller": "tests.micropython.const_alltypes.", + "callee": ".micropython.const", + "lineno": 6, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const_alltypes.", + "callee": ".micropython.const", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const_alltypes.", + "callee": ".micropython.const", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const_alltypes.", + "callee": ".micropython.const", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const_alltypes.", + "callee": ".micropython.const", + "lineno": 10, + "resolution": "external_constructor_call" + } + ], + "tests.micropython.const_annotated": [ + { + "caller": "tests.micropython.const_annotated.", + "callee": ".micropython.const", + "lineno": 6, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const_annotated.", + "callee": ".micropython.const", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const_annotated.", + "callee": ".micropython.const", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const_annotated.", + "callee": ".micropython.const", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const_annotated.", + "callee": ".micropython.const", + "lineno": 10, + "resolution": "external_constructor_call" + } + ], + "tests.micropython.const_error": [ + { + "caller": "tests.micropython.const_error.", + "callee": "tests.micropython.const_error.test_syntax", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.const_error.", + "callee": "tests.micropython.const_error.test_syntax", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.const_error.", + "callee": "tests.micropython.const_error.test_syntax", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.const_error.", + "callee": "tests.micropython.const_error.test_syntax", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.const_error.", + "callee": "tests.micropython.const_error.test_syntax", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.const_error.", + "callee": "tests.micropython.const_error.test_syntax", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.const_error.", + "callee": "tests.micropython.const_error.test_syntax", + "lineno": 24, + "resolution": "direct_name_call" + } + ], + "tests.micropython.const_float": [ + { + "caller": "tests.micropython.const_float.", + "callee": ".micropython.const", + "lineno": 6, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const_float.", + "callee": ".micropython.const", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const_float.", + "callee": ".micropython.const", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const_float.", + "callee": ".micropython.const", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const_float.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const_float.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.micropython.const_intbig": [ + { + "caller": "tests.micropython.const_intbig.", + "callee": ".micropython.const", + "lineno": 6, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const_intbig.", + "callee": ".micropython.const", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const_intbig.", + "callee": ".micropython.const", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.const_intbig.", + "callee": ".micropython.const", + "lineno": 12, + "resolution": "external_constructor_call" + } + ], + "tests.micropython.const_math": [], + "tests.micropython.decorator": [ + { + "caller": "tests.micropython.decorator.", + "callee": "tests.micropython.decorator.f", + "lineno": 9, + "resolution": "direct_name_call" + } + ], + "tests.micropython.decorator_error": [ + { + "caller": "tests.micropython.decorator_error.", + "callee": "tests.micropython.decorator_error.test_syntax", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.decorator_error.", + "callee": "tests.micropython.decorator_error.test_syntax", + "lineno": 13, + "resolution": "direct_name_call" + } + ], + "tests.micropython.emg_exc": [ + { + "caller": "tests.micropython.emg_exc.", + "callee": "tests.micropython.emg_exc.f", + "lineno": 36, + "resolution": "direct_name_call" + } + ], + "tests.micropython.extreme_exc": [ + { + "caller": "tests.micropython.extreme_exc.", + "callee": "tests.micropython.extreme_exc.stackless", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.extreme_exc.main", + "callee": "tests.micropython.extreme_exc.main.f", + "lineno": 111, + "resolution": "nested_function_call" + }, + { + "caller": "tests.micropython.extreme_exc.main", + "callee": "tests.micropython.extreme_exc.main.f", + "lineno": 128, + "resolution": "nested_function_call" + }, + { + "caller": "tests.micropython.extreme_exc.main.g", + "callee": "tests.micropython.extreme_exc.main.g", + "lineno": 140, + "resolution": "nested_function_call" + }, + { + "caller": "tests.micropython.extreme_exc.main", + "callee": "tests.micropython.extreme_exc.main.g", + "lineno": 144, + "resolution": "nested_function_call" + }, + { + "caller": "tests.micropython.extreme_exc.main", + "callee": "tests.micropython.extreme_exc.main.h", + "lineno": 163, + "resolution": "nested_function_call" + }, + { + "caller": "tests.micropython.extreme_exc.", + "callee": "tests.micropython.extreme_exc.main", + "lineno": 170, + "resolution": "direct_name_call" + } + ], + "tests.micropython.heapalloc": [ + { + "caller": "tests.micropython.heapalloc.", + "callee": "tests.micropython.heapalloc.stackless", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc.test", + "callee": "tests.micropython.heapalloc.f1", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc.test", + "callee": "tests.micropython.heapalloc.f1", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc.test", + "callee": "tests.micropython.heapalloc.f1", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc.test", + "callee": "tests.micropython.heapalloc.f2", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc.test", + "callee": "tests.micropython.heapalloc.f2", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc.test", + "callee": "tests.micropython.heapalloc.f1", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc.test", + "callee": "tests.micropython.heapalloc.f3", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc.test", + "callee": "tests.micropython.heapalloc.f4", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc.", + "callee": "tests.micropython.heapalloc.test", + "lineno": 65, + "resolution": "direct_name_call" + } + ], + "tests.micropython.heapalloc_bytesio": [], + "tests.micropython.heapalloc_bytesio2": [], + "tests.micropython.heapalloc_exc_compressed": [], + "tests.micropython.heapalloc_exc_compressed_emg_exc": [ + { + "caller": "tests.micropython.heapalloc_exc_compressed_emg_exc.", + "callee": "tests.micropython.heapalloc_exc_compressed_emg_exc.test", + "lineno": 45, + "resolution": "direct_name_call" + } + ], + "tests.micropython.heapalloc_exc_raise": [ + { + "caller": "tests.micropython.heapalloc_exc_raise.", + "callee": "tests.micropython.heapalloc_exc_raise.func", + "lineno": 30, + "resolution": "direct_name_call" + } + ], + "tests.micropython.heapalloc_fail_bytearray": [ + { + "caller": "tests.micropython.heapalloc_fail_bytearray.", + "callee": "tests.micropython.heapalloc_fail_bytearray.GetSlice.", + "lineno": 17, + "resolution": "same_module_class_call" + } + ], + "tests.micropython.heapalloc_fail_dict": [ + { + "caller": "tests.micropython.heapalloc_fail_dict.", + "callee": ".dict.items", + "lineno": 24, + "resolution": "local_builtin_method_call" + } + ], + "tests.micropython.heapalloc_fail_list": [ + { + "caller": "tests.micropython.heapalloc_fail_list.", + "callee": "tests.micropython.heapalloc_fail_list.GetSlice.", + "lineno": 17, + "resolution": "same_module_class_call" + } + ], + "tests.micropython.heapalloc_fail_memoryview": [ + { + "caller": "tests.micropython.heapalloc_fail_memoryview.", + "callee": "tests.micropython.heapalloc_fail_memoryview.GetSlice.", + "lineno": 17, + "resolution": "same_module_class_call" + } + ], + "tests.micropython.heapalloc_fail_set": [ + { + "caller": "tests.micropython.heapalloc_fail_set.", + "callee": ".set.copy", + "lineno": 24, + "resolution": "local_builtin_method_call" + } + ], + "tests.micropython.heapalloc_fail_tuple": [], + "tests.micropython.heapalloc_inst_call": [ + { + "caller": "tests.micropython.heapalloc_inst_call.", + "callee": "tests.micropython.heapalloc_inst_call.Foo0.", + "lineno": 33, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.micropython.heapalloc_inst_call.", + "callee": "tests.micropython.heapalloc_inst_call.Foo1.", + "lineno": 34, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.micropython.heapalloc_inst_call.", + "callee": "tests.micropython.heapalloc_inst_call.Foo2.", + "lineno": 35, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.micropython.heapalloc_inst_call.", + "callee": "tests.micropython.heapalloc_inst_call.Foo3.", + "lineno": 36, + "resolution": "same_module_class_call" + } + ], + "tests.micropython.heapalloc_int_from_bytes": [], + "tests.micropython.heapalloc_iter": [ + { + "caller": "tests.micropython.heapalloc_iter.do_iter", + "callee": ".micropython.heap_lock", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.heapalloc_iter.do_iter", + "callee": ".micropython.heap_unlock", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.heapalloc_iter.", + "callee": "tests.micropython.heapalloc_iter.gen_func", + "lineno": 40, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc_iter.", + "callee": ".micropython.heap_lock", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.heapalloc_iter.", + "callee": ".micropython.heap_unlock", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.heapalloc_iter.", + "callee": ".micropython.heap_lock", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.heapalloc_iter.", + "callee": ".micropython.heap_unlock", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.heapalloc_iter.", + "callee": ".micropython.heap_lock", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.heapalloc_iter.", + "callee": ".micropython.heap_unlock", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.heapalloc_iter.", + "callee": "tests.micropython.heapalloc_iter.do_iter", + "lineno": 68, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc_iter.", + "callee": "tests.micropython.heapalloc_iter.do_iter", + "lineno": 69, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc_iter.", + "callee": "tests.micropython.heapalloc_iter.do_iter", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc_iter.", + "callee": "tests.micropython.heapalloc_iter.do_iter", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc_iter.", + "callee": "tests.micropython.heapalloc_iter.do_iter", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc_iter.", + "callee": "tests.micropython.heapalloc_iter.do_iter", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc_iter.", + "callee": "tests.micropython.heapalloc_iter.do_iter", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc_iter.", + "callee": "tests.micropython.heapalloc_iter.do_iter", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc_iter.", + "callee": "tests.micropython.heapalloc_iter.do_iter", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc_iter.", + "callee": "tests.micropython.heapalloc_iter.do_iter", + "lineno": 77, + "resolution": "direct_name_call" + } + ], + "tests.micropython.heapalloc_slice": [ + { + "caller": "tests.micropython.heapalloc_slice.", + "callee": ".micropython.heap_lock", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.heapalloc_slice.", + "callee": ".micropython.heap_unlock", + "lineno": 16, + "resolution": "external_constructor_call" + } + ], + "tests.micropython.heapalloc_str": [], + "tests.micropython.heapalloc_super": [ + { + "caller": "tests.micropython.heapalloc_super.", + "callee": "tests.micropython.heapalloc_super.stackless", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc_super.", + "callee": "tests.micropython.heapalloc_super.B.", + "lineno": 38, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.micropython.heapalloc_super.", + "callee": "tests.micropython.heapalloc_super.B.foo", + "lineno": 41, + "resolution": "local_typed_method_call" + } + ], + "tests.micropython.heapalloc_traceback": [ + { + "caller": "tests.micropython.heapalloc_traceback.", + "callee": "tests.micropython.heapalloc_traceback.test", + "lineno": 31, + "resolution": "direct_name_call" + } + ], + "tests.micropython.heapalloc_yield_from": [ + { + "caller": "tests.micropython.heapalloc_yield_from.", + "callee": "tests.micropython.heapalloc_yield_from.gen", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc_yield_from.", + "callee": "tests.micropython.heapalloc_yield_from.sub_gen", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc_yield_from.", + "callee": "tests.micropython.heapalloc_yield_from.gen", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.heapalloc_yield_from.", + "callee": "tests.micropython.heapalloc_yield_from.G.__init__", + "lineno": 43, + "resolution": "same_module_class_call" + } + ], + "tests.micropython.heap_lock": [ + { + "caller": "tests.micropython.heap_lock.", + "callee": ".list.extend", + "lineno": 23, + "resolution": "local_builtin_method_call" + } + ], + "tests.micropython.heap_locked": [], + "tests.micropython.import_mpy_invalid": [ + { + "caller": "tests.micropython.import_mpy_invalid.UserFS.open", + "callee": "tests.micropython.import_mpy_invalid.UserFile.__init__", + "lineno": 46, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.micropython.import_mpy_invalid.", + "callee": "tests.micropython.import_mpy_invalid.UserFS.__init__", + "lineno": 57, + "resolution": "same_module_class_call" + } + ], + "tests.micropython.import_mpy_native": [ + { + "caller": "tests.micropython.import_mpy_native.UserFS.open", + "callee": "tests.micropython.import_mpy_native.UserFile.__init__", + "lineno": 52, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.micropython.import_mpy_native.", + "callee": "tests.micropython.import_mpy_native.UserFS.__init__", + "lineno": 115, + "resolution": "same_module_class_call" + } + ], + "tests.micropython.import_mpy_native_gc": [ + { + "caller": "tests.micropython.import_mpy_native_gc.UserFS.open", + "callee": "tests.micropython.import_mpy_native_gc.UserFile.__init__", + "lineno": 46, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.micropython.import_mpy_native_gc.", + "callee": "tests.micropython.import_mpy_native_gc.UserFS.__init__", + "lineno": 81, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.micropython.import_mpy_native_gc.", + "callee": ".features0.get", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.import_mpy_native_gc.", + "callee": ".features0.add1", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.import_mpy_native_gc.recurse", + "callee": "tests.micropython.import_mpy_native_gc.recurse", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.import_mpy_native_gc.", + "callee": "tests.micropython.import_mpy_native_gc.recurse", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.import_mpy_native_gc.", + "callee": ".features0.get", + "lineno": 112, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.import_mpy_native_gc.", + "callee": ".features0.add1", + "lineno": 113, + "resolution": "external_constructor_call" + } + ], + "tests.micropython.incomplete_exc": [], + "tests.micropython.io_badlength": [ + { + "caller": "tests.micropython.io_badlength.", + "callee": "tests.micropython.io_badlength.S.", + "lineno": 25, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.micropython.io_badlength.", + "callee": "tests.micropython.io_badlength.S.", + "lineno": 32, + "resolution": "same_module_class_call" + } + ], + "tests.micropython.kbd_intr": [], + "tests.micropython.meminfo": [], + "tests.micropython.memstats": [], + "tests.micropython.native_closure": [ + { + "caller": "tests.micropython.native_closure.", + "callee": "tests.micropython.native_closure.f", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.native_closure.", + "callee": "tests.micropython.native_closure.f", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.native_closure.", + "callee": "tests.micropython.native_closure.f", + "lineno": 46, + "resolution": "direct_name_call" + } + ], + "tests.micropython.native_const": [ + { + "caller": "tests.micropython.native_const.", + "callee": "tests.micropython.native_const.f", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.native_const.", + "callee": "tests.micropython.native_const.f", + "lineno": 21, + "resolution": "direct_name_call" + } + ], + "tests.micropython.native_const_intbig": [ + { + "caller": "tests.micropython.native_const_intbig.", + "callee": "tests.micropython.native_const_intbig.f", + "lineno": 9, + "resolution": "direct_name_call" + } + ], + "tests.micropython.native_for": [ + { + "caller": "tests.micropython.native_for.", + "callee": "tests.micropython.native_for.f1", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.native_for.", + "callee": "tests.micropython.native_for.f2", + "lineno": 19, + "resolution": "direct_name_call" + } + ], + "tests.micropython.native_fun_attrs": [], + "tests.micropython.native_fun_attrs_code": [], + "tests.micropython.native_gen": [ + { + "caller": "tests.micropython.native_gen.", + "callee": "tests.micropython.native_gen.gen1", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.native_gen.", + "callee": "tests.micropython.native_gen.gen2", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.native_gen.", + "callee": "tests.micropython.native_gen.gen3", + "lineno": 41, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.native_gen.", + "callee": "tests.micropython.native_gen.gen4", + "lineno": 56, + "resolution": "direct_name_call" + } + ], + "tests.micropython.native_marshal": [ + { + "caller": "tests.micropython.native_marshal.Test.test_native_function", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.micropython.native_marshal.Test.test_viper_function", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 40, + "resolution": "external_inherited_call" + } + ], + "tests.micropython.native_misc": [ + { + "caller": "tests.micropython.native_misc.", + "callee": "tests.micropython.native_misc.native_test", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.native_misc.", + "callee": "tests.micropython.native_misc.native_test", + "lineno": 16, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.native_misc.", + "callee": "tests.micropython.native_misc.f", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.native_misc.", + "callee": "tests.micropython.native_misc.f", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.native_misc.", + "callee": "tests.micropython.native_misc.f", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.native_misc.", + "callee": "tests.micropython.native_misc.f", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.native_misc.", + "callee": "tests.micropython.native_misc.f", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.native_misc.", + "callee": "tests.micropython.native_misc.f", + "lineno": 54, + "resolution": "direct_name_call" + } + ], + "tests.micropython.native_try": [ + { + "caller": "tests.micropython.native_try.", + "callee": "tests.micropython.native_try.f", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.native_try.", + "callee": "tests.micropython.native_try.f", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.native_try.", + "callee": "tests.micropython.native_try.f", + "lineno": 48, + "resolution": "direct_name_call" + } + ], + "tests.micropython.native_try_deep": [ + { + "caller": "tests.micropython.native_try_deep.", + "callee": "tests.micropython.native_try_deep.f", + "lineno": 37, + "resolution": "direct_name_call" + } + ], + "tests.micropython.native_while": [ + { + "caller": "tests.micropython.native_while.", + "callee": "tests.micropython.native_while.f", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.native_while.", + "callee": "tests.micropython.native_while.f", + "lineno": 13, + "resolution": "direct_name_call" + } + ], + "tests.micropython.native_with": [ + { + "caller": "tests.micropython.native_with.f", + "callee": "tests.micropython.native_with.C.__init__", + "lineno": 19, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.micropython.native_with.", + "callee": "tests.micropython.native_with.f", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.native_with.f", + "callee": "tests.micropython.native_with.C.__init__", + "lineno": 30, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.micropython.native_with.", + "callee": "tests.micropython.native_with.f", + "lineno": 38, + "resolution": "direct_name_call" + } + ], + "tests.micropython.opt_level": [], + "tests.micropython.opt_level_lineno": [], + "tests.micropython.ringio": [], + "tests.micropython.ringio_async": [ + { + "caller": "tests.micropython.ringio_async.main", + "callee": "tests.micropython.ringio_async.data_writer", + "lineno": 26, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.ringio_async.", + "callee": "tests.micropython.ringio_async.main", + "lineno": 34, + "resolution": "direct_name_call" + } + ], + "tests.micropython.ringio_big": [ + { + "caller": "tests.micropython.ringio_big.", + "callee": ".list.append", + "lineno": 21, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.micropython.ringio_big.", + "callee": ".list.append", + "lineno": 33, + "resolution": "local_builtin_method_call" + } + ], + "tests.micropython.schedule": [], + "tests.micropython.schedule_sleep": [], + "tests.micropython.stack_use": [], + "tests.micropython.test_normalize_newlines": [], + "tests.micropython.viper_addr": [ + { + "caller": "tests.micropython.viper_addr.", + "callee": "tests.micropython.viper_addr.get_addr", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_addr.", + "callee": "tests.micropython.viper_addr.memset", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_addr.", + "callee": "tests.micropython.viper_addr.memset", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_addr.", + "callee": "tests.micropython.viper_addr.memset", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_addr.", + "callee": "tests.micropython.viper_addr.memsum", + "lineno": 43, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_binop_arith": [ + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.add", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.add", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.add", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.add", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.sub", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.sub", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.sub", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.sub", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.mul", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.mul", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.mul", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.mul", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.mul", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.mul", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.shl", + "lineno": 47, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.shl", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.shl", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.shl", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.shl", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.shr", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.shr", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.shr", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.shr", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.and_", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.and_", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.and_", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.and_", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.or_", + "lineno": 81, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.or_", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.or_", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.xor", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.xor", + "lineno": 92, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith.", + "callee": "tests.micropython.viper_binop_arith.xor", + "lineno": 93, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_binop_arith_uint": [ + { + "caller": "tests.micropython.viper_binop_arith_uint.", + "callee": "tests.micropython.viper_binop_arith_uint.add", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith_uint.", + "callee": "tests.micropython.viper_binop_arith_uint.add", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith_uint.", + "callee": "tests.micropython.viper_binop_arith_uint.sub", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith_uint.", + "callee": "tests.micropython.viper_binop_arith_uint.sub", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith_uint.", + "callee": "tests.micropython.viper_binop_arith_uint.mul", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith_uint.", + "callee": "tests.micropython.viper_binop_arith_uint.mul", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_arith_uint.", + "callee": "tests.micropython.viper_binop_arith_uint.mul", + "lineno": 32, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_binop_bitwise_uint": [ + { + "caller": "tests.micropython.viper_binop_bitwise_uint.", + "callee": "tests.micropython.viper_binop_bitwise_uint.shl", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_bitwise_uint.", + "callee": "tests.micropython.viper_binop_bitwise_uint.shl", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_bitwise_uint.", + "callee": "tests.micropython.viper_binop_bitwise_uint.shl", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_bitwise_uint.", + "callee": "tests.micropython.viper_binop_bitwise_uint.shr", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_bitwise_uint.", + "callee": "tests.micropython.viper_binop_bitwise_uint.shr", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_bitwise_uint.", + "callee": "tests.micropython.viper_binop_bitwise_uint.shr", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_bitwise_uint.", + "callee": "tests.micropython.viper_binop_bitwise_uint.and_", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_bitwise_uint.", + "callee": "tests.micropython.viper_binop_bitwise_uint.and_", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_bitwise_uint.", + "callee": "tests.micropython.viper_binop_bitwise_uint.and_", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_bitwise_uint.", + "callee": "tests.micropython.viper_binop_bitwise_uint.and_", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_bitwise_uint.", + "callee": "tests.micropython.viper_binop_bitwise_uint.or_", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_bitwise_uint.", + "callee": "tests.micropython.viper_binop_bitwise_uint.or_", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_bitwise_uint.", + "callee": "tests.micropython.viper_binop_bitwise_uint.or_", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_bitwise_uint.", + "callee": "tests.micropython.viper_binop_bitwise_uint.xor", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_bitwise_uint.", + "callee": "tests.micropython.viper_binop_bitwise_uint.xor", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_bitwise_uint.", + "callee": "tests.micropython.viper_binop_bitwise_uint.xor", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_bitwise_uint.", + "callee": "tests.micropython.viper_binop_bitwise_uint.xor", + "lineno": 58, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_binop_comp": [ + { + "caller": "tests.micropython.viper_binop_comp.", + "callee": "tests.micropython.viper_binop_comp.f", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_comp.", + "callee": "tests.micropython.viper_binop_comp.f", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_comp.", + "callee": "tests.micropython.viper_binop_comp.f", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_comp.", + "callee": "tests.micropython.viper_binop_comp.f", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_comp.", + "callee": "tests.micropython.viper_binop_comp.f", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_binop_comp_imm": [ + { + "caller": "tests.micropython.viper_binop_comp_imm.", + "callee": "tests.micropython.viper_binop_comp_imm.f", + "lineno": 7, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_comp_imm.", + "callee": "tests.micropython.viper_binop_comp_imm.f", + "lineno": 8, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_comp_imm.", + "callee": "tests.micropython.viper_binop_comp_imm.f", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_comp_imm.", + "callee": "tests.micropython.viper_binop_comp_imm.f", + "lineno": 10, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_binop_comp_uint": [ + { + "caller": "tests.micropython.viper_binop_comp_uint.test", + "callee": "tests.micropython.viper_binop_comp_uint.f", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_comp_uint.", + "callee": "tests.micropython.viper_binop_comp_uint.test", + "lineno": 26, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_comp_uint.", + "callee": "tests.micropython.viper_binop_comp_uint.test", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_comp_uint.", + "callee": "tests.micropython.viper_binop_comp_uint.test", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_comp_uint.", + "callee": "tests.micropython.viper_binop_comp_uint.test", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_comp_uint.", + "callee": "tests.micropython.viper_binop_comp_uint.test", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_comp_uint.", + "callee": "tests.micropython.viper_binop_comp_uint.test", + "lineno": 31, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_binop_divmod": [ + { + "caller": "tests.micropython.viper_binop_divmod.dm", + "callee": "tests.micropython.viper_binop_divmod.div", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_divmod.dm", + "callee": "tests.micropython.viper_binop_divmod.mod", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_divmod.", + "callee": "tests.micropython.viper_binop_divmod.dm", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_binop_multi_comp": [ + { + "caller": "tests.micropython.viper_binop_multi_comp.", + "callee": "tests.micropython.viper_binop_multi_comp.f", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_multi_comp.", + "callee": "tests.micropython.viper_binop_multi_comp.f", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_multi_comp.", + "callee": "tests.micropython.viper_binop_multi_comp.f", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_multi_comp.", + "callee": "tests.micropython.viper_binop_multi_comp.f", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_binop_multi_comp.", + "callee": "tests.micropython.viper_binop_multi_comp.f", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_cond": [ + { + "caller": "tests.micropython.viper_cond.", + "callee": "tests.micropython.viper_cond.f", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_cond.", + "callee": "tests.micropython.viper_cond.f", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_cond.", + "callee": "tests.micropython.viper_cond.g", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_cond.", + "callee": "tests.micropython.viper_cond.h", + "lineno": 44, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_const": [ + { + "caller": "tests.micropython.viper_const.", + "callee": "tests.micropython.viper_const.f", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_const.", + "callee": "tests.micropython.viper_const.f", + "lineno": 21, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_const_intbig": [ + { + "caller": "tests.micropython.viper_const_intbig.", + "callee": "tests.micropython.viper_const_intbig.f", + "lineno": 9, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_error": [ + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 16, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 40, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 68, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 69, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 80, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_error.", + "callee": "tests.micropython.viper_error.test", + "lineno": 90, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_globals": [], + "tests.micropython.viper_import": [ + { + "caller": "tests.micropython.viper_import.f", + "callee": ".micropython.const", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.micropython.viper_import.", + "callee": "tests.micropython.viper_import.f", + "lineno": 15, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_large_jump": [], + "tests.micropython.viper_misc": [ + { + "caller": "tests.micropython.viper_misc.", + "callee": "tests.micropython.viper_misc.viper_int", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_misc.", + "callee": "tests.micropython.viper_misc.viper_object", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_misc.", + "callee": "tests.micropython.viper_misc.viper_ret_none", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_misc.", + "callee": "tests.micropython.viper_misc.viper_ret_ellipsis", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_misc.", + "callee": "tests.micropython.viper_misc.viper_3args", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_misc.", + "callee": "tests.micropython.viper_misc.viper_4args", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_misc.", + "callee": "tests.micropython.viper_misc.viper_local", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_misc.", + "callee": "tests.micropython.viper_misc.viper_no_annotation", + "lineno": 76, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_misc2": [ + { + "caller": "tests.micropython.viper_misc2.", + "callee": "tests.micropython.viper_misc2.expand", + "lineno": 21, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_misc3": [ + { + "caller": "tests.micropython.viper_misc3.", + "callee": "tests.micropython.viper_misc3.viper_for", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_misc3.", + "callee": "tests.micropython.viper_misc3.viper_access_global", + "lineno": 26, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_misc3.", + "callee": "tests.micropython.viper_misc3.viper_print", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_misc3.", + "callee": "tests.micropython.viper_misc3.viper_tuple_consts", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_misc3.", + "callee": "tests.micropython.viper_misc3.viper_tuple", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_misc3.", + "callee": "tests.micropython.viper_misc3.viper_list", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_misc3.", + "callee": "tests.micropython.viper_misc3.viper_set", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_misc3.", + "callee": "tests.micropython.viper_misc3.viper_raise", + "lineno": 81, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_misc3.", + "callee": "tests.micropython.viper_misc3.viper_gc", + "lineno": 92, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_misc3.", + "callee": "tests.micropython.viper_misc3.viper_gc", + "lineno": 96, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_misc_intbig": [ + { + "caller": "tests.micropython.viper_misc_intbig.", + "callee": "tests.micropython.viper_misc_intbig.viper_uint", + "lineno": 12, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_preserve_invariants": [ + { + "caller": "tests.micropython.viper_preserve_invariants.", + "callee": ".str.format", + "lineno": 32, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.micropython.viper_preserve_invariants.", + "callee": ".str.format", + "lineno": 33, + "resolution": "local_builtin_method_call" + } + ], + "tests.micropython.viper_ptr16_load": [ + { + "caller": "tests.micropython.viper_ptr16_load.", + "callee": "tests.micropython.viper_ptr16_load.get", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr16_load.", + "callee": "tests.micropython.viper_ptr16_load.get1", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr16_load.", + "callee": "tests.micropython.viper_ptr16_load.memadd", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr16_load.", + "callee": "tests.micropython.viper_ptr16_load.memadd2", + "lineno": 37, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_ptr16_load_boundary": [ + { + "caller": "tests.micropython.viper_ptr16_load_boundary.", + "callee": "tests.micropython.viper_ptr16_load_boundary.data", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr16_load_boundary.", + "callee": "tests.micropython.viper_ptr16_load_boundary.get_index", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr16_load_boundary.", + "callee": "tests.micropython.viper_ptr16_load_boundary.get_index", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr16_load_boundary.", + "callee": "tests.micropython.viper_ptr16_load_boundary.get_index", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr16_load_boundary.", + "callee": ".str.format", + "lineno": 37, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.micropython.viper_ptr16_load_boundary.", + "callee": ".str.format", + "lineno": 38, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.micropython.viper_ptr16_load_boundary.", + "callee": ".str.format", + "lineno": 39, + "resolution": "local_builtin_method_call" + } + ], + "tests.micropython.viper_ptr16_store": [ + { + "caller": "tests.micropython.viper_ptr16_store.", + "callee": "tests.micropython.viper_ptr16_store.set", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr16_store.", + "callee": "tests.micropython.viper_ptr16_store.set1", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr16_store.", + "callee": "tests.micropython.viper_ptr16_store.memset", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr16_store.", + "callee": "tests.micropython.viper_ptr16_store.memset2", + "lineno": 40, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_ptr16_store_boundary": [ + { + "caller": "tests.micropython.viper_ptr16_store_boundary.", + "callee": ".str.format", + "lineno": 49, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.micropython.viper_ptr16_store_boundary.", + "callee": "tests.micropython.viper_ptr16_store_boundary.next_value", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr16_store_boundary.", + "callee": "tests.micropython.viper_ptr16_store_boundary.get_index", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr16_store_boundary.", + "callee": "tests.micropython.viper_ptr16_store_boundary.set_index", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr16_store_boundary.", + "callee": "tests.micropython.viper_ptr16_store_boundary.next_value", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr16_store_boundary.", + "callee": "tests.micropython.viper_ptr16_store_boundary.get_index", + "lineno": 63, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_ptr32_load": [ + { + "caller": "tests.micropython.viper_ptr32_load.", + "callee": "tests.micropython.viper_ptr32_load.get", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr32_load.", + "callee": "tests.micropython.viper_ptr32_load.get1", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr32_load.", + "callee": "tests.micropython.viper_ptr32_load.memadd", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr32_load.", + "callee": "tests.micropython.viper_ptr32_load.memadd2", + "lineno": 36, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_ptr32_load_boundary": [ + { + "caller": "tests.micropython.viper_ptr32_load_boundary.", + "callee": "tests.micropython.viper_ptr32_load_boundary.data", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr32_load_boundary.", + "callee": "tests.micropython.viper_ptr32_load_boundary.get_index", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr32_load_boundary.", + "callee": "tests.micropython.viper_ptr32_load_boundary.get_index", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr32_load_boundary.", + "callee": "tests.micropython.viper_ptr32_load_boundary.get_index", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr32_load_boundary.", + "callee": ".str.format", + "lineno": 37, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.micropython.viper_ptr32_load_boundary.", + "callee": ".str.format", + "lineno": 38, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.micropython.viper_ptr32_load_boundary.", + "callee": ".str.format", + "lineno": 39, + "resolution": "local_builtin_method_call" + } + ], + "tests.micropython.viper_ptr32_store": [ + { + "caller": "tests.micropython.viper_ptr32_store.", + "callee": "tests.micropython.viper_ptr32_store.set", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr32_store.", + "callee": "tests.micropython.viper_ptr32_store.set1", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr32_store.", + "callee": "tests.micropython.viper_ptr32_store.memset", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr32_store.", + "callee": "tests.micropython.viper_ptr32_store.memset2", + "lineno": 40, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_ptr32_store_boundary": [ + { + "caller": "tests.micropython.viper_ptr32_store_boundary.", + "callee": ".str.format", + "lineno": 54, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.micropython.viper_ptr32_store_boundary.", + "callee": "tests.micropython.viper_ptr32_store_boundary.next_value", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr32_store_boundary.", + "callee": "tests.micropython.viper_ptr32_store_boundary.get_index", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr32_store_boundary.", + "callee": "tests.micropython.viper_ptr32_store_boundary.set_index", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr32_store_boundary.", + "callee": "tests.micropython.viper_ptr32_store_boundary.next_value", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr32_store_boundary.", + "callee": "tests.micropython.viper_ptr32_store_boundary.get_index", + "lineno": 68, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_ptr8_load": [ + { + "caller": "tests.micropython.viper_ptr8_load.", + "callee": "tests.micropython.viper_ptr8_load.get", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr8_load.", + "callee": "tests.micropython.viper_ptr8_load.get1", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr8_load.", + "callee": "tests.micropython.viper_ptr8_load.memadd", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr8_load.", + "callee": "tests.micropython.viper_ptr8_load.memadd2", + "lineno": 36, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_ptr8_load_boundary": [ + { + "caller": "tests.micropython.viper_ptr8_load_boundary.", + "callee": "tests.micropython.viper_ptr8_load_boundary.data", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr8_load_boundary.", + "callee": "tests.micropython.viper_ptr8_load_boundary.get_index", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr8_load_boundary.", + "callee": "tests.micropython.viper_ptr8_load_boundary.get_index", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr8_load_boundary.", + "callee": "tests.micropython.viper_ptr8_load_boundary.get_index", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr8_load_boundary.", + "callee": ".str.format", + "lineno": 36, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.micropython.viper_ptr8_load_boundary.", + "callee": ".str.format", + "lineno": 37, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.micropython.viper_ptr8_load_boundary.", + "callee": ".str.format", + "lineno": 38, + "resolution": "local_builtin_method_call" + } + ], + "tests.micropython.viper_ptr8_store": [ + { + "caller": "tests.micropython.viper_ptr8_store.", + "callee": "tests.micropython.viper_ptr8_store.set", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr8_store.", + "callee": "tests.micropython.viper_ptr8_store.set1", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr8_store.", + "callee": "tests.micropython.viper_ptr8_store.memset", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr8_store.", + "callee": "tests.micropython.viper_ptr8_store.memset2", + "lineno": 40, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_ptr8_store_boundary": [ + { + "caller": "tests.micropython.viper_ptr8_store_boundary.", + "callee": ".str.format", + "lineno": 49, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.micropython.viper_ptr8_store_boundary.", + "callee": "tests.micropython.viper_ptr8_store_boundary.next_value", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr8_store_boundary.", + "callee": "tests.micropython.viper_ptr8_store_boundary.get_index", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr8_store_boundary.", + "callee": "tests.micropython.viper_ptr8_store_boundary.set_index", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr8_store_boundary.", + "callee": "tests.micropython.viper_ptr8_store_boundary.next_value", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_ptr8_store_boundary.", + "callee": "tests.micropython.viper_ptr8_store_boundary.get_index", + "lineno": 63, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_storeattr": [ + { + "caller": "tests.micropython.viper_storeattr.", + "callee": "tests.micropython.viper_storeattr.X.", + "lineno": 9, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.micropython.viper_storeattr.", + "callee": "tests.micropython.viper_storeattr.a", + "lineno": 20, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_subscr": [ + { + "caller": "tests.micropython.viper_subscr.", + "callee": "tests.micropython.viper_subscr.set", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_subscr.", + "callee": "tests.micropython.viper_subscr.get", + "lineno": 23, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_subscr_multi": [ + { + "caller": "tests.micropython.viper_subscr_multi.", + "callee": "tests.micropython.viper_subscr_multi.f1", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_subscr_multi.", + "callee": "tests.micropython.viper_subscr_multi.f2", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_subscr_multi.", + "callee": "tests.micropython.viper_subscr_multi.f3", + "lineno": 29, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_try": [ + { + "caller": "tests.micropython.viper_try.", + "callee": "tests.micropython.viper_try.f", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_try.", + "callee": "tests.micropython.viper_try.f", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_try.", + "callee": "tests.micropython.viper_try.f", + "lineno": 48, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_types": [ + { + "caller": "tests.micropython.viper_types.", + "callee": "tests.micropython.viper_types.f1", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_types.", + "callee": "tests.micropython.viper_types.f1", + "lineno": 13, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_types.", + "callee": "tests.micropython.viper_types.f1", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_types.", + "callee": "tests.micropython.viper_types.f1", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_types.", + "callee": "tests.micropython.viper_types.f2", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_types.", + "callee": "tests.micropython.viper_types.f2", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_types.", + "callee": "tests.micropython.viper_types.f3", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_types.", + "callee": "tests.micropython.viper_types.f3", + "lineno": 35, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_unop": [ + { + "caller": "tests.micropython.viper_unop.", + "callee": "tests.micropython.viper_unop.pos", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_unop.", + "callee": "tests.micropython.viper_unop.pos", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_unop.", + "callee": "tests.micropython.viper_unop.pos", + "lineno": 11, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_unop.", + "callee": "tests.micropython.viper_unop.neg", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_unop.", + "callee": "tests.micropython.viper_unop.neg", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_unop.", + "callee": "tests.micropython.viper_unop.neg", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_unop.", + "callee": "tests.micropython.viper_unop.inv", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_unop.", + "callee": "tests.micropython.viper_unop.inv", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_unop.", + "callee": "tests.micropython.viper_unop.inv", + "lineno": 31, + "resolution": "direct_name_call" + } + ], + "tests.micropython.viper_with": [ + { + "caller": "tests.micropython.viper_with.f", + "callee": "tests.micropython.viper_with.C.__init__", + "lineno": 19, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.micropython.viper_with.", + "callee": "tests.micropython.viper_with.f", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.micropython.viper_with.f", + "callee": "tests.micropython.viper_with.C.__init__", + "lineno": 30, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.micropython.viper_with.", + "callee": "tests.micropython.viper_with.f", + "lineno": 38, + "resolution": "direct_name_call" + } + ], + "tests.misc.cexample_class": [], + "tests.misc.cexample_module": [], + "tests.misc.cexample_subclass": [ + { + "caller": "tests.misc.cexample_subclass.", + "callee": "tests.misc.cexample_subclass.SubTimer.__init__", + "lineno": 38, + "resolution": "same_module_class_call" + } + ], + "tests.misc.features": [ + { + "caller": "tests.misc.features.", + "callee": "tests.misc.features.ten", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.features.", + "callee": ".list.append", + "lineno": 37, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.misc.features.", + "callee": "tests.misc.features.p", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.features.", + "callee": "tests.misc.features.p", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.features.A.print", + "callee": "tests.misc.features.A.print", + "lineno": 57, + "resolution": "same_class_name_call" + }, + { + "caller": "tests.misc.features.", + "callee": "tests.misc.features.A.__init__", + "lineno": 63, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.misc.features.", + "callee": "tests.misc.features.A.print", + "lineno": 64, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.misc.features.", + "callee": "tests.misc.features.A.set", + "lineno": 65, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.misc.features.", + "callee": "tests.misc.features.A.print", + "lineno": 66, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.misc.features.", + "callee": "tests.misc.features.A.__init__", + "lineno": 67, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.misc.features.", + "callee": "tests.misc.features.A.set", + "lineno": 68, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.misc.features.", + "callee": "tests.misc.features.A.print", + "lineno": 69, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.misc.features.", + "callee": "tests.misc.features.gcheck", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.features.", + "callee": "tests.misc.features.f", + "lineno": 120, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.features.", + "callee": "tests.misc.features.A.__init__", + "lineno": 133, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.misc.features.fib2", + "callee": ".list.append", + "lineno": 159, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.misc.features.", + "callee": "tests.misc.features.fib2", + "lineno": 164, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.features.", + "callee": "tests.misc.features.f", + "lineno": 176, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.features.u", + "callee": "tests.misc.features.u", + "lineno": 195, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.features.u", + "callee": "tests.misc.features.u", + "lineno": 195, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.features.", + "callee": "tests.misc.features.u", + "lineno": 198, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.features.", + "callee": "tests.misc.features.u49", + "lineno": 205, + "resolution": "direct_name_call" + } + ], + "tests.misc.non_compliant": [], + "tests.misc.non_compliant_lexer": [ + { + "caller": "tests.misc.non_compliant_lexer.", + "callee": "tests.misc.non_compliant_lexer.test", + "lineno": 33, + "resolution": "direct_name_call" + } + ], + "tests.misc.print_exception": [ + { + "caller": "tests.misc.print_exception.", + "callee": "tests.misc.print_exception.print_exc", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.print_exception.f", + "callee": "tests.misc.print_exception.g", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.print_exception.", + "callee": "tests.misc.print_exception.f", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.print_exception.", + "callee": "tests.misc.print_exception.print_exc", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.print_exception.", + "callee": "tests.misc.print_exception.f", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.print_exception.", + "callee": "tests.misc.print_exception.print_exc", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.print_exception.", + "callee": "tests.misc.print_exception.f", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.print_exception.", + "callee": "tests.misc.print_exception.print_exc", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.print_exception.", + "callee": "tests.misc.print_exception.print_exc", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.print_exception.f", + "callee": "tests.misc.print_exception.f", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.print_exception.", + "callee": "tests.misc.print_exception.f", + "lineno": 88, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.print_exception.", + "callee": "tests.misc.print_exception.print_exc", + "lineno": 90, + "resolution": "direct_name_call" + } + ], + "tests.misc.rge_sm": [ + { + "caller": "tests.misc.rge_sm.RungeKutta.solve", + "callee": "tests.misc.rge_sm.RungeKutta.iterate", + "lineno": 39, + "resolution": "self_method_call" + }, + { + "caller": "tests.misc.rge_sm.singleTraj", + "callee": "tests.misc.rge_sm.RungeKutta.__init__", + "lineno": 80, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.misc.rge_sm.singleTraj", + "callee": "tests.misc.rge_sm.RungeKutta.solve", + "lineno": 82, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.misc.rge_sm.", + "callee": "tests.misc.rge_sm.singleTraj", + "lineno": 102, + "resolution": "direct_name_call" + } + ], + "tests.misc.sys_atexit": [], + "tests.misc.sys_exc_info": [ + { + "caller": "tests.misc.sys_exc_info.", + "callee": "tests.misc.sys_exc_info.f", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.sys_exc_info.", + "callee": "tests.misc.sys_exc_info.f", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "tests.misc.sys_settrace_cov": [ + { + "caller": "tests.misc.sys_settrace_cov.", + "callee": "tests.misc.sys_settrace_cov.f", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "tests.misc.sys_settrace_features": [ + { + "caller": "tests.misc.sys_settrace_features.print_stacktrace", + "callee": "tests.misc.sys_settrace_features.print_stacktrace", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.sys_settrace_features.print_stacktrace", + "callee": "tests.misc.sys_settrace_features.print_stacktrace", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.sys_settrace_features._Prof.trace_tick", + "callee": "tests.misc.sys_settrace_features.print_stacktrace", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.sys_settrace_features.", + "callee": "tests.misc.sys_settrace_features._Prof.", + "lineno": 47, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.misc.sys_settrace_features.trace_tick_handler_alice", + "callee": "tests.misc.sys_settrace_features._Prof.trace_tick", + "lineno": 54, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.misc.sys_settrace_features.trace_tick_handler_bob", + "callee": "tests.misc.sys_settrace_features._Prof.trace_tick", + "lineno": 63, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.misc.sys_settrace_features.trace_tick_handler", + "callee": "tests.misc.sys_settrace_features._Prof.trace_tick", + "lineno": 80, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.misc.sys_settrace_features.factorial", + "callee": "tests.misc.sys_settrace_features.factorial", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.sys_settrace_features.do_tests", + "callee": "tests.misc.sys_settrace_features.factorial", + "lineno": 108, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.sys_settrace_features.", + "callee": "tests.misc.sys_settrace_features.do_tests", + "lineno": 117, + "resolution": "direct_name_call" + } + ], + "tests.misc.sys_settrace_generator": [ + { + "caller": "tests.misc.sys_settrace_generator.print_stacktrace", + "callee": "tests.misc.sys_settrace_generator.print_stacktrace", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.sys_settrace_generator.trace_tick_handler", + "callee": "tests.misc.sys_settrace_generator.print_stacktrace", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.sys_settrace_generator.test_generator", + "callee": "tests.misc.sys_settrace_generator.test_generator.make_gen", + "lineno": 48, + "resolution": "nested_function_call" + }, + { + "caller": "tests.misc.sys_settrace_generator.test_generator", + "callee": "tests.misc.sys_settrace_generator.test_generator.make_gen", + "lineno": 59, + "resolution": "nested_function_call" + }, + { + "caller": "tests.misc.sys_settrace_generator.", + "callee": "tests.misc.sys_settrace_generator.test_generator", + "lineno": 67, + "resolution": "direct_name_call" + } + ], + "tests.misc.sys_settrace_loop": [ + { + "caller": "tests.misc.sys_settrace_loop.print_stacktrace", + "callee": "tests.misc.sys_settrace_loop.print_stacktrace", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.sys_settrace_loop.trace_tick_handler", + "callee": "tests.misc.sys_settrace_loop.print_stacktrace", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.sys_settrace_loop.", + "callee": "tests.misc.sys_settrace_loop.test_loop", + "lineno": 58, + "resolution": "direct_name_call" + } + ], + "tests.misc.sys_settrace_subdir.sys_settrace_generic": [ + { + "caller": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_func", + "callee": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_func.test_sub_func", + "lineno": 9, + "resolution": "nested_function_call" + }, + { + "caller": "tests.misc.sys_settrace_subdir.sys_settrace_generic.run_tests", + "callee": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_func", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.sys_settrace_subdir.sys_settrace_generic.run_tests", + "callee": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_closure", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.sys_settrace_subdir.sys_settrace_generic.run_tests", + "callee": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_exception", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.sys_settrace_subdir.sys_settrace_generic.run_tests", + "callee": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_listcomp", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.sys_settrace_subdir.sys_settrace_generic.run_tests", + "callee": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_lambda", + "lineno": 88, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.sys_settrace_subdir.sys_settrace_generic.run_tests", + "callee": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_class", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "tests.misc.sys_settrace_subdir.sys_settrace_generic.run_tests", + "callee": "tests.misc.sys_settrace_subdir.sys_settrace_generic.test_import", + "lineno": 90, + "resolution": "direct_name_call" + } + ], + "tests.misc.sys_settrace_subdir.sys_settrace_importme": [], + "tests.multi_bluetooth.ble_characteristic": [ + { + "caller": "tests.multi_bluetooth.ble_characteristic.", + "callee": ".micropython.const", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.", + "callee": ".micropython.const", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.", + "callee": ".micropython.const", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.", + "callee": ".micropython.const", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.", + "callee": ".micropython.const", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.", + "callee": ".micropython.const", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.", + "callee": ".micropython.const", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "callee": ".dict.pop", + "lineno": 84, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance0", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 103, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance0", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 109, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance0", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 119, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance0", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance0", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 132, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance0", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 137, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance0", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 142, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance1", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 156, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance1", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 160, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance1", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 161, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance1", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance1", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 171, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance1", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 173, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance1", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 176, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance1", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 181, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance1", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 183, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance1", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 186, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance1", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 191, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance1", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 193, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance1", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 196, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance1", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 201, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_characteristic.instance1", + "callee": "tests.multi_bluetooth.ble_characteristic.wait_for_event", + "lineno": 205, + "resolution": "direct_name_call" + } + ], + "tests.multi_bluetooth.ble_descriptor": [ + { + "caller": "tests.multi_bluetooth.ble_descriptor.", + "callee": ".micropython.const", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.", + "callee": ".micropython.const", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.", + "callee": ".micropython.const", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.", + "callee": ".micropython.const", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.", + "callee": ".micropython.const", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.", + "callee": ".micropython.const", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.", + "callee": ".micropython.const", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.", + "callee": ".micropython.const", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.wait_for_event", + "callee": ".dict.pop", + "lineno": 93, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.instance0", + "callee": "tests.multi_bluetooth.ble_descriptor.wait_for_event", + "lineno": 114, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.instance0", + "callee": "tests.multi_bluetooth.ble_descriptor.wait_for_event", + "lineno": 117, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.instance0", + "callee": "tests.multi_bluetooth.ble_descriptor.wait_for_event", + "lineno": 119, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.instance0", + "callee": "tests.multi_bluetooth.ble_descriptor.wait_for_event", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.instance0", + "callee": "tests.multi_bluetooth.ble_descriptor.wait_for_event", + "lineno": 124, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.instance1", + "callee": "tests.multi_bluetooth.ble_descriptor.wait_for_event", + "lineno": 138, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.instance1", + "callee": "tests.multi_bluetooth.ble_descriptor.wait_for_event", + "lineno": 142, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.instance1", + "callee": "tests.multi_bluetooth.ble_descriptor.wait_for_event", + "lineno": 143, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.instance1", + "callee": "tests.multi_bluetooth.ble_descriptor.wait_for_event", + "lineno": 147, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.instance1", + "callee": "tests.multi_bluetooth.ble_descriptor.wait_for_event", + "lineno": 148, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.instance1", + "callee": "tests.multi_bluetooth.ble_descriptor.wait_for_event", + "lineno": 153, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.instance1", + "callee": "tests.multi_bluetooth.ble_descriptor.wait_for_event", + "lineno": 158, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.instance1", + "callee": "tests.multi_bluetooth.ble_descriptor.wait_for_event", + "lineno": 163, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.instance1", + "callee": "tests.multi_bluetooth.ble_descriptor.wait_for_event", + "lineno": 168, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_descriptor.instance1", + "callee": "tests.multi_bluetooth.ble_descriptor.wait_for_event", + "lineno": 178, + "resolution": "direct_name_call" + } + ], + "tests.multi_bluetooth.ble_gap_advertise": [ + { + "caller": "tests.multi_bluetooth.ble_gap_advertise.", + "callee": ".micropython.const", + "lineno": 6, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_advertise.", + "callee": ".micropython.const", + "lineno": 7, + "resolution": "external_constructor_call" + } + ], + "tests.multi_bluetooth.ble_gap_connect": [ + { + "caller": "tests.multi_bluetooth.ble_gap_connect.", + "callee": ".micropython.const", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_connect.", + "callee": ".micropython.const", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_connect.", + "callee": ".micropython.const", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_connect.", + "callee": ".micropython.const", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_connect.wait_for_event", + "callee": ".dict.pop", + "lineno": 36, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_connect.instance0", + "callee": "tests.multi_bluetooth.ble_gap_connect.wait_for_event", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_connect.instance0", + "callee": "tests.multi_bluetooth.ble_gap_connect.wait_for_event", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_connect.instance0", + "callee": "tests.multi_bluetooth.ble_gap_connect.wait_for_event", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_connect.instance0", + "callee": "tests.multi_bluetooth.ble_gap_connect.wait_for_event", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_connect.instance1", + "callee": "tests.multi_bluetooth.ble_gap_connect.wait_for_event", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_connect.instance1", + "callee": "tests.multi_bluetooth.ble_gap_connect.wait_for_event", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_connect.instance1", + "callee": "tests.multi_bluetooth.ble_gap_connect.wait_for_event", + "lineno": 80, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_connect.instance1", + "callee": "tests.multi_bluetooth.ble_gap_connect.wait_for_event", + "lineno": 81, + "resolution": "direct_name_call" + } + ], + "tests.multi_bluetooth.ble_gap_device_name": [ + { + "caller": "tests.multi_bluetooth.ble_gap_device_name.", + "callee": ".micropython.const", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_device_name.", + "callee": ".micropython.const", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_device_name.", + "callee": ".micropython.const", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_device_name.", + "callee": ".micropython.const", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_device_name.", + "callee": ".micropython.const", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_device_name.", + "callee": ".micropython.const", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_device_name.", + "callee": ".micropython.const", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_device_name.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_device_name.wait_for_event", + "callee": ".dict.pop", + "lineno": 52, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_device_name.instance0", + "callee": "tests.multi_bluetooth.ble_gap_device_name.wait_for_event", + "lineno": 81, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_device_name.instance0", + "callee": "tests.multi_bluetooth.ble_gap_device_name.wait_for_event", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_device_name.instance1", + "callee": "tests.multi_bluetooth.ble_gap_device_name.wait_for_event", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_device_name.instance1", + "callee": "tests.multi_bluetooth.ble_gap_device_name.wait_for_event", + "lineno": 106, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_device_name.instance1", + "callee": "tests.multi_bluetooth.ble_gap_device_name.wait_for_event", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_device_name.instance1", + "callee": "tests.multi_bluetooth.ble_gap_device_name.wait_for_event", + "lineno": 112, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_device_name.instance1", + "callee": "tests.multi_bluetooth.ble_gap_device_name.wait_for_event", + "lineno": 116, + "resolution": "direct_name_call" + } + ], + "tests.multi_bluetooth.ble_gap_pair": [ + { + "caller": "tests.multi_bluetooth.ble_gap_pair.", + "callee": ".micropython.const", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.", + "callee": ".micropython.const", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.", + "callee": ".micropython.const", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.wait_for_event", + "callee": ".dict.pop", + "lineno": 68, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.instance0", + "callee": "tests.multi_bluetooth.ble_gap_pair.wait_for_event", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.instance0", + "callee": "tests.multi_bluetooth.ble_gap_pair.wait_for_event", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.instance0", + "callee": "tests.multi_bluetooth.ble_gap_pair.wait_for_event", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.instance0", + "callee": "tests.multi_bluetooth.ble_gap_pair.wait_for_event", + "lineno": 92, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.instance1", + "callee": "tests.multi_bluetooth.ble_gap_pair.wait_for_event", + "lineno": 104, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.instance1", + "callee": "tests.multi_bluetooth.ble_gap_pair.wait_for_event", + "lineno": 108, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.instance1", + "callee": "tests.multi_bluetooth.ble_gap_pair.wait_for_event", + "lineno": 109, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.instance1", + "callee": "tests.multi_bluetooth.ble_gap_pair.wait_for_event", + "lineno": 116, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.instance1", + "callee": "tests.multi_bluetooth.ble_gap_pair.wait_for_event", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair.instance1", + "callee": "tests.multi_bluetooth.ble_gap_pair.wait_for_event", + "lineno": 125, + "resolution": "direct_name_call" + } + ], + "tests.multi_bluetooth.ble_gap_pair_bond": [ + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.", + "callee": ".micropython.const", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.", + "callee": ".micropython.const", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.", + "callee": ".micropython.const", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.wait_for_event", + "callee": ".dict.pop", + "lineno": 73, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.instance0", + "callee": "tests.multi_bluetooth.ble_gap_pair_bond.wait_for_event", + "lineno": 88, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.instance0", + "callee": "tests.multi_bluetooth.ble_gap_pair_bond.wait_for_event", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.instance0", + "callee": "tests.multi_bluetooth.ble_gap_pair_bond.wait_for_event", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.instance0", + "callee": "tests.multi_bluetooth.ble_gap_pair_bond.wait_for_event", + "lineno": 97, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.instance1", + "callee": "tests.multi_bluetooth.ble_gap_pair_bond.wait_for_event", + "lineno": 109, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.instance1", + "callee": "tests.multi_bluetooth.ble_gap_pair_bond.wait_for_event", + "lineno": 113, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.instance1", + "callee": "tests.multi_bluetooth.ble_gap_pair_bond.wait_for_event", + "lineno": 114, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.instance1", + "callee": "tests.multi_bluetooth.ble_gap_pair_bond.wait_for_event", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.instance1", + "callee": "tests.multi_bluetooth.ble_gap_pair_bond.wait_for_event", + "lineno": 126, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gap_pair_bond.instance1", + "callee": "tests.multi_bluetooth.ble_gap_pair_bond.wait_for_event", + "lineno": 130, + "resolution": "direct_name_call" + } + ], + "tests.multi_bluetooth.ble_gattc_discover_services": [ + { + "caller": "tests.multi_bluetooth.ble_gattc_discover_services.", + "callee": ".micropython.const", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gattc_discover_services.", + "callee": ".micropython.const", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gattc_discover_services.", + "callee": ".micropython.const", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gattc_discover_services.", + "callee": ".micropython.const", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gattc_discover_services.", + "callee": ".micropython.const", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gattc_discover_services.", + "callee": ".micropython.const", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gattc_discover_services.wait_for_event", + "callee": ".dict.pop", + "lineno": 58, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gattc_discover_services.instance0", + "callee": "tests.multi_bluetooth.ble_gattc_discover_services.wait_for_event", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gattc_discover_services.instance0", + "callee": "tests.multi_bluetooth.ble_gattc_discover_services.wait_for_event", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gattc_discover_services.instance1", + "callee": "tests.multi_bluetooth.ble_gattc_discover_services.wait_for_event", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gattc_discover_services.instance1", + "callee": "tests.multi_bluetooth.ble_gattc_discover_services.wait_for_event", + "lineno": 88, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gattc_discover_services.instance1", + "callee": "tests.multi_bluetooth.ble_gattc_discover_services.wait_for_event", + "lineno": 94, + "resolution": "direct_name_call" + } + ], + "tests.multi_bluetooth.ble_gatt_data_transfer": [ + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.", + "callee": ".micropython.const", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.", + "callee": ".micropython.const", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.", + "callee": ".micropython.const", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.", + "callee": ".micropython.const", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.", + "callee": ".micropython.const", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.", + "callee": ".micropython.const", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.", + "callee": ".micropython.const", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.wait_for_event", + "callee": ".dict.pop", + "lineno": 79, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.instance0", + "callee": "tests.multi_bluetooth.ble_gatt_data_transfer.wait_for_event", + "lineno": 97, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.instance0", + "callee": "tests.multi_bluetooth.ble_gatt_data_transfer.wait_for_event", + "lineno": 100, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.instance0", + "callee": "tests.multi_bluetooth.ble_gatt_data_transfer.wait_for_event", + "lineno": 115, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.instance1", + "callee": "tests.multi_bluetooth.ble_gatt_data_transfer.wait_for_event", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.instance1", + "callee": "tests.multi_bluetooth.ble_gatt_data_transfer.wait_for_event", + "lineno": 131, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.instance1", + "callee": "tests.multi_bluetooth.ble_gatt_data_transfer.wait_for_event", + "lineno": 141, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.instance1", + "callee": "tests.multi_bluetooth.ble_gatt_data_transfer.wait_for_event", + "lineno": 146, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.instance1", + "callee": "tests.multi_bluetooth.ble_gatt_data_transfer.wait_for_event", + "lineno": 149, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_gatt_data_transfer.instance1", + "callee": "tests.multi_bluetooth.ble_gatt_data_transfer.wait_for_event", + "lineno": 153, + "resolution": "direct_name_call" + } + ], + "tests.multi_bluetooth.ble_irq_calls": [ + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.", + "callee": ".micropython.const", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.recursive_function", + "callee": "tests.multi_bluetooth.ble_irq_calls.recursive_function", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.test_deep_calls", + "callee": "tests.multi_bluetooth.ble_irq_calls.test_deep_calls", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.test_deep_calls", + "callee": "tests.multi_bluetooth.ble_irq_calls.recursive_function", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.Central._ble_event_handler", + "callee": "tests.multi_bluetooth.ble_irq_calls.test_deep_calls", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.Peripheral.__init__", + "callee": "tests.multi_bluetooth.ble_irq_calls.Peripheral.advertising_payload", + "lineno": 174, + "resolution": "self_method_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.Peripheral.advertising_payload", + "callee": "tests.multi_bluetooth.ble_irq_calls.Peripheral.advertising_payload._append", + "lineno": 184, + "resolution": "same_class_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.Peripheral.advertising_payload", + "callee": "tests.multi_bluetooth.ble_irq_calls.Peripheral.advertising_payload._append", + "lineno": 185, + "resolution": "same_class_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.Peripheral.advertising_payload", + "callee": "tests.multi_bluetooth.ble_irq_calls.Peripheral.advertising_payload._append", + "lineno": 190, + "resolution": "same_class_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.instance0", + "callee": "tests.multi_bluetooth.ble_irq_calls.Peripheral.__init__", + "lineno": 204, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.multi_bluetooth.ble_irq_calls.instance1", + "callee": "tests.multi_bluetooth.ble_irq_calls.Central.__init__", + "lineno": 217, + "resolution": "same_module_class_call" + } + ], + "tests.multi_bluetooth.ble_l2cap": [ + { + "caller": "tests.multi_bluetooth.ble_l2cap.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.", + "callee": ".micropython.const", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.", + "callee": ".micropython.const", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.", + "callee": ".micropython.const", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.", + "callee": ".micropython.const", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.", + "callee": ".micropython.const", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.", + "callee": ".micropython.const", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.wait_for_event", + "callee": ".dict.pop", + "lineno": 76, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.send_data", + "callee": "tests.multi_bluetooth.ble_l2cap.wait_for_event", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.recv_data", + "callee": "tests.multi_bluetooth.ble_l2cap.wait_for_event", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.instance0", + "callee": "tests.multi_bluetooth.ble_l2cap.wait_for_event", + "lineno": 122, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.instance0", + "callee": "tests.multi_bluetooth.ble_l2cap.wait_for_event", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.instance0", + "callee": "tests.multi_bluetooth.ble_l2cap.wait_for_event", + "lineno": 128, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.instance0", + "callee": "tests.multi_bluetooth.ble_l2cap.recv_data", + "lineno": 132, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.instance0", + "callee": "tests.multi_bluetooth.ble_l2cap.send_data", + "lineno": 133, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.instance0", + "callee": "tests.multi_bluetooth.ble_l2cap.wait_for_event", + "lineno": 135, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.instance0", + "callee": "tests.multi_bluetooth.ble_l2cap.wait_for_event", + "lineno": 140, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.instance1", + "callee": "tests.multi_bluetooth.ble_l2cap.wait_for_event", + "lineno": 152, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.instance1", + "callee": "tests.multi_bluetooth.ble_l2cap.wait_for_event", + "lineno": 156, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.instance1", + "callee": "tests.multi_bluetooth.ble_l2cap.send_data", + "lineno": 160, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.instance1", + "callee": "tests.multi_bluetooth.ble_l2cap.recv_data", + "lineno": 161, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.instance1", + "callee": "tests.multi_bluetooth.ble_l2cap.wait_for_event", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_l2cap.instance1", + "callee": "tests.multi_bluetooth.ble_l2cap.wait_for_event", + "lineno": 172, + "resolution": "direct_name_call" + } + ], + "tests.multi_bluetooth.ble_mtu": [ + { + "caller": "tests.multi_bluetooth.ble_mtu.", + "callee": ".micropython.const", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.", + "callee": ".micropython.const", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.", + "callee": ".micropython.const", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.", + "callee": ".micropython.const", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.", + "callee": ".micropython.const", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.", + "callee": ".micropython.const", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.", + "callee": ".micropython.const", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.", + "callee": ".micropython.const", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.wait_for_event", + "callee": ".dict.pop", + "lineno": 85, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.instance0", + "callee": "tests.multi_bluetooth.ble_mtu.wait_for_event", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.instance0", + "callee": "tests.multi_bluetooth.ble_mtu.wait_for_event", + "lineno": 112, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.instance0", + "callee": "tests.multi_bluetooth.ble_mtu.wait_for_event", + "lineno": 119, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.instance0", + "callee": "tests.multi_bluetooth.ble_mtu.wait_for_event", + "lineno": 126, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.instance1", + "callee": "tests.multi_bluetooth.ble_mtu.wait_for_event", + "lineno": 142, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.instance1", + "callee": "tests.multi_bluetooth.ble_mtu.wait_for_event", + "lineno": 155, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.instance1", + "callee": "tests.multi_bluetooth.ble_mtu.wait_for_event", + "lineno": 159, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.instance1", + "callee": "tests.multi_bluetooth.ble_mtu.wait_for_event", + "lineno": 160, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.instance1", + "callee": "tests.multi_bluetooth.ble_mtu.wait_for_event", + "lineno": 164, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.instance1", + "callee": "tests.multi_bluetooth.ble_mtu.wait_for_event", + "lineno": 168, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu.instance1", + "callee": "tests.multi_bluetooth.ble_mtu.wait_for_event", + "lineno": 174, + "resolution": "direct_name_call" + } + ], + "tests.multi_bluetooth.ble_mtu_peripheral": [ + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.", + "callee": ".micropython.const", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.", + "callee": ".micropython.const", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.", + "callee": ".micropython.const", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.", + "callee": ".micropython.const", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.", + "callee": ".micropython.const", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.wait_for_event", + "callee": ".dict.pop", + "lineno": 82, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.instance0", + "callee": "tests.multi_bluetooth.ble_mtu_peripheral.wait_for_event", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.instance0", + "callee": "tests.multi_bluetooth.ble_mtu_peripheral.wait_for_event", + "lineno": 115, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.instance0", + "callee": "tests.multi_bluetooth.ble_mtu_peripheral.wait_for_event", + "lineno": 122, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.instance0", + "callee": "tests.multi_bluetooth.ble_mtu_peripheral.wait_for_event", + "lineno": 129, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.instance1", + "callee": "tests.multi_bluetooth.ble_mtu_peripheral.wait_for_event", + "lineno": 150, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.instance1", + "callee": "tests.multi_bluetooth.ble_mtu_peripheral.wait_for_event", + "lineno": 155, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.instance1", + "callee": "tests.multi_bluetooth.ble_mtu_peripheral.wait_for_event", + "lineno": 159, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.instance1", + "callee": "tests.multi_bluetooth.ble_mtu_peripheral.wait_for_event", + "lineno": 160, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.instance1", + "callee": "tests.multi_bluetooth.ble_mtu_peripheral.wait_for_event", + "lineno": 164, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.instance1", + "callee": "tests.multi_bluetooth.ble_mtu_peripheral.wait_for_event", + "lineno": 169, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_mtu_peripheral.instance1", + "callee": "tests.multi_bluetooth.ble_mtu_peripheral.wait_for_event", + "lineno": 173, + "resolution": "direct_name_call" + } + ], + "tests.multi_bluetooth.ble_subscribe": [ + { + "caller": "tests.multi_bluetooth.ble_subscribe.", + "callee": ".micropython.const", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.", + "callee": ".micropython.const", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.", + "callee": ".micropython.const", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.", + "callee": ".micropython.const", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.", + "callee": ".micropython.const", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.", + "callee": ".micropython.const", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.", + "callee": ".micropython.const", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "callee": ".dict.pop", + "lineno": 90, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance0", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance0", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 111, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance0", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance0", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 139, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance0", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 151, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance0", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance1", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 178, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance1", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 182, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance1", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 183, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance1", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 187, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance1", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 188, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance1", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 193, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance1", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 203, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance1", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 209, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance1", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 213, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance1", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 219, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance1", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 223, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance1", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 229, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance1", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 233, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.ble_subscribe.instance1", + "callee": "tests.multi_bluetooth.ble_subscribe.wait_for_event", + "lineno": 239, + "resolution": "direct_name_call" + } + ], + "tests.multi_bluetooth.perf_gatt_char_write": [ + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.", + "callee": ".micropython.const", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.", + "callee": ".micropython.const", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.", + "callee": ".micropython.const", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.", + "callee": ".micropython.const", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.", + "callee": ".micropython.const", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.", + "callee": ".micropython.const", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.", + "callee": ".micropython.const", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.wait_for_event", + "callee": ".dict.pop", + "lineno": 66, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.instance0", + "callee": "tests.multi_bluetooth.perf_gatt_char_write.wait_for_event", + "lineno": 81, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.instance0", + "callee": "tests.multi_bluetooth.perf_gatt_char_write.wait_for_event", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.instance1", + "callee": "tests.multi_bluetooth.perf_gatt_char_write.wait_for_event", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.instance1", + "callee": "tests.multi_bluetooth.perf_gatt_char_write.wait_for_event", + "lineno": 104, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.instance1", + "callee": "tests.multi_bluetooth.perf_gatt_char_write.wait_for_event", + "lineno": 105, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.instance1", + "callee": "tests.multi_bluetooth.perf_gatt_char_write.wait_for_event", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_char_write.instance1", + "callee": "tests.multi_bluetooth.perf_gatt_char_write.wait_for_event", + "lineno": 144, + "resolution": "direct_name_call" + } + ], + "tests.multi_bluetooth.perf_gatt_notify": [ + { + "caller": "tests.multi_bluetooth.perf_gatt_notify.", + "callee": ".micropython.const", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_notify.", + "callee": ".micropython.const", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_notify.", + "callee": ".micropython.const", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_notify.", + "callee": ".micropython.const", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_notify.", + "callee": ".micropython.const", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_notify.", + "callee": ".micropython.const", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_notify.", + "callee": ".micropython.const", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_notify.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_notify.wait_for_event", + "callee": ".dict.pop", + "lineno": 60, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_notify.instance0", + "callee": "tests.multi_bluetooth.perf_gatt_notify.wait_for_event", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_notify.instance0", + "callee": "tests.multi_bluetooth.perf_gatt_notify.wait_for_event", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_notify.instance0", + "callee": "tests.multi_bluetooth.perf_gatt_notify.wait_for_event", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_notify.instance0", + "callee": "tests.multi_bluetooth.perf_gatt_notify.wait_for_event", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_notify.instance0", + "callee": "tests.multi_bluetooth.perf_gatt_notify.wait_for_event", + "lineno": 101, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_notify.instance1", + "callee": "tests.multi_bluetooth.perf_gatt_notify.wait_for_event", + "lineno": 116, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_notify.instance1", + "callee": "tests.multi_bluetooth.perf_gatt_notify.wait_for_event", + "lineno": 120, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_notify.instance1", + "callee": "tests.multi_bluetooth.perf_gatt_notify.wait_for_event", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_gatt_notify.instance1", + "callee": "tests.multi_bluetooth.perf_gatt_notify.wait_for_event", + "lineno": 126, + "resolution": "direct_name_call" + } + ], + "tests.multi_bluetooth.perf_l2cap": [ + { + "caller": "tests.multi_bluetooth.perf_l2cap.", + "callee": ".micropython.const", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.", + "callee": ".micropython.const", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.", + "callee": ".micropython.const", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.", + "callee": ".micropython.const", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.", + "callee": ".micropython.const", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.wait_for_event", + "callee": ".dict.pop", + "lineno": 56, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.send_data", + "callee": "tests.multi_bluetooth.perf_l2cap.wait_for_event", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.recv_data", + "callee": "tests.multi_bluetooth.perf_l2cap.wait_for_event", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.instance0", + "callee": "tests.multi_bluetooth.perf_l2cap.wait_for_event", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.instance0", + "callee": "tests.multi_bluetooth.perf_l2cap.wait_for_event", + "lineno": 103, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.instance0", + "callee": "tests.multi_bluetooth.perf_l2cap.wait_for_event", + "lineno": 104, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.instance0", + "callee": "tests.multi_bluetooth.perf_l2cap.send_data", + "lineno": 108, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.instance0", + "callee": "tests.multi_bluetooth.perf_l2cap.wait_for_event", + "lineno": 110, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.instance0", + "callee": "tests.multi_bluetooth.perf_l2cap.wait_for_event", + "lineno": 113, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.instance1", + "callee": "tests.multi_bluetooth.perf_l2cap.wait_for_event", + "lineno": 124, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.instance1", + "callee": "tests.multi_bluetooth.perf_l2cap.wait_for_event", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.instance1", + "callee": "tests.multi_bluetooth.perf_l2cap.recv_data", + "lineno": 131, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.instance1", + "callee": "tests.multi_bluetooth.perf_l2cap.wait_for_event", + "lineno": 135, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.perf_l2cap.instance1", + "callee": "tests.multi_bluetooth.perf_l2cap.wait_for_event", + "lineno": 145, + "resolution": "direct_name_call" + } + ], + "tests.multi_bluetooth.stress_deepsleep_reconnect": [ + { + "caller": "tests.multi_bluetooth.stress_deepsleep_reconnect.", + "callee": ".micropython.const", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.stress_deepsleep_reconnect.", + "callee": ".micropython.const", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.stress_deepsleep_reconnect.", + "callee": ".micropython.const", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.stress_deepsleep_reconnect.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.stress_deepsleep_reconnect.wait_for_event", + "callee": ".dict.pop", + "lineno": 40, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_bluetooth.stress_deepsleep_reconnect.instance0", + "callee": "tests.multi_bluetooth.stress_deepsleep_reconnect.wait_for_event", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_deepsleep_reconnect.instance0", + "callee": "tests.multi_bluetooth.stress_deepsleep_reconnect.wait_for_event", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_deepsleep_reconnect.instance0_resume", + "callee": "tests.multi_bluetooth.stress_deepsleep_reconnect.wait_for_event", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_deepsleep_reconnect.instance0_resume", + "callee": "tests.multi_bluetooth.stress_deepsleep_reconnect.wait_for_event", + "lineno": 69, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_deepsleep_reconnect.instance1", + "callee": "tests.multi_bluetooth.stress_deepsleep_reconnect.wait_for_event", + "lineno": 81, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_deepsleep_reconnect.instance1", + "callee": "tests.multi_bluetooth.stress_deepsleep_reconnect.wait_for_event", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_deepsleep_reconnect.instance1", + "callee": "tests.multi_bluetooth.stress_deepsleep_reconnect.wait_for_event", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_deepsleep_reconnect.instance1", + "callee": "tests.multi_bluetooth.stress_deepsleep_reconnect.wait_for_event", + "lineno": 91, + "resolution": "direct_name_call" + } + ], + "tests.multi_bluetooth.stress_log_filesystem": [ + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.", + "callee": ".micropython.const", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.", + "callee": ".micropython.const", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.", + "callee": ".micropython.const", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.", + "callee": ".micropython.const", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.", + "callee": ".micropython.const", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.", + "callee": ".micropython.const", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.", + "callee": ".micropython.const", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.", + "callee": ".micropython.const", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.periodic_log_write", + "callee": "tests.multi_bluetooth.stress_log_filesystem.write_log", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.irq", + "callee": "tests.multi_bluetooth.stress_log_filesystem.write_log", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.wait_for_event", + "callee": "tests.multi_bluetooth.stress_log_filesystem.periodic_log_write", + "lineno": 110, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.wait_for_event", + "callee": ".dict.pop", + "lineno": 112, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.instance0", + "callee": "tests.multi_bluetooth.stress_log_filesystem.write_log", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.instance0", + "callee": "tests.multi_bluetooth.stress_log_filesystem.wait_for_event", + "lineno": 132, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.instance0", + "callee": "tests.multi_bluetooth.stress_log_filesystem.wait_for_event", + "lineno": 134, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.instance0", + "callee": "tests.multi_bluetooth.stress_log_filesystem.wait_for_event", + "lineno": 135, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.instance0", + "callee": "tests.multi_bluetooth.stress_log_filesystem.wait_for_event", + "lineno": 136, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.instance1", + "callee": "tests.multi_bluetooth.stress_log_filesystem.write_log", + "lineno": 147, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.instance1", + "callee": "tests.multi_bluetooth.stress_log_filesystem.wait_for_event", + "lineno": 156, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.instance1", + "callee": "tests.multi_bluetooth.stress_log_filesystem.wait_for_event", + "lineno": 161, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.instance1", + "callee": "tests.multi_bluetooth.stress_log_filesystem.wait_for_event", + "lineno": 162, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.instance1", + "callee": "tests.multi_bluetooth.stress_log_filesystem.wait_for_event", + "lineno": 167, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.instance1", + "callee": "tests.multi_bluetooth.stress_log_filesystem.wait_for_event", + "lineno": 168, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.instance1", + "callee": "tests.multi_bluetooth.stress_log_filesystem.wait_for_event", + "lineno": 173, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.instance1", + "callee": "tests.multi_bluetooth.stress_log_filesystem.wait_for_event", + "lineno": 174, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.instance1", + "callee": "tests.multi_bluetooth.stress_log_filesystem.wait_for_event", + "lineno": 177, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_bluetooth.stress_log_filesystem.instance1", + "callee": "tests.multi_bluetooth.stress_log_filesystem.wait_for_event", + "lineno": 181, + "resolution": "direct_name_call" + } + ], + "tests.multi_espnow.10_simple_data": [ + { + "caller": "tests.multi_espnow.10_simple_data.instance0", + "callee": "tests.multi_espnow.10_simple_data.init", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.10_simple_data.instance1", + "callee": "tests.multi_espnow.10_simple_data.init", + "lineno": 48, + "resolution": "direct_name_call" + } + ], + "tests.multi_espnow.20_send_echo": [ + { + "caller": "tests.multi_espnow.20_send_echo.echo_server", + "callee": ".list.append", + "lineno": 25, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_espnow.20_send_echo.echo_client", + "callee": "tests.multi_espnow.20_send_echo.echo_test", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.20_send_echo.instance0", + "callee": "tests.multi_espnow.20_send_echo.init", + "lineno": 81, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.20_send_echo.instance0", + "callee": "tests.multi_espnow.20_send_echo.echo_server", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.20_send_echo.instance1", + "callee": "tests.multi_espnow.20_send_echo.init", + "lineno": 92, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.20_send_echo.instance1", + "callee": "tests.multi_espnow.20_send_echo.echo_client", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.20_send_echo.instance1", + "callee": "tests.multi_espnow.20_send_echo.echo_test", + "lineno": 97, + "resolution": "direct_name_call" + } + ], + "tests.multi_espnow.30_lmk_echo": [ + { + "caller": "tests.multi_espnow.30_lmk_echo.echo_server", + "callee": ".list.append", + "lineno": 53, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_espnow.30_lmk_echo.echo_client", + "callee": "tests.multi_espnow.30_lmk_echo.echo_test", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.30_lmk_echo.instance0", + "callee": "tests.multi_espnow.30_lmk_echo.init", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.30_lmk_echo.instance0", + "callee": "tests.multi_espnow.30_lmk_echo.echo_server", + "lineno": 112, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.30_lmk_echo.instance1", + "callee": "tests.multi_espnow.30_lmk_echo.init", + "lineno": 119, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.30_lmk_echo.instance1", + "callee": "tests.multi_espnow.30_lmk_echo.echo_test", + "lineno": 123, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.30_lmk_echo.instance1", + "callee": "tests.multi_espnow.30_lmk_echo.echo_client", + "lineno": 128, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.30_lmk_echo.instance1", + "callee": "tests.multi_espnow.30_lmk_echo.echo_test", + "lineno": 129, + "resolution": "direct_name_call" + } + ], + "tests.multi_espnow.40_recv_test": [ + { + "caller": "tests.multi_espnow.40_recv_test.echo_server", + "callee": ".list.append", + "lineno": 26, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_espnow.40_recv_test.instance0", + "callee": "tests.multi_espnow.40_recv_test.init", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.40_recv_test.instance0", + "callee": "tests.multi_espnow.40_recv_test.echo_server", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.40_recv_test.instance1", + "callee": "tests.multi_espnow.40_recv_test.init", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.40_recv_test.instance1", + "callee": "tests.multi_espnow.40_recv_test.client_send", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.40_recv_test.instance1", + "callee": "tests.multi_espnow.40_recv_test.client_send", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.40_recv_test.instance1", + "callee": "tests.multi_espnow.40_recv_test.client_send", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.40_recv_test.instance1", + "callee": "tests.multi_espnow.40_recv_test.client_send", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.40_recv_test.instance1", + "callee": "tests.multi_espnow.40_recv_test.client_send", + "lineno": 109, + "resolution": "direct_name_call" + } + ], + "tests.multi_espnow.45_recv_espnow_v2": [ + { + "caller": "tests.multi_espnow.45_recv_espnow_v2.echo_server", + "callee": ".list.append", + "lineno": 34, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_espnow.45_recv_espnow_v2.instance0", + "callee": "tests.multi_espnow.45_recv_espnow_v2.init", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.45_recv_espnow_v2.instance0", + "callee": "tests.multi_espnow.45_recv_espnow_v2.echo_server", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.45_recv_espnow_v2.instance1", + "callee": "tests.multi_espnow.45_recv_espnow_v2.init", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.45_recv_espnow_v2.instance1", + "callee": "tests.multi_espnow.45_recv_espnow_v2.client_send", + "lineno": 106, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.45_recv_espnow_v2.instance1", + "callee": "tests.multi_espnow.45_recv_espnow_v2.check_recv", + "lineno": 109, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.45_recv_espnow_v2.instance1", + "callee": "tests.multi_espnow.45_recv_espnow_v2.client_send", + "lineno": 113, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.45_recv_espnow_v2.instance1", + "callee": "tests.multi_espnow.45_recv_espnow_v2.check_recv", + "lineno": 115, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.45_recv_espnow_v2.instance1", + "callee": "tests.multi_espnow.45_recv_espnow_v2.client_send", + "lineno": 119, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.45_recv_espnow_v2.instance1", + "callee": "tests.multi_espnow.45_recv_espnow_v2.check_recv", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.45_recv_espnow_v2.instance1", + "callee": "tests.multi_espnow.45_recv_espnow_v2.client_send", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.45_recv_espnow_v2.instance1", + "callee": "tests.multi_espnow.45_recv_espnow_v2.check_recv", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.45_recv_espnow_v2.instance1", + "callee": "tests.multi_espnow.45_recv_espnow_v2.client_send", + "lineno": 132, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.45_recv_espnow_v2.instance1", + "callee": "tests.multi_espnow.45_recv_espnow_v2.check_recv", + "lineno": 134, + "resolution": "direct_name_call" + } + ], + "tests.multi_espnow.50_esp32_rssi_test": [ + { + "caller": "tests.multi_espnow.50_esp32_rssi_test.echo_server", + "callee": ".list.append", + "lineno": 27, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_espnow.50_esp32_rssi_test.instance0", + "callee": "tests.multi_espnow.50_esp32_rssi_test.init", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.50_esp32_rssi_test.instance0", + "callee": "tests.multi_espnow.50_esp32_rssi_test.echo_server", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.50_esp32_rssi_test.instance1", + "callee": "tests.multi_espnow.50_esp32_rssi_test.init", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.50_esp32_rssi_test.instance1", + "callee": "tests.multi_espnow.50_esp32_rssi_test.client_send", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.50_esp32_rssi_test.instance1", + "callee": "tests.multi_espnow.50_esp32_rssi_test.client_send", + "lineno": 110, + "resolution": "direct_name_call" + } + ], + "tests.multi_espnow.60_irq_test": [ + { + "caller": "tests.multi_espnow.60_irq_test.echo_server", + "callee": ".list.append", + "lineno": 27, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_espnow.60_irq_test.instance0", + "callee": "tests.multi_espnow.60_irq_test.init", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.60_irq_test.instance0", + "callee": "tests.multi_espnow.60_irq_test.echo_server", + "lineno": 68, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.60_irq_test.instance1", + "callee": "tests.multi_espnow.60_irq_test.init", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.60_irq_test.instance1", + "callee": "tests.multi_espnow.60_irq_test.client_send", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.60_irq_test.instance1", + "callee": "tests.multi_espnow.60_irq_test.client_send", + "lineno": 113, + "resolution": "direct_name_call" + } + ], + "tests.multi_espnow.70_channel": [ + { + "caller": "tests.multi_espnow.70_channel.instance0", + "callee": "tests.multi_espnow.70_channel.init_sta", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.70_channel.instance1", + "callee": "tests.multi_espnow.70_channel.init_sta", + "lineno": 65, + "resolution": "direct_name_call" + } + ], + "tests.multi_espnow.75_rate": [ + { + "caller": "tests.multi_espnow.75_rate.instance0", + "callee": "tests.multi_espnow.75_rate.init_sta", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.75_rate.instance1", + "callee": "tests.multi_espnow.75_rate.init_sta", + "lineno": 71, + "resolution": "direct_name_call" + } + ], + "tests.multi_espnow.80_asyncio_client": [ + { + "caller": "tests.multi_espnow.80_asyncio_client.echo_server", + "callee": ".list.append", + "lineno": 27, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_espnow.80_asyncio_client.client", + "callee": "tests.multi_espnow.80_asyncio_client.init", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.80_asyncio_client.client", + "callee": ".list.append", + "lineno": 75, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_espnow.80_asyncio_client.client", + "callee": "tests.multi_espnow.80_asyncio_client.client_send", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.80_asyncio_client.client", + "callee": "tests.multi_espnow.80_asyncio_client.client_send", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.80_asyncio_client.instance0", + "callee": "tests.multi_espnow.80_asyncio_client.init", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.80_asyncio_client.instance0", + "callee": "tests.multi_espnow.80_asyncio_client.echo_server", + "lineno": 100, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.80_asyncio_client.instance1", + "callee": "tests.multi_espnow.80_asyncio_client.client", + "lineno": 113, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.80_asyncio_client.instance1", + "callee": ".aioespnow.AIOESPNow", + "lineno": 113, + "resolution": "external_constructor_call" + } + ], + "tests.multi_espnow.81_asyncio_server": [ + { + "caller": "tests.multi_espnow.81_asyncio_server.echo_server", + "callee": ".list.append", + "lineno": 46, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_espnow.81_asyncio_server.instance0", + "callee": ".aioespnow.AIOESPNow", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_espnow.81_asyncio_server.instance0", + "callee": "tests.multi_espnow.81_asyncio_server.init", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.81_asyncio_server.instance0", + "callee": "tests.multi_espnow.81_asyncio_server.echo_server", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.81_asyncio_server.instance1", + "callee": "tests.multi_espnow.81_asyncio_server.init", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.81_asyncio_server.instance1", + "callee": "tests.multi_espnow.81_asyncio_server.client_send", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.81_asyncio_server.instance1", + "callee": "tests.multi_espnow.81_asyncio_server.client_send", + "lineno": 92, + "resolution": "direct_name_call" + } + ], + "tests.multi_espnow.90_memory_test": [ + { + "caller": "tests.multi_espnow.90_memory_test.echo_server", + "callee": ".list.append", + "lineno": 29, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_espnow.90_memory_test.echo_client", + "callee": "tests.multi_espnow.90_memory_test.echo_test", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.90_memory_test.instance0", + "callee": "tests.multi_espnow.90_memory_test.init", + "lineno": 80, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.90_memory_test.instance0", + "callee": "tests.multi_espnow.90_memory_test.echo_server", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.90_memory_test.instance1", + "callee": "tests.multi_espnow.90_memory_test.init", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.90_memory_test.instance1", + "callee": "tests.multi_espnow.90_memory_test.echo_test", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.90_memory_test.instance1", + "callee": "tests.multi_espnow.90_memory_test.echo_client", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_espnow.90_memory_test.instance1", + "callee": "tests.multi_espnow.90_memory_test.echo_test", + "lineno": 101, + "resolution": "direct_name_call" + } + ], + "tests.multi_extmod.machine_can_01_rxtx_simple": [ + { + "caller": "tests.multi_extmod.machine_can_01_rxtx_simple.", + "callee": ".machine.CAN", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_can_01_rxtx_simple.instance0", + "callee": "tests.multi_extmod.machine_can_01_rxtx_simple.print_rx", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_extmod.machine_can_01_rxtx_simple.instance1", + "callee": "tests.multi_extmod.machine_can_01_rxtx_simple.print_rx", + "lineno": 35, + "resolution": "direct_name_call" + } + ], + "tests.multi_extmod.machine_can_02_rx_callback": [ + { + "caller": "tests.multi_extmod.machine_can_02_rx_callback.", + "callee": ".machine.CAN", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_can_02_rx_callback.receiver_irq_recv", + "callee": ".list.append", + "lineno": 26, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_extmod.machine_can_02_rx_callback.receiver_irq_recv", + "callee": ".list.clear", + "lineno": 38, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_extmod.machine_can_02_rx_callback.instance0", + "callee": ".list.clear", + "lineno": 70, + "resolution": "local_builtin_method_call" + } + ], + "tests.multi_extmod.machine_can_03_rx_filters": [ + { + "caller": "tests.multi_extmod.machine_can_03_rx_filters.", + "callee": ".machine.CAN", + "lineno": 6, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_can_03_rx_filters.instance1", + "callee": "tests.multi_extmod.machine_can_03_rx_filters.send_messages", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_extmod.machine_can_03_rx_filters.instance1", + "callee": "tests.multi_extmod.machine_can_03_rx_filters.send_messages", + "lineno": 100, + "resolution": "direct_name_call" + } + ], + "tests.multi_extmod.machine_can_04_tx_order": [ + { + "caller": "tests.multi_extmod.machine_can_04_tx_order.", + "callee": ".random.seed", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_can_04_tx_order.", + "callee": ".machine.CAN", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_can_04_tx_order.irq_recv", + "callee": ".list.append", + "lineno": 47, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_extmod.machine_can_04_tx_order.irq_recv", + "callee": ".list.append", + "lineno": 49, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_extmod.machine_can_04_tx_order.instance0", + "callee": "tests.multi_extmod.machine_can_04_tx_order.check_sequence", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_extmod.machine_can_04_tx_order.instance0", + "callee": "tests.multi_extmod.machine_can_04_tx_order.check_sequence", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_extmod.machine_can_04_tx_order.", + "callee": ".list.append", + "lineno": 77, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.multi_extmod.machine_can_04_tx_order.instance1", + "callee": ".random.randrange", + "lineno": 130, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_can_04_tx_order.instance1", + "callee": "tests.multi_extmod.machine_can_04_tx_order.check_sequence", + "lineno": 162, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_extmod.machine_can_04_tx_order.instance1", + "callee": "tests.multi_extmod.machine_can_04_tx_order.check_sequence", + "lineno": 163, + "resolution": "direct_name_call" + } + ], + "tests.multi_extmod.machine_can_05_tx_prio_cancel": [ + { + "caller": "tests.multi_extmod.machine_can_05_tx_prio_cancel.", + "callee": ".machine.CAN", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_can_05_tx_prio_cancel.irq_recv", + "callee": ".list.append", + "lineno": 21, + "resolution": "local_builtin_method_call" + } + ], + "tests.multi_extmod.machine_can_06_remote_req": [ + { + "caller": "tests.multi_extmod.machine_can_06_remote_req.", + "callee": ".machine.CAN", + "lineno": 11, + "resolution": "external_constructor_call" + } + ], + "tests.multi_extmod.machine_can_07_error_states": [ + { + "caller": "tests.multi_extmod.machine_can_07_error_states.", + "callee": ".micropython.const", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_can_07_error_states.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_can_07_error_states.", + "callee": ".micropython.const", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_can_07_error_states.", + "callee": ".micropython.const", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_can_07_error_states.", + "callee": ".micropython.const", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_can_07_error_states.", + "callee": ".micropython.const", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_can_07_error_states.", + "callee": ".micropython.const", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_can_07_error_states.", + "callee": ".machine.CAN", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_can_07_error_states.instance1", + "callee": "tests.multi_extmod.machine_can_07_error_states.state_name", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_extmod.machine_can_07_error_states.instance1", + "callee": "tests.multi_extmod.machine_can_07_error_states.state_name", + "lineno": 124, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_extmod.machine_can_07_error_states.instance1", + "callee": "tests.multi_extmod.machine_can_07_error_states.state_name", + "lineno": 148, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_extmod.machine_can_07_error_states.instance1", + "callee": "tests.multi_extmod.machine_can_07_error_states.state_name", + "lineno": 173, + "resolution": "direct_name_call" + } + ], + "tests.multi_extmod.machine_can_08_init_mode": [ + { + "caller": "tests.multi_extmod.machine_can_08_init_mode.", + "callee": ".machine.CAN", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_can_08_init_mode.", + "callee": ".micropython.const", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_can_08_init_mode.instance0", + "callee": "tests.multi_extmod.machine_can_08_init_mode.reinit_with_mode", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_extmod.machine_can_08_init_mode.instance0", + "callee": "tests.multi_extmod.machine_can_08_init_mode.reinit_with_mode", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_extmod.machine_can_08_init_mode.instance0", + "callee": "tests.multi_extmod.machine_can_08_init_mode.reinit_with_mode", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_extmod.machine_can_08_init_mode.instance0", + "callee": "tests.multi_extmod.machine_can_08_init_mode.reinit_with_mode", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_extmod.machine_can_08_init_mode.instance0", + "callee": "tests.multi_extmod.machine_can_08_init_mode.reinit_with_mode", + "lineno": 84, + "resolution": "direct_name_call" + } + ], + "tests.multi_extmod.machine_i2c_target_irq": [ + { + "caller": "tests.multi_extmod.machine_i2c_target_irq.instance0", + "callee": ".machine.I2C", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_i2c_target_irq.instance1", + "callee": ".machine.I2CTarget", + "lineno": 118, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_i2c_target_irq.instance1", + "callee": ".machine.I2CTarget", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_i2c_target_irq.instance1", + "callee": "tests.multi_extmod.machine_i2c_target_irq.I2CTargetMemory.__init__", + "lineno": 127, + "resolution": "same_module_class_call" + } + ], + "tests.multi_extmod.machine_i2c_target_memory": [ + { + "caller": "tests.multi_extmod.machine_i2c_target_memory.instance0", + "callee": ".machine.I2C", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_extmod.machine_i2c_target_memory.instance1", + "callee": ".machine.I2CTarget", + "lineno": 68, + "resolution": "external_constructor_call" + } + ], + "tests.multi_net.asyncio_tcp_client_rst": [ + { + "caller": "tests.multi_net.asyncio_tcp_client_rst.instance0", + "callee": "tests.multi_net.asyncio_tcp_client_rst.main", + "lineno": 39, + "resolution": "direct_name_call" + } + ], + "tests.multi_net.asyncio_tcp_close_write": [ + { + "caller": "tests.multi_net.asyncio_tcp_close_write.instance0", + "callee": "tests.multi_net.asyncio_tcp_close_write.tcp_server", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_net.asyncio_tcp_close_write.instance1", + "callee": "tests.multi_net.asyncio_tcp_close_write.tcp_client", + "lineno": 66, + "resolution": "direct_name_call" + } + ], + "tests.multi_net.asyncio_tcp_readall": [ + { + "caller": "tests.multi_net.asyncio_tcp_readall.instance0", + "callee": "tests.multi_net.asyncio_tcp_readall.tcp_server", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_net.asyncio_tcp_readall.instance1", + "callee": "tests.multi_net.asyncio_tcp_readall.tcp_client", + "lineno": 57, + "resolution": "direct_name_call" + } + ], + "tests.multi_net.asyncio_tcp_readexactly": [ + { + "caller": "tests.multi_net.asyncio_tcp_readexactly.instance0", + "callee": "tests.multi_net.asyncio_tcp_readexactly.tcp_server", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_net.asyncio_tcp_readexactly.instance1", + "callee": "tests.multi_net.asyncio_tcp_readexactly.tcp_client", + "lineno": 65, + "resolution": "direct_name_call" + } + ], + "tests.multi_net.asyncio_tcp_readinto": [ + { + "caller": "tests.multi_net.asyncio_tcp_readinto.instance0", + "callee": "tests.multi_net.asyncio_tcp_readinto.tcp_server", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_net.asyncio_tcp_readinto.instance1", + "callee": "tests.multi_net.asyncio_tcp_readinto.tcp_client", + "lineno": 69, + "resolution": "direct_name_call" + } + ], + "tests.multi_net.asyncio_tcp_server_client": [ + { + "caller": "tests.multi_net.asyncio_tcp_server_client.instance0", + "callee": "tests.multi_net.asyncio_tcp_server_client.tcp_server", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_net.asyncio_tcp_server_client.instance1", + "callee": "tests.multi_net.asyncio_tcp_server_client.tcp_client", + "lineno": 55, + "resolution": "direct_name_call" + } + ], + "tests.multi_net.asyncio_tls_server_client": [ + { + "caller": "tests.multi_net.asyncio_tls_server_client.instance0", + "callee": "tests.multi_net.asyncio_tls_server_client.tcp_server", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_net.asyncio_tls_server_client.instance1", + "callee": "tests.multi_net.asyncio_tls_server_client.tcp_client", + "lineno": 70, + "resolution": "direct_name_call" + } + ], + "tests.multi_net.asyncio_tls_server_client_cert_required_error": [ + { + "caller": "tests.multi_net.asyncio_tls_server_client_cert_required_error.instance0", + "callee": "tests.multi_net.asyncio_tls_server_client_cert_required_error.tcp_server", + "lineno": 68, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_net.asyncio_tls_server_client_cert_required_error.instance1", + "callee": "tests.multi_net.asyncio_tls_server_client_cert_required_error.tcp_client", + "lineno": 73, + "resolution": "direct_name_call" + } + ], + "tests.multi_net.asyncio_tls_server_client_readline": [ + { + "caller": "tests.multi_net.asyncio_tls_server_client_readline.instance0", + "callee": "tests.multi_net.asyncio_tls_server_client_readline.tcp_server", + "lineno": 69, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_net.asyncio_tls_server_client_readline.instance1", + "callee": "tests.multi_net.asyncio_tls_server_client_readline.tcp_client", + "lineno": 74, + "resolution": "direct_name_call" + } + ], + "tests.multi_net.asyncio_tls_server_client_verify_error": [ + { + "caller": "tests.multi_net.asyncio_tls_server_client_verify_error.instance0", + "callee": "tests.multi_net.asyncio_tls_server_client_verify_error.tcp_server", + "lineno": 69, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_net.asyncio_tls_server_client_verify_error.instance1", + "callee": "tests.multi_net.asyncio_tls_server_client_verify_error.tcp_client", + "lineno": 74, + "resolution": "direct_name_call" + } + ], + "tests.multi_net.sslcontext_check_hostname_error": [], + "tests.multi_net.sslcontext_getpeercert": [], + "tests.multi_net.sslcontext_server_client": [], + "tests.multi_net.sslcontext_server_client_ciphers": [], + "tests.multi_net.sslcontext_server_client_files": [], + "tests.multi_net.sslcontext_server_client_psk": [], + "tests.multi_net.sslcontext_server_client_psk_bad_keys_error": [ + { + "caller": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error.instance0", + "callee": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error.BadKeys.", + "lineno": 34, + "resolution": "same_module_class_call" + } + ], + "tests.multi_net.sslcontext_server_client_psk_binary_identity": [], + "tests.multi_net.sslcontext_server_client_psk_client_only_error": [], + "tests.multi_net.sslcontext_server_client_psk_no_fallback_error": [], + "tests.multi_net.sslcontext_server_client_psk_object": [ + { + "caller": "tests.multi_net.sslcontext_server_client_psk_object.instance0", + "callee": "tests.multi_net.sslcontext_server_client_psk_object.PSKStore.", + "lineno": 41, + "resolution": "same_module_class_call" + } + ], + "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error": [], + "tests.multi_net.sslcontext_server_client_psk_server_only_error": [], + "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error": [], + "tests.multi_net.sslcontext_server_client_psk_wrong_key_error": [], + "tests.multi_net.sslcontext_verify_callback": [], + "tests.multi_net.sslcontext_verify_error": [], + "tests.multi_net.sslcontext_verify_time_error": [], + "tests.multi_net.ssl_cert_ec": [], + "tests.multi_net.ssl_cert_rsa": [], + "tests.multi_net.tcp_accept_recv": [], + "tests.multi_net.tcp_client_rst": [ + { + "caller": "tests.multi_net.tcp_client_rst.instance0", + "callee": "tests.multi_net.tcp_client_rst.convert_poll_list", + "lineno": 41, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_net.tcp_client_rst.instance0", + "callee": "tests.multi_net.tcp_client_rst.convert_poll_list", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_net.tcp_client_rst.instance0", + "callee": "tests.multi_net.tcp_client_rst.convert_poll_list", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_net.tcp_client_rst.instance0", + "callee": "tests.multi_net.tcp_client_rst.convert_poll_list", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_net.tcp_client_rst.instance0", + "callee": "tests.multi_net.tcp_client_rst.convert_poll_list", + "lineno": 67, + "resolution": "direct_name_call" + } + ], + "tests.multi_net.tcp_data": [], + "tests.multi_net.tcp_recv_peek": [], + "tests.multi_net.tcp_sendall": [ + { + "caller": "tests.multi_net.tcp_sendall.instance0", + "callee": "tests.multi_net.tcp_sendall.calculate_checksum", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_net.tcp_sendall.instance1", + "callee": "tests.multi_net.tcp_sendall.calculate_checksum", + "lineno": 60, + "resolution": "direct_name_call" + } + ], + "tests.multi_net.tls_dtls_server_client": [], + "tests.multi_net.udp_data": [ + { + "caller": "tests.multi_net.udp_data.instance0", + "callee": "tests.multi_net.udp_data.print_stats", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_net.udp_data.instance1", + "callee": "tests.multi_net.udp_data.print_stats", + "lineno": 70, + "resolution": "direct_name_call" + } + ], + "tests.multi_net.udp_data_multi": [ + { + "caller": "tests.multi_net.udp_data_multi.instance0", + "callee": ".dict.items", + "lineno": 46, + "resolution": "local_builtin_method_call" + } + ], + "tests.multi_net.udp_recv_dontwait": [], + "tests.multi_net.udp_recv_peek": [], + "tests.multi_pyb_can.rx_callback": [ + { + "caller": "tests.multi_pyb_can.rx_callback.instance0", + "callee": "tests.multi_pyb_can.rx_callback._enable_accept_all", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_pyb_can.rx_callback.instance1", + "callee": "tests.multi_pyb_can.rx_callback._enable_accept_all", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_pyb_can.rx_callback.", + "callee": ".pyb.CAN", + "lineno": 98, + "resolution": "external_constructor_call" + } + ], + "tests.multi_pyb_can.rx_filters": [ + { + "caller": "tests.multi_pyb_can.rx_filters.", + "callee": ".pyb.CAN", + "lineno": 50, + "resolution": "external_constructor_call" + } + ], + "tests.multi_wlan.01_ap_sta": [ + { + "caller": "tests.multi_wlan.01_ap_sta.instance0", + "callee": "tests.multi_wlan.01_ap_sta.wait_for", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_wlan.01_ap_sta.instance1", + "callee": "tests.multi_wlan.01_ap_sta.wait_for", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "tests.multi_wlan.01_ap_sta.instance1", + "callee": "tests.multi_wlan.01_ap_sta.wait_for", + "lineno": 104, + "resolution": "direct_name_call" + } + ], + "tests.multi_wlan.getaddrinfo": [ + { + "caller": "tests.multi_wlan.getaddrinfo.instance0", + "callee": ".network.WLAN", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.multi_wlan.getaddrinfo.instance0", + "callee": ".network.WLAN", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.net_hosted.accept_nonblock": [], + "tests.net_hosted.accept_timeout": [], + "tests.net_hosted.asyncio_loopback": [ + { + "caller": "tests.net_hosted.asyncio_loopback.test", + "callee": "tests.net_hosted.asyncio_loopback.client", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_hosted.asyncio_loopback.", + "callee": "tests.net_hosted.asyncio_loopback.test", + "lineno": 71, + "resolution": "direct_name_call" + } + ], + "tests.net_hosted.asyncio_start_server": [ + { + "caller": "tests.net_hosted.asyncio_start_server.test", + "callee": "tests.net_hosted.asyncio_start_server.test.task", + "lineno": 54, + "resolution": "nested_function_call" + }, + { + "caller": "tests.net_hosted.asyncio_start_server.", + "callee": "tests.net_hosted.asyncio_start_server.test", + "lineno": 66, + "resolution": "direct_name_call" + } + ], + "tests.net_hosted.connect_nonblock": [ + { + "caller": "tests.net_hosted.connect_nonblock.", + "callee": "tests.net_hosted.connect_nonblock.test", + "lineno": 17, + "resolution": "direct_name_call" + } + ], + "tests.net_hosted.connect_nonblock_xfer": [ + { + "caller": "tests.net_hosted.connect_nonblock_xfer.do_connect", + "callee": "tests.net_hosted.connect_nonblock_xfer.errno_name", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_hosted.connect_nonblock_xfer.do_test", + "callee": "tests.net_hosted.connect_nonblock_xfer.do_connect", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_hosted.connect_nonblock_xfer.do_test", + "callee": "tests.net_hosted.connect_nonblock_xfer.poll", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_hosted.connect_nonblock_xfer.do_test", + "callee": "tests.net_hosted.connect_nonblock_xfer.errno_name", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_hosted.connect_nonblock_xfer.do_test", + "callee": "tests.net_hosted.connect_nonblock_xfer.do_connect", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_hosted.connect_nonblock_xfer.do_test", + "callee": "tests.net_hosted.connect_nonblock_xfer.poll", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_hosted.connect_nonblock_xfer.do_test", + "callee": "tests.net_hosted.connect_nonblock_xfer.do_connect", + "lineno": 97, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_hosted.connect_nonblock_xfer.do_test", + "callee": "tests.net_hosted.connect_nonblock_xfer.poll", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_hosted.connect_nonblock_xfer.do_test", + "callee": "tests.net_hosted.connect_nonblock_xfer.errno_name", + "lineno": 101, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_hosted.connect_nonblock_xfer.do_test", + "callee": "tests.net_hosted.connect_nonblock_xfer.do_connect", + "lineno": 108, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_hosted.connect_nonblock_xfer.do_test", + "callee": "tests.net_hosted.connect_nonblock_xfer.poll", + "lineno": 109, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_hosted.connect_nonblock_xfer.Test.test_plain_sockets_to_nowhere", + "callee": "tests.net_hosted.connect_nonblock_xfer.do_test", + "lineno": 120, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_hosted.connect_nonblock_xfer.Test.test_ssl_sockets_to_nowhere", + "callee": "tests.net_hosted.connect_nonblock_xfer.do_test", + "lineno": 124, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_hosted.connect_nonblock_xfer.Test.test_plain_sockets", + "callee": "tests.net_hosted.connect_nonblock_xfer.do_test", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_hosted.connect_nonblock_xfer.Test.test_ssl_sockets", + "callee": "tests.net_hosted.connect_nonblock_xfer.do_test", + "lineno": 131, + "resolution": "direct_name_call" + } + ], + "tests.net_hosted.connect_poll": [ + { + "caller": "tests.net_hosted.connect_poll.", + "callee": "tests.net_hosted.connect_poll.test", + "lineno": 28, + "resolution": "direct_name_call" + } + ], + "tests.net_hosted.connect_timeout": [ + { + "caller": "tests.net_hosted.connect_timeout.", + "callee": "tests.net_hosted.connect_timeout.test", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_hosted.connect_timeout.", + "callee": "tests.net_hosted.connect_timeout.test", + "lineno": 24, + "resolution": "direct_name_call" + } + ], + "tests.net_hosted.ssl_getpeercert": [ + { + "caller": "tests.net_hosted.ssl_getpeercert.", + "callee": "tests.net_hosted.ssl_getpeercert.test", + "lineno": 24, + "resolution": "direct_name_call" + } + ], + "tests.net_hosted.ssl_verify_callback": [ + { + "caller": "tests.net_hosted.ssl_verify_callback.", + "callee": "tests.net_hosted.ssl_verify_callback.test", + "lineno": 42, + "resolution": "direct_name_call" + } + ], + "tests.net_inet.asyncio_cancel_stream": [ + { + "caller": "tests.net_inet.asyncio_cancel_stream.main", + "callee": "tests.net_inet.asyncio_cancel_stream.get", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_inet.asyncio_cancel_stream.", + "callee": "tests.net_inet.asyncio_cancel_stream.main", + "lineno": 32, + "resolution": "direct_name_call" + } + ], + "tests.net_inet.asyncio_open_connection": [ + { + "caller": "tests.net_inet.asyncio_open_connection.", + "callee": "tests.net_inet.asyncio_open_connection.http_get", + "lineno": 27, + "resolution": "direct_name_call" + } + ], + "tests.net_inet.asyncio_tcp_read_headers": [ + { + "caller": "tests.net_inet.asyncio_tcp_read_headers.", + "callee": "tests.net_inet.asyncio_tcp_read_headers.http_get_headers", + "lineno": 35, + "resolution": "direct_name_call" + } + ], + "tests.net_inet.asyncio_tls_open_connection_readline": [ + { + "caller": "tests.net_inet.asyncio_tls_open_connection_readline.", + "callee": "tests.net_inet.asyncio_tls_open_connection_readline.http_get", + "lineno": 42, + "resolution": "direct_name_call" + } + ], + "tests.net_inet.getaddrinfo": [], + "tests.net_inet.resolve_on_connect": [ + { + "caller": "tests.net_inet.resolve_on_connect.Test.test_bind_resolves_0_0_0_0", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 17, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.net_inet.resolve_on_connect.Test.test_bind_resolves_localhost", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 22, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.net_inet.resolve_on_connect.Test.test_connect_resolves", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.net_inet.resolve_on_connect.Test.test_connect_non_existent", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 32, + "resolution": "external_inherited_call" + } + ], + "tests.net_inet.ssl_cert": [ + { + "caller": "tests.net_inet.ssl_cert.", + "callee": "tests.net_inet.ssl_cert.main", + "lineno": 27, + "resolution": "direct_name_call" + } + ], + "tests.net_inet.ssl_errors": [ + { + "caller": "tests.net_inet.ssl_errors.", + "callee": "tests.net_inet.ssl_errors.test", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_inet.ssl_errors.", + "callee": "tests.net_inet.ssl_errors.test", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_inet.ssl_errors.", + "callee": "tests.net_inet.ssl_errors.test", + "lineno": 54, + "resolution": "direct_name_call" + } + ], + "tests.net_inet.test_sslcontext_client": [ + { + "caller": "tests.net_inet.test_sslcontext_client.", + "callee": "tests.net_inet.test_sslcontext_client.main", + "lineno": 42, + "resolution": "direct_name_call" + } + ], + "tests.net_inet.test_tls_nonblock": [ + { + "caller": "tests.net_inet.test_tls_nonblock.main", + "callee": "tests.net_inet.test_tls_nonblock.test_one", + "lineno": 116, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_inet.test_tls_nonblock.", + "callee": "tests.net_inet.test_tls_nonblock.main", + "lineno": 123, + "resolution": "direct_name_call" + } + ], + "tests.net_inet.test_tls_sites": [ + { + "caller": "tests.net_inet.test_tls_sites.main", + "callee": "tests.net_inet.test_tls_sites.test_one", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_inet.test_tls_sites.", + "callee": "tests.net_inet.test_tls_sites.main", + "lineno": 72, + "resolution": "direct_name_call" + } + ], + "tests.net_inet.test_tls_sites_simple": [ + { + "caller": "tests.net_inet.test_tls_sites_simple.main", + "callee": "tests.net_inet.test_tls_sites_simple.test_one", + "lineno": 40, + "resolution": "direct_name_call" + }, + { + "caller": "tests.net_inet.test_tls_sites_simple.", + "callee": "tests.net_inet.test_tls_sites_simple.main", + "lineno": 43, + "resolution": "direct_name_call" + } + ], + "tests.net_inet.tls_num_errors": [ + { + "caller": "tests.net_inet.tls_num_errors.", + "callee": ".micropython.alloc_emergency_exception_buf", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.net_inet.tls_num_errors.test", + "callee": ".micropython.heap_lock", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.net_inet.tls_num_errors.test", + "callee": ".micropython.heap_unlock", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.net_inet.tls_num_errors.test", + "callee": ".micropython.heap_unlock", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.net_inet.tls_num_errors.", + "callee": "tests.net_inet.tls_num_errors.test", + "lineno": 55, + "resolution": "direct_name_call" + } + ], + "tests.net_inet.tls_text_errors": [ + { + "caller": "tests.net_inet.tls_text_errors.", + "callee": "tests.net_inet.tls_text_errors.test", + "lineno": 36, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.benchrun": [ + { + "caller": "tests.perf_bench.benchrun.bm_run", + "callee": ".time.perf_counter", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.perf_bench.benchrun.bm_run", + "callee": ".time.ticks_us", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.perf_bench.benchrun.bm_run", + "callee": ".time.ticks_us", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.perf_bench.benchrun.bm_run", + "callee": ".time.ticks_diff", + "lineno": 27, + "resolution": "external_constructor_call" + } + ], + "tests.perf_bench.bm_chaos": [ + { + "caller": "tests.perf_bench.bm_chaos.GVector.__add__", + "callee": "tests.perf_bench.bm_chaos.GVector.__init__", + "lineno": 28, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.GVector.__mul__", + "callee": "tests.perf_bench.bm_chaos.GVector.__init__", + "lineno": 35, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.GVector.linear_combination", + "callee": "tests.perf_bench.bm_chaos.GVector.__init__", + "lineno": 43, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.Spline.__call__", + "callee": "tests.perf_bench.bm_chaos.Spline.GetDomain", + "lineno": 82, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.Spline.__call__", + "callee": "tests.perf_bench.bm_chaos.Spline.GetIndex", + "lineno": 89, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.Spline.GetIndex", + "callee": "tests.perf_bench.bm_chaos.Spline.GetDomain", + "lineno": 103, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.Chaosgame.transform_point", + "callee": "tests.perf_bench.bm_chaos.Chaosgame.get_random_trafo", + "lineno": 165, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.Chaosgame.transform_point", + "callee": "tests.perf_bench.bm_chaos.Chaosgame.truncate", + "lineno": 183, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.Chaosgame.create_image_chaos", + "callee": "tests.perf_bench.bm_chaos.GVector.__init__", + "lineno": 202, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.Chaosgame.create_image_chaos", + "callee": "tests.perf_bench.bm_chaos.Chaosgame.transform_point", + "lineno": 204, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup", + "callee": "tests.perf_bench.bm_chaos.Spline.__init__", + "lineno": 234, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup", + "callee": "tests.perf_bench.bm_chaos.GVector.__init__", + "lineno": 236, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup", + "callee": "tests.perf_bench.bm_chaos.GVector.__init__", + "lineno": 237, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup", + "callee": "tests.perf_bench.bm_chaos.GVector.__init__", + "lineno": 238, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup", + "callee": "tests.perf_bench.bm_chaos.GVector.__init__", + "lineno": 239, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup", + "callee": "tests.perf_bench.bm_chaos.GVector.__init__", + "lineno": 240, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup", + "callee": "tests.perf_bench.bm_chaos.GVector.__init__", + "lineno": 241, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup", + "callee": "tests.perf_bench.bm_chaos.GVector.__init__", + "lineno": 242, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup", + "callee": "tests.perf_bench.bm_chaos.Spline.__init__", + "lineno": 247, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup", + "callee": "tests.perf_bench.bm_chaos.GVector.__init__", + "lineno": 249, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup", + "callee": "tests.perf_bench.bm_chaos.GVector.__init__", + "lineno": 250, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup", + "callee": "tests.perf_bench.bm_chaos.GVector.__init__", + "lineno": 251, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup", + "callee": "tests.perf_bench.bm_chaos.GVector.__init__", + "lineno": 252, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup", + "callee": "tests.perf_bench.bm_chaos.Spline.__init__", + "lineno": 257, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup", + "callee": "tests.perf_bench.bm_chaos.GVector.__init__", + "lineno": 259, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup", + "callee": "tests.perf_bench.bm_chaos.GVector.__init__", + "lineno": 260, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup", + "callee": "tests.perf_bench.bm_chaos.GVector.__init__", + "lineno": 261, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup", + "callee": "tests.perf_bench.bm_chaos.GVector.__init__", + "lineno": 262, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup", + "callee": "tests.perf_bench.bm_chaos.Chaosgame.__init__", + "lineno": 269, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_chaos.bm_setup.run", + "callee": "tests.perf_bench.bm_chaos.Chaosgame.create_image_chaos", + "lineno": 275, + "resolution": "local_typed_method_call" + } + ], + "tests.perf_bench.bm_fannkuch": [ + { + "caller": "tests.perf_bench.bm_fannkuch.bm_setup.run", + "callee": "tests.perf_bench.bm_fannkuch.fannkuch", + "lineno": 68, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.bm_fft": [ + { + "caller": "tests.perf_bench.bm_fft.transform_radix2", + "callee": "tests.perf_bench.bm_fft.transform_radix2.reverse", + "lineno": 21, + "resolution": "nested_function_call" + }, + { + "caller": "tests.perf_bench.bm_fft.bm_setup.run", + "callee": "tests.perf_bench.bm_fft.transform_radix2", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_fft.bm_setup.run", + "callee": "tests.perf_bench.bm_fft.transform_radix2", + "lineno": 60, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.bm_float": [ + { + "caller": "tests.perf_bench.bm_float.Point.__init__", + "callee": ".math.sin", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.perf_bench.bm_float.Point.__init__", + "callee": ".math.cos", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.perf_bench.bm_float.Point.normalize", + "callee": ".math.sqrt", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.perf_bench.bm_float.benchmark", + "callee": "tests.perf_bench.bm_float.Point.__init__", + "lineno": 46, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_float.benchmark", + "callee": "tests.perf_bench.bm_float.maximize", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_float.bm_setup.run", + "callee": "tests.perf_bench.bm_float.benchmark", + "lineno": 69, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.bm_hexiom": [ + { + "caller": "tests.perf_bench.bm_hexiom.", + "callee": "tests.perf_bench.bm_hexiom.Dir.__init__", + "lineno": 17, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.", + "callee": "tests.perf_bench.bm_hexiom.Dir.__init__", + "lineno": 17, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.", + "callee": "tests.perf_bench.bm_hexiom.Dir.__init__", + "lineno": 17, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.", + "callee": "tests.perf_bench.bm_hexiom.Dir.__init__", + "lineno": 17, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.", + "callee": "tests.perf_bench.bm_hexiom.Dir.__init__", + "lineno": 17, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.", + "callee": "tests.perf_bench.bm_hexiom.Dir.__init__", + "lineno": 17, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Done.clone", + "callee": "tests.perf_bench.bm_hexiom.Done.__init__", + "lineno": 37, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Done.remove_all", + "callee": "tests.perf_bench.bm_hexiom.Done.remove", + "lineno": 59, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Done.remove_unfixed", + "callee": "tests.perf_bench.bm_hexiom.Done.already_done", + "lineno": 64, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Done.remove_unfixed", + "callee": "tests.perf_bench.bm_hexiom.Done.remove", + "lineno": 65, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Done.filter_tiles", + "callee": "tests.perf_bench.bm_hexiom.Done.remove_all", + "lineno": 72, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Done.next_cell_highest_value", + "callee": "tests.perf_bench.bm_hexiom.Done.already_done", + "lineno": 96, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Done.next_cell_first", + "callee": "tests.perf_bench.bm_hexiom.Done.already_done", + "lineno": 105, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Done.next_cell_max_neighbors", + "callee": "tests.perf_bench.bm_hexiom.Done.already_done", + "lineno": 113, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Done.next_cell_max_neighbors", + "callee": "tests.perf_bench.bm_hexiom.Done.already_done", + "lineno": 116, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Done.next_cell_min_neighbors", + "callee": "tests.perf_bench.bm_hexiom.Done.already_done", + "lineno": 128, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Done.next_cell_min_neighbors", + "callee": "tests.perf_bench.bm_hexiom.Done.already_done", + "lineno": 131, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Done.next_cell", + "callee": "tests.perf_bench.bm_hexiom.Done.next_cell_highest_value", + "lineno": 141, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Done.next_cell", + "callee": "tests.perf_bench.bm_hexiom.Done.next_cell_min_choice", + "lineno": 143, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Done.next_cell", + "callee": "tests.perf_bench.bm_hexiom.Done.next_cell_max_choice", + "lineno": 145, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Done.next_cell", + "callee": "tests.perf_bench.bm_hexiom.Done.next_cell_first", + "lineno": 147, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Done.next_cell", + "callee": "tests.perf_bench.bm_hexiom.Done.next_cell_max_neighbors", + "lineno": 149, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Done.next_cell", + "callee": "tests.perf_bench.bm_hexiom.Done.next_cell_min_neighbors", + "lineno": 151, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Hex.__init__", + "callee": "tests.perf_bench.bm_hexiom.Node.__init__", + "lineno": 179, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Hex.__init__", + "callee": "tests.perf_bench.bm_hexiom.Node.__init__", + "lineno": 187, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Hex.link_nodes", + "callee": "tests.perf_bench.bm_hexiom.Hex.contains_pos", + "lineno": 198, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Pos.__init__", + "callee": "tests.perf_bench.bm_hexiom.Done.__init__", + "lineno": 216, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.Pos.clone", + "callee": "tests.perf_bench.bm_hexiom.Pos.__init__", + "lineno": 219, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.constraint_pass", + "callee": ".list.append", + "lineno": 287, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.solved", + "callee": "tests.perf_bench.bm_hexiom.print_pos", + "lineno": 399, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.solve_step", + "callee": "tests.perf_bench.bm_hexiom.constraint_pass", + "lineno": 406, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.solve_step", + "callee": "tests.perf_bench.bm_hexiom.find_moves", + "lineno": 411, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.solve_step", + "callee": "tests.perf_bench.bm_hexiom.solved", + "lineno": 413, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.solve_step", + "callee": "tests.perf_bench.bm_hexiom.play_move", + "lineno": 419, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.solve_step", + "callee": "tests.perf_bench.bm_hexiom.constraint_pass", + "lineno": 421, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.solve_step", + "callee": "tests.perf_bench.bm_hexiom.solved", + "lineno": 423, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.solve_step", + "callee": "tests.perf_bench.bm_hexiom.solve_step", + "lineno": 427, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.solve", + "callee": "tests.perf_bench.bm_hexiom.check_valid", + "lineno": 449, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.solve", + "callee": "tests.perf_bench.bm_hexiom.solve_step", + "lineno": 450, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.read_file", + "callee": "tests.perf_bench.bm_hexiom.Hex.__init__", + "lineno": 459, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.read_file", + "callee": "tests.perf_bench.bm_hexiom.Done.__init__", + "lineno": 462, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.read_file", + "callee": "tests.perf_bench.bm_hexiom.Done.set_done", + "lineno": 478, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.read_file", + "callee": "tests.perf_bench.bm_hexiom.Hex.get_by_pos", + "lineno": 478, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.read_file", + "callee": "tests.perf_bench.bm_hexiom.Done.set_done", + "lineno": 497, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.read_file", + "callee": "tests.perf_bench.bm_hexiom.Hex.get_by_pos", + "lineno": 497, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.read_file", + "callee": "tests.perf_bench.bm_hexiom.Hex.link_nodes", + "lineno": 499, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.read_file", + "callee": "tests.perf_bench.bm_hexiom.Done.filter_tiles", + "lineno": 500, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.read_file", + "callee": "tests.perf_bench.bm_hexiom.Pos.__init__", + "lineno": 501, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.solve_file", + "callee": "tests.perf_bench.bm_hexiom.read_file", + "lineno": 505, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.solve_file", + "callee": "tests.perf_bench.bm_hexiom.solve", + "lineno": 506, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_hexiom.bm_setup.run", + "callee": "tests.perf_bench.bm_hexiom.solve_file", + "lineno": 648, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.bm_nqueens": [ + { + "caller": "tests.perf_bench.bm_nqueens.n_queens", + "callee": "tests.perf_bench.bm_nqueens.permutations", + "lineno": 41, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_nqueens.bm_setup.run", + "callee": "tests.perf_bench.bm_nqueens.n_queens", + "lineno": 63, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.bm_pidigits": [ + { + "caller": "tests.perf_bench.bm_pidigits.gen_pi_digits", + "callee": "tests.perf_bench.bm_pidigits.extract", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_pidigits.gen_pi_digits", + "callee": "tests.perf_bench.bm_pidigits.extract", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_pidigits.gen_pi_digits", + "callee": "tests.perf_bench.bm_pidigits.compose", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_pidigits.gen_pi_digits", + "callee": "tests.perf_bench.bm_pidigits.extract", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_pidigits.gen_pi_digits", + "callee": "tests.perf_bench.bm_pidigits.compose", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.bm_pidigits.gen_pi_digits", + "callee": ".list.append", + "lineno": 37, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.perf_bench.bm_pidigits.bm_setup.run", + "callee": "tests.perf_bench.bm_pidigits.gen_pi_digits", + "lineno": 62, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.bm_wordcount": [ + { + "caller": "tests.perf_bench.bm_wordcount.test", + "callee": ".str.split", + "lineno": 7, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.perf_bench.bm_wordcount.test", + "callee": ".dict.get", + "lineno": 12, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.perf_bench.bm_wordcount.bm_setup.run", + "callee": "tests.perf_bench.bm_wordcount.test", + "lineno": 40, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.core_import_mpy_multi": [ + { + "caller": "tests.perf_bench.core_import_mpy_multi.FS.open", + "callee": "tests.perf_bench.core_import_mpy_multi.File.__init__", + "lineno": 59, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.core_import_mpy_multi.mount", + "callee": "tests.perf_bench.core_import_mpy_multi.FS.", + "lineno": 63, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.core_import_mpy_multi.bm_setup", + "callee": "tests.perf_bench.core_import_mpy_multi.mount", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.core_import_mpy_multi.bm_setup", + "callee": "tests.perf_bench.core_import_mpy_multi.test", + "lineno": 88, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.core_import_mpy_single": [ + { + "caller": "tests.perf_bench.core_import_mpy_single.FS.open", + "callee": "tests.perf_bench.core_import_mpy_single.File.__init__", + "lineno": 114, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.core_import_mpy_single.mount", + "callee": "tests.perf_bench.core_import_mpy_single.FS.", + "lineno": 118, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.core_import_mpy_single.bm_setup", + "callee": "tests.perf_bench.core_import_mpy_single.mount", + "lineno": 137, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.core_import_mpy_single.bm_setup", + "callee": "tests.perf_bench.core_import_mpy_single.test", + "lineno": 138, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.core_locals": [ + { + "caller": "tests.perf_bench.core_locals.bm_setup.run", + "callee": "tests.perf_bench.core_locals.test", + "lineno": 186, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.core_qstr": [ + { + "caller": "tests.perf_bench.core_qstr.bm_setup", + "callee": "tests.perf_bench.core_qstr.test", + "lineno": 21, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.core_str": [ + { + "caller": "tests.perf_bench.core_str.test", + "callee": ".str.replace", + "lineno": 30, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.perf_bench.core_str.bm_setup.run", + "callee": "tests.perf_bench.core_str.test", + "lineno": 60, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.core_yield_from": [ + { + "caller": "tests.perf_bench.core_yield_from.recursive_yield_from", + "callee": "tests.perf_bench.core_yield_from.recursive_yield_from", + "lineno": 9, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.core_yield_from.test", + "callee": "tests.perf_bench.core_yield_from.recursive_yield_from", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.core_yield_from.bm_setup", + "callee": "tests.perf_bench.core_yield_from.test", + "lineno": 31, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.misc_aes": [ + { + "caller": "tests.perf_bench.misc_aes.aes_gf8_mul_3", + "callee": "tests.perf_bench.misc_aes.aes_gf8_mul_2", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_aes.aes_sb_sr_mc_ark", + "callee": "tests.perf_bench.misc_aes.aes_gf8_mul_2", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_aes.aes_sb_sr_mc_ark", + "callee": "tests.perf_bench.misc_aes.aes_gf8_mul_3", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_aes.aes_sb_sr_mc_ark", + "callee": "tests.perf_bench.misc_aes.aes_gf8_mul_2", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_aes.aes_sb_sr_mc_ark", + "callee": "tests.perf_bench.misc_aes.aes_gf8_mul_3", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_aes.aes_sb_sr_mc_ark", + "callee": "tests.perf_bench.misc_aes.aes_gf8_mul_2", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_aes.aes_sb_sr_mc_ark", + "callee": "tests.perf_bench.misc_aes.aes_gf8_mul_3", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_aes.aes_sb_sr_mc_ark", + "callee": "tests.perf_bench.misc_aes.aes_gf8_mul_3", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_aes.aes_sb_sr_mc_ark", + "callee": "tests.perf_bench.misc_aes.aes_gf8_mul_2", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_aes.aes_state", + "callee": "tests.perf_bench.misc_aes.aes_add_round_key", + "lineno": 116, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_aes.aes_state", + "callee": "tests.perf_bench.misc_aes.aes_sb_sr_mc_ark", + "lineno": 119, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_aes.aes_state", + "callee": "tests.perf_bench.misc_aes.aes_sb_sr_ark", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_aes.aes_key_expansion", + "callee": "tests.perf_bench.misc_aes.aes_s_box", + "lineno": 134, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_aes.aes_key_expansion", + "callee": "tests.perf_bench.misc_aes.aes_r_con", + "lineno": 134, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_aes.aes_key_expansion", + "callee": "tests.perf_bench.misc_aes.aes_s_box", + "lineno": 136, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_aes.aes_key_expansion", + "callee": "tests.perf_bench.misc_aes.aes_s_box", + "lineno": 139, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_aes.AES.set_key", + "callee": "tests.perf_bench.misc_aes.aes_key_expansion", + "lineno": 171, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_aes.AES.get_some_state", + "callee": "tests.perf_bench.misc_aes.aes_state", + "lineno": 181, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_aes.AES.apply_to", + "callee": "tests.perf_bench.misc_aes.AES.get_some_state", + "lineno": 192, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.misc_aes.bm_setup", + "callee": "tests.perf_bench.misc_aes.AES.__init__", + "lineno": 214, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_aes.bm_setup.run", + "callee": "tests.perf_bench.misc_aes.AES.set_key", + "lineno": 223, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.perf_bench.misc_aes.bm_setup.run", + "callee": "tests.perf_bench.misc_aes.AES.set_iv", + "lineno": 224, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.perf_bench.misc_aes.bm_setup.run", + "callee": "tests.perf_bench.misc_aes.AES.apply_to", + "lineno": 226, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.perf_bench.misc_aes.bm_setup.run", + "callee": "tests.perf_bench.misc_aes.AES.set_key", + "lineno": 229, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.perf_bench.misc_aes.bm_setup.run", + "callee": "tests.perf_bench.misc_aes.AES.set_iv", + "lineno": 230, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.perf_bench.misc_aes.bm_setup.run", + "callee": "tests.perf_bench.misc_aes.AES.apply_to", + "lineno": 232, + "resolution": "local_typed_method_call" + } + ], + "tests.perf_bench.misc_mandel": [ + { + "caller": "tests.perf_bench.misc_mandel.mandelbrot", + "callee": "tests.perf_bench.misc_mandel.mandelbrot.in_set", + "lineno": 20, + "resolution": "nested_function_call" + }, + { + "caller": "tests.perf_bench.misc_mandel.bm_setup", + "callee": "tests.perf_bench.misc_mandel.mandelbrot", + "lineno": 34, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.misc_pystone": [ + { + "caller": "tests.perf_bench.misc_pystone.Record.copy", + "callee": "tests.perf_bench.misc_pystone.Record.__init__", + "lineno": 29, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_pystone.Proc0", + "callee": "tests.perf_bench.misc_pystone.Record.__init__", + "lineno": 62, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_pystone.Proc0", + "callee": "tests.perf_bench.misc_pystone.Record.__init__", + "lineno": 63, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_pystone.Proc0", + "callee": "tests.perf_bench.misc_pystone.Proc5", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_pystone.Proc0", + "callee": "tests.perf_bench.misc_pystone.Proc4", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_pystone.Proc0", + "callee": "tests.perf_bench.misc_pystone.Func2", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_pystone.Proc0", + "callee": "tests.perf_bench.misc_pystone.Proc7", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_pystone.Proc0", + "callee": "tests.perf_bench.misc_pystone.Proc8", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_pystone.Proc0", + "callee": "tests.perf_bench.misc_pystone.Proc1", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_pystone.Proc0", + "callee": "tests.perf_bench.misc_pystone.Func1", + "lineno": 88, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_pystone.Proc0", + "callee": "tests.perf_bench.misc_pystone.Proc6", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_pystone.Proc0", + "callee": "tests.perf_bench.misc_pystone.Proc2", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_pystone.Proc1", + "callee": "tests.perf_bench.misc_pystone.Proc3", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_pystone.Proc1", + "callee": "tests.perf_bench.misc_pystone.Proc6", + "lineno": 105, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_pystone.Proc1", + "callee": "tests.perf_bench.misc_pystone.Proc7", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_pystone.Proc3", + "callee": "tests.perf_bench.misc_pystone.Proc7", + "lineno": 133, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_pystone.Proc6", + "callee": "tests.perf_bench.misc_pystone.Func3", + "lineno": 155, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_pystone.Func2", + "callee": "tests.perf_bench.misc_pystone.Func1", + "lineno": 205, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_pystone.bm_setup", + "callee": "tests.perf_bench.misc_pystone.Setup", + "lineno": 239, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_pystone.bm_setup", + "callee": "tests.perf_bench.misc_pystone.Proc0", + "lineno": 240, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.misc_raytrace": [ + { + "caller": "tests.perf_bench.misc_raytrace.Vec.__neg__", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 13, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.Vec.__add__", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 16, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.Vec.__sub__", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 19, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.Vec.__mul__", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 22, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.Vec.normalise", + "callee": "tests.perf_bench.misc_raytrace.Vec.length", + "lineno": 28, + "resolution": "self_method_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.Vec.normalise", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 29, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.Surface.dull", + "callee": "tests.perf_bench.misc_raytrace.Surface.__init__", + "lineno": 75, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.Surface.shiny", + "callee": "tests.perf_bench.misc_raytrace.Surface.__init__", + "lineno": 79, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.Surface.transparent", + "callee": "tests.perf_bench.misc_raytrace.Surface.__init__", + "lineno": 83, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.trace_scene", + "callee": "tests.perf_bench.misc_raytrace.Ray.__init__", + "lineno": 140, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.trace_scene", + "callee": "tests.perf_bench.misc_raytrace.trace_ray", + "lineno": 141, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.trace_ray", + "callee": "tests.perf_bench.misc_raytrace.Ray.__init__", + "lineno": 178, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.trace_ray", + "callee": "tests.perf_bench.misc_raytrace.trace_to_light", + "lineno": 179, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.trace_ray", + "callee": "tests.perf_bench.misc_raytrace.trace_ray", + "lineno": 187, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.trace_ray", + "callee": "tests.perf_bench.misc_raytrace.Ray.__init__", + "lineno": 187, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.trace_ray", + "callee": "tests.perf_bench.misc_raytrace.trace_ray", + "lineno": 191, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.trace_ray", + "callee": "tests.perf_bench.misc_raytrace.Ray.__init__", + "lineno": 191, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Canvas.__init__", + "lineno": 224, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.View.__init__", + "lineno": 225, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 225, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 225, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 225, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 225, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Scene.__init__", + "lineno": 226, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Light.__init__", + "lineno": 228, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 228, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Plane.__init__", + "lineno": 230, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 230, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 230, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Plane.__init__", + "lineno": 231, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 231, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 231, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Plane.__init__", + "lineno": 232, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 232, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 232, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Plane.__init__", + "lineno": 233, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 233, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 233, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Plane.__init__", + "lineno": 234, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 234, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 234, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Sphere.__init__", + "lineno": 235, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 235, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Sphere.__init__", + "lineno": 236, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 236, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Sphere.__init__", + "lineno": 237, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.Vec.__init__", + "lineno": 237, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.main", + "callee": "tests.perf_bench.misc_raytrace.trace_scene", + "lineno": 240, + "resolution": "direct_name_call" + }, + { + "caller": "tests.perf_bench.misc_raytrace.bm_setup", + "callee": "tests.perf_bench.misc_raytrace.main", + "lineno": 258, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.viper_call0": [ + { + "caller": "tests.perf_bench.viper_call0.bm_setup", + "callee": "tests.perf_bench.viper_call0.call", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.viper_call1a": [ + { + "caller": "tests.perf_bench.viper_call1a.bm_setup", + "callee": "tests.perf_bench.viper_call1a.call", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.viper_call1b": [ + { + "caller": "tests.perf_bench.viper_call1b.bm_setup", + "callee": "tests.perf_bench.viper_call1b.call", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.viper_call1c": [ + { + "caller": "tests.perf_bench.viper_call1c.bm_setup", + "callee": "tests.perf_bench.viper_call1c.call", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.viper_call2a": [ + { + "caller": "tests.perf_bench.viper_call2a.bm_setup", + "callee": "tests.perf_bench.viper_call2a.call", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "tests.perf_bench.viper_call2b": [ + { + "caller": "tests.perf_bench.viper_call2b.bm_setup", + "callee": "tests.perf_bench.viper_call2b.call", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "tests.ports.alif_hardware.flash_test": [ + { + "caller": "tests.ports.alif_hardware.flash_test.", + "callee": "tests.ports.alif_hardware.flash_test.flash_block_test", + "lineno": 143, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.alif_hardware.flash_test.", + "callee": "tests.ports.alif_hardware.flash_test.flash_make_filesystem", + "lineno": 144, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.alif_hardware.flash_test.", + "callee": "tests.ports.alif_hardware.flash_test.flash_write_verify", + "lineno": 145, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.alif_hardware.flash_test.", + "callee": "tests.ports.alif_hardware.flash_test.flash_write_verify", + "lineno": 146, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.alif_hardware.flash_test.", + "callee": "tests.ports.alif_hardware.flash_test.flash_write_verify", + "lineno": 147, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.alif_hardware.flash_test.", + "callee": "tests.ports.alif_hardware.flash_test.flash_write_verify", + "lineno": 148, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.alif_hardware.flash_test.", + "callee": "tests.ports.alif_hardware.flash_test.flash_write_verify", + "lineno": 149, + "resolution": "direct_name_call" + } + ], + "tests.ports.cc3200.adc": [ + { + "caller": "tests.ports.cc3200.adc.", + "callee": ".machine.ADC", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.adc.", + "callee": ".machine.ADC", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.adc.", + "callee": ".machine.ADC", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.adc.", + "callee": ".machine.ADC", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.adc.", + "callee": ".machine.ADC", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.adc.", + "callee": ".machine.ADC", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.adc.", + "callee": ".machine.ADC", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.adc.", + "callee": ".machine.ADC", + "lineno": 72, + "resolution": "external_constructor_call" + } + ], + "tests.ports.cc3200.i2c": [ + { + "caller": "tests.ports.cc3200.i2c.", + "callee": ".machine.I2C", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.i2c.", + "callee": ".machine.I2C", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.i2c.", + "callee": ".machine.I2C", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.i2c.", + "callee": ".machine.I2C", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.i2c.", + "callee": ".machine.I2C", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.i2c.", + "callee": ".machine.I2C", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.i2c.", + "callee": ".machine.I2C", + "lineno": 125, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.i2c.", + "callee": ".machine.I2C", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.i2c.", + "callee": ".machine.I2C", + "lineno": 169, + "resolution": "external_constructor_call" + } + ], + "tests.ports.cc3200.modwipy": [], + "tests.ports.cc3200.os": [ + { + "caller": "tests.ports.cc3200.os.", + "callee": ".machine.SD", + "lineno": 16, + "resolution": "external_constructor_call" + } + ], + "tests.ports.cc3200.pin": [ + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.test_noinit", + "callee": ".machine.Pin", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.test_pin_read", + "callee": ".machine.Pin", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.test_pin_af", + "callee": ".machine.Pin", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.test_pin_af", + "callee": ".machine.Pin", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.test_pin_af", + "callee": ".machine.Pin", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": "tests.ports.cc3200.pin.test_noinit", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": "tests.ports.cc3200.pin.test_pin_read", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": "tests.ports.cc3200.pin.test_pin_read", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 91, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 93, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 100, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 101, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 102, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 103, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 104, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": "tests.ports.cc3200.pin.test_pin_af", + "lineno": 105, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 108, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 119, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 136, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 156, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 161, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 166, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 171, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 176, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 181, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 186, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 191, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin.", + "callee": ".machine.Pin", + "lineno": 196, + "resolution": "external_constructor_call" + } + ], + "tests.ports.cc3200.pin_irq": [ + { + "caller": "tests.ports.cc3200.pin_irq.", + "callee": ".machine.Pin", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.pin_irq.", + "callee": ".machine.Pin", + "lineno": 19, + "resolution": "external_constructor_call" + } + ], + "tests.ports.cc3200.rtc": [ + { + "caller": "tests.ports.cc3200.rtc.", + "callee": ".machine.RTC", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.rtc.", + "callee": ".machine.RTC", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.rtc.", + "callee": "tests.ports.cc3200.rtc.set_and_print", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.rtc.", + "callee": "tests.ports.cc3200.rtc.set_and_print", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.rtc.", + "callee": "tests.ports.cc3200.rtc.set_and_print", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.rtc.", + "callee": "tests.ports.cc3200.rtc.set_and_print", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.rtc.", + "callee": "tests.ports.cc3200.rtc.set_and_print", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.rtc.", + "callee": "tests.ports.cc3200.rtc.set_and_print", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.rtc.", + "callee": "tests.ports.cc3200.rtc.set_and_print", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.rtc.", + "callee": "tests.ports.cc3200.rtc.set_and_print", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.rtc.", + "callee": "tests.ports.cc3200.rtc.set_and_print", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.rtc.", + "callee": "tests.ports.cc3200.rtc.set_and_print", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.rtc.", + "callee": "tests.ports.cc3200.rtc.set_and_print", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.rtc.", + "callee": "tests.ports.cc3200.rtc.set_and_print", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.rtc.", + "callee": "tests.ports.cc3200.rtc.set_and_print", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.rtc.", + "callee": "tests.ports.cc3200.rtc.set_and_print", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.rtc.", + "callee": ".machine.RTC", + "lineno": 112, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.rtc.", + "callee": ".machine.RTC", + "lineno": 117, + "resolution": "external_constructor_call" + } + ], + "tests.ports.cc3200.sd": [ + { + "caller": "tests.ports.cc3200.sd.", + "callee": ".machine.SD", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.sd.", + "callee": ".machine.SD", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.sd.", + "callee": ".machine.SD", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.sd.", + "callee": ".machine.SD", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.sd.", + "callee": ".machine.SD", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.sd.", + "callee": ".machine.SD", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.sd.", + "callee": ".machine.SD", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.sd.", + "callee": ".machine.SD", + "lineno": 43, + "resolution": "external_constructor_call" + } + ], + "tests.ports.cc3200.spi": [ + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 100, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 115, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.spi.", + "callee": ".machine.SPI", + "lineno": 120, + "resolution": "external_constructor_call" + } + ], + "tests.ports.cc3200.time": [ + { + "caller": "tests.ports.cc3200.time.test", + "callee": "tests.ports.cc3200.time.is_leap", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.time.", + "callee": "tests.ports.cc3200.time.test", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.time.", + "callee": "tests.ports.cc3200.time.spot_test", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.time.", + "callee": "tests.ports.cc3200.time.spot_test", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.time.", + "callee": "tests.ports.cc3200.time.spot_test", + "lineno": 68, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.time.", + "callee": "tests.ports.cc3200.time.spot_test", + "lineno": 69, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.time.", + "callee": "tests.ports.cc3200.time.spot_test", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.time.", + "callee": "tests.ports.cc3200.time.spot_test", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.time.", + "callee": "tests.ports.cc3200.time.spot_test", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.time.", + "callee": "tests.ports.cc3200.time.spot_test", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.time.", + "callee": "tests.ports.cc3200.time.spot_test", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.time.", + "callee": "tests.ports.cc3200.time.spot_test", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.time.", + "callee": "tests.ports.cc3200.time.spot_test", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.time.", + "callee": "tests.ports.cc3200.time.spot_test", + "lineno": 77, + "resolution": "direct_name_call" + } + ], + "tests.ports.cc3200.timer": [ + { + "caller": "tests.ports.cc3200.timer.", + "callee": ".machine.Timer", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.timer.", + "callee": ".machine.Timer", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.timer.", + "callee": ".machine.Timer", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.timer.", + "callee": ".machine.Timer", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.timer.TimerTest.__init__", + "callee": ".machine.Timer", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.timer.", + "callee": "tests.ports.cc3200.timer.TimerTest.__init__", + "lineno": 53, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.ports.cc3200.timer.", + "callee": ".machine.Timer", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.timer.", + "callee": ".machine.Timer", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.timer.", + "callee": ".machine.Timer", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.timer.", + "callee": ".machine.Timer", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.timer.", + "callee": ".machine.Timer", + "lineno": 104, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.timer.", + "callee": ".machine.Timer", + "lineno": 108, + "resolution": "external_constructor_call" + } + ], + "tests.ports.cc3200.uart": [ + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 73, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 91, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 115, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 116, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 120, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 125, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 129, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 152, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart.", + "callee": ".machine.UART", + "lineno": 157, + "resolution": "external_constructor_call" + } + ], + "tests.ports.cc3200.uart_irq": [ + { + "caller": "tests.ports.cc3200.uart_irq.", + "callee": ".machine.UART", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.uart_irq.", + "callee": ".machine.UART", + "lineno": 27, + "resolution": "external_constructor_call" + } + ], + "tests.ports.cc3200.wdt": [ + { + "caller": "tests.ports.cc3200.wdt.", + "callee": ".machine.WDT", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.wdt.", + "callee": ".machine.WDT", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.wdt.", + "callee": ".machine.WDT", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.wdt.", + "callee": ".machine.WDT", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.wdt.", + "callee": ".machine.WDT", + "lineno": 28, + "resolution": "external_constructor_call" + } + ], + "tests.ports.cc3200.reset.reset": [ + { + "caller": "tests.ports.cc3200.reset.reset.", + "callee": ".machine.WDT", + "lineno": 15, + "resolution": "external_constructor_call" + } + ], + "tests.ports.cc3200.skipped.rtc_irq": [ + { + "caller": "tests.ports.cc3200.skipped.rtc_irq.", + "callee": ".machine.RTC", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.skipped.rtc_irq.", + "callee": "tests.ports.cc3200.skipped.rtc_irq.rtc_ticks_ms", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.skipped.rtc_irq.", + "callee": "tests.ports.cc3200.skipped.rtc_irq.rtc_ticks_ms", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.skipped.rtc_irq.", + "callee": "tests.ports.cc3200.skipped.rtc_irq.rtc_ticks_ms", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.skipped.rtc_irq.", + "callee": "tests.ports.cc3200.skipped.rtc_irq.rtc_ticks_ms", + "lineno": 81, + "resolution": "direct_name_call" + } + ], + "tests.ports.cc3200.wlan.machine": [ + { + "caller": "tests.ports.cc3200.wlan.machine.", + "callee": ".network.WLAN", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.wlan.machine.", + "callee": ".list.append", + "lineno": 26, + "resolution": "local_builtin_method_call" + } + ], + "tests.ports.cc3200.wlan.server": [], + "tests.ports.cc3200.wlan.wlan": [ + { + "caller": "tests.ports.cc3200.wlan.wlan.", + "callee": ".network.WLAN", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.wlan.wlan.", + "callee": ".network.WLAN", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.wlan.wlan.", + "callee": ".network.WLAN", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.wlan.wlan.", + "callee": ".network.WLAN", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.wlan.wlan.", + "callee": "tests.ports.cc3200.wlan.wlan.wait_for_connection", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.wlan.wlan.", + "callee": "tests.ports.cc3200.wlan.wlan.wait_for_connection", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.wlan.wlan.", + "callee": "tests.ports.cc3200.wlan.wlan.wait_for_connection", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.wlan.wlan.", + "callee": "tests.ports.cc3200.wlan.wlan.wait_for_connection", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.cc3200.wlan.wlan.", + "callee": ".network.WLAN", + "lineno": 109, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.wlan.wlan.", + "callee": ".network.WLAN", + "lineno": 111, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.cc3200.wlan.wlan.", + "callee": ".network.WLAN", + "lineno": 134, + "resolution": "external_constructor_call" + } + ], + "tests.ports.esp32.check_err_str": [], + "tests.ports.esp32.esp32_idf_heap_info": [ + { + "caller": "tests.ports.esp32.esp32_idf_heap_info.", + "callee": "tests.ports.esp32.esp32_idf_heap_info.chk_heap", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.esp32.esp32_idf_heap_info.", + "callee": "tests.ports.esp32.esp32_idf_heap_info.chk_heap", + "lineno": 44, + "resolution": "direct_name_call" + } + ], + "tests.ports.esp32.esp32_nvs": [ + { + "caller": "tests.ports.esp32.esp32_nvs.", + "callee": ".esp32.NVS", + "lineno": 5, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.esp32.esp32_nvs.", + "callee": ".esp32.NVS", + "lineno": 53, + "resolution": "external_constructor_call" + } + ], + "tests.ports.esp32.partition_ota": [ + { + "caller": "tests.ports.esp32.partition_ota.", + "callee": ".esp32.Partition", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.esp32.partition_ota.copy_partition", + "callee": "tests.ports.esp32.partition_ota.log", + "lineno": 88, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.esp32.partition_ota.", + "callee": "tests.ports.esp32.partition_ota.copy_partition", + "lineno": 108, + "resolution": "direct_name_call" + } + ], + "tests.ports.qemu.asm_test": [], + "tests.ports.qemu.mpy_arch_flags_test": [ + { + "caller": "tests.ports.qemu.mpy_arch_flags_test.UserFS.open", + "callee": "tests.ports.qemu.mpy_arch_flags_test.UserFile.__init__", + "lineno": 52, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.ports.qemu.mpy_arch_flags_test.mp_encode_uint", + "callee": ".list.insert", + "lineno": 59, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.ports.qemu.mpy_arch_flags_test.add_flags", + "callee": "tests.ports.qemu.mpy_arch_flags_test.mp_encode_uint", + "lineno": 68, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.qemu.mpy_arch_flags_test.", + "callee": "tests.ports.qemu.mpy_arch_flags_test.add_flags", + "lineno": 81, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.qemu.mpy_arch_flags_test.", + "callee": "tests.ports.qemu.mpy_arch_flags_test.add_flags", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.qemu.mpy_arch_flags_test.", + "callee": "tests.ports.qemu.mpy_arch_flags_test.add_flags", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.qemu.mpy_arch_flags_test.", + "callee": "tests.ports.qemu.mpy_arch_flags_test.add_flags", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.qemu.mpy_arch_flags_test.", + "callee": "tests.ports.qemu.mpy_arch_flags_test.add_flags", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.qemu.mpy_arch_flags_test.", + "callee": "tests.ports.qemu.mpy_arch_flags_test.UserFS.__init__", + "lineno": 93, + "resolution": "same_module_class_call" + } + ], + "tests.ports.qemu.native_test": [], + "tests.ports.qemu.romfs_test": [ + { + "caller": "tests.ports.qemu.romfs_test.", + "callee": "tests.ports.qemu.romfs_test.is_test_partition", + "lineno": 45, + "resolution": "direct_name_call" + } + ], + "tests.ports.qemu.viper_test": [], + "tests.ports.renesas-ra.freq": [], + "tests.ports.renesas-ra.i2c": [ + { + "caller": "tests.ports.renesas-ra.i2c.", + "callee": ".machine.I2C", + "lineno": 17, + "resolution": "external_constructor_call" + } + ], + "tests.ports.renesas-ra.modtime": [ + { + "caller": "tests.ports.renesas-ra.modtime.test", + "callee": "tests.ports.renesas-ra.modtime.is_leap", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.renesas-ra.modtime.", + "callee": "tests.ports.renesas-ra.modtime.test", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.renesas-ra.modtime.", + "callee": "tests.ports.renesas-ra.modtime.spot_test", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.renesas-ra.modtime.", + "callee": "tests.ports.renesas-ra.modtime.spot_test", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.renesas-ra.modtime.", + "callee": "tests.ports.renesas-ra.modtime.spot_test", + "lineno": 68, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.renesas-ra.modtime.", + "callee": "tests.ports.renesas-ra.modtime.spot_test", + "lineno": 69, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.renesas-ra.modtime.", + "callee": "tests.ports.renesas-ra.modtime.spot_test", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.renesas-ra.modtime.", + "callee": "tests.ports.renesas-ra.modtime.spot_test", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.renesas-ra.modtime.", + "callee": "tests.ports.renesas-ra.modtime.spot_test", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.renesas-ra.modtime.", + "callee": "tests.ports.renesas-ra.modtime.spot_test", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.renesas-ra.modtime.", + "callee": "tests.ports.renesas-ra.modtime.spot_test", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.renesas-ra.modtime.", + "callee": "tests.ports.renesas-ra.modtime.spot_test", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.renesas-ra.modtime.", + "callee": "tests.ports.renesas-ra.modtime.spot_test", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.renesas-ra.modtime.", + "callee": "tests.ports.renesas-ra.modtime.spot_test", + "lineno": 77, + "resolution": "direct_name_call" + } + ], + "tests.ports.renesas-ra.pin": [ + { + "caller": "tests.ports.renesas-ra.pin.", + "callee": ".machine.Pin", + "lineno": 3, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.renesas-ra.pin.", + "callee": ".machine.Pin", + "lineno": 9, + "resolution": "external_constructor_call" + } + ], + "tests.ports.renesas-ra.rtc_init": [ + { + "caller": "tests.ports.renesas-ra.rtc_init.", + "callee": ".machine.RTC", + "lineno": 5, + "resolution": "external_constructor_call" + } + ], + "tests.ports.renesas-ra.spi": [ + { + "caller": "tests.ports.renesas-ra.spi.", + "callee": ".machine.SPI", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.renesas-ra.spi.", + "callee": ".machine.SPI", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.renesas-ra.spi.", + "callee": ".machine.SPI", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.renesas-ra.spi.", + "callee": ".machine.SPI", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.renesas-ra.spi.", + "callee": ".machine.SPI", + "lineno": 29, + "resolution": "external_constructor_call" + } + ], + "tests.ports.renesas-ra.uart1": [ + { + "caller": "tests.ports.renesas-ra.uart1.", + "callee": ".machine.UART", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.renesas-ra.uart1.", + "callee": ".machine.UART", + "lineno": 45, + "resolution": "external_constructor_call" + } + ], + "tests.ports.rp2.rp2_dma": [ + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_printing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 23, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 37, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 46, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 48, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_pack_unpack_ctrl", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 49, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_register_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_register_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_register_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 59, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_register_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_register_access", + "callee": ".unittest.TestCase.assertIn", + "lineno": 61, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_register_access", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 62, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_close", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 72, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_simple_memory_copy", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 79, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_simple_memory_copy", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_simple_memory_copy", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 84, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_time_taken_for_large_memory_copy", + "callee": "tests.ports.rp2.rp2_dma.Test.test_time_taken_for_large_memory_copy.run_and_time_dma", + "lineno": 108, + "resolution": "same_class_name_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_time_taken_for_large_memory_copy", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_time_taken_for_large_memory_copy", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 110, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_time_taken_for_large_memory_copy", + "callee": "tests.ports.rp2.rp2_dma.Test.tearDown", + "lineno": 111, + "resolution": "self_method_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_time_taken_for_large_memory_copy", + "callee": "tests.ports.rp2.rp2_dma.Test.setUp", + "lineno": 112, + "resolution": "self_method_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_time_taken_for_large_memory_copy", + "callee": ".unittest.TestCase.assertIn", + "lineno": 114, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_config_trigger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 123, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_config_trigger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 124, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_irq", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 146, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_irq", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 147, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma.Test.test_irq", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 148, + "resolution": "external_inherited_call" + } + ], + "tests.ports.rp2.rp2_dma_timer": [ + { + "caller": "tests.ports.rp2.rp2_dma_timer.Test.test_printing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 24, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma_timer.Test.test_set_ratio_unity", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma_timer.Test.test_set_ratio", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma_timer.Test.test_set_freq", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma_timer.Test.test_speed_throttle", + "callee": "tests.ports.rp2.rp2_dma_timer.Test.test_speed_throttle.time_dma", + "lineno": 70, + "resolution": "same_class_name_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma_timer.Test.test_speed_throttle", + "callee": ".list.append", + "lineno": 71, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma_timer.Test.test_speed_throttle", + "callee": ".list.append", + "lineno": 73, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma_timer.Test.test_speed_throttle", + "callee": ".unittest.TestCase.assertIn", + "lineno": 76, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_dma_timer.Test.test_speed_throttle", + "callee": ".unittest.TestCase.assertIn", + "lineno": 80, + "resolution": "external_inherited_call" + } + ], + "tests.ports.rp2.rp2_lightsleep": [ + { + "caller": "tests.ports.rp2.rp2_lightsleep.", + "callee": ".machine.Pin", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.rp2.rp2_lightsleep.", + "callee": ".machine.lightsleep", + "lineno": 28, + "resolution": "external_constructor_call" + } + ], + "tests.ports.rp2.rp2_lightsleep_regs": [ + { + "caller": "tests.ports.rp2.rp2_lightsleep_regs.Test.test_sleep_en_regs", + "callee": ".machine.lightsleep", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.rp2.rp2_lightsleep_regs.Test.test_sleep_en_regs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_lightsleep_regs.Test.test_sleep_en_regs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 54, + "resolution": "external_inherited_call" + } + ], + "tests.ports.rp2.rp2_lightsleep_thread": [ + { + "caller": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.thread_entry", + "callee": ".machine.lightsleep", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.test_cpu0_busy", + "callee": ".unittest.TestCase.assertLessEqual", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.test_cpu0_busy", + "callee": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.elapsed_ms", + "lineno": 35, + "resolution": "self_method_call" + }, + { + "caller": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.test_cpu0_busy", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.test_cpu0_busy", + "callee": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.elapsed_ms", + "lineno": 36, + "resolution": "self_method_call" + }, + { + "caller": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.test_cpu0_sleeping", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.test_cpu0_sleeping", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.test_cpu0_sleeping", + "callee": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.elapsed_ms", + "lineno": 42, + "resolution": "self_method_call" + }, + { + "caller": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.test_cpu0_also_lightsleep", + "callee": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.thread_entry", + "lineno": 47, + "resolution": "self_method_call" + }, + { + "caller": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.test_cpu0_also_lightsleep", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 66, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.test_cpu0_also_lightsleep", + "callee": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.elapsed_ms", + "lineno": 66, + "resolution": "self_method_call" + }, + { + "caller": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.test_cpu0_also_lightsleep", + "callee": ".unittest.TestCase.assertLessEqual", + "lineno": 67, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.test_cpu0_also_lightsleep", + "callee": "tests.ports.rp2.rp2_lightsleep_thread.LightSleepInThread.elapsed_ms", + "lineno": 67, + "resolution": "self_method_call" + } + ], + "tests.ports.rp2.rp2_machine_idle": [], + "tests.ports.rp2.rp2_thread_reset_part1": [], + "tests.ports.rp2.rp2_thread_reset_part2": [], + "tests.ports.rp2.rp2_uart": [ + { + "caller": "tests.ports.rp2.rp2_uart.", + "callee": ".machine.UART", + "lineno": 6, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.rp2.rp2_uart.", + "callee": ".machine.UART", + "lineno": 10, + "resolution": "external_constructor_call" + } + ], + "tests.ports.stm32.accel": [], + "tests.ports.stm32.adc": [ + { + "caller": "tests.ports.stm32.adc.", + "callee": ".pyb.ADC", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.adc.", + "callee": ".pyb.ADC", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.adc.", + "callee": ".pyb.Timer", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "tests.ports.stm32.adcall": [ + { + "caller": "tests.ports.stm32.adcall.", + "callee": ".pyb.ADCAll", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.adcall.", + "callee": ".pyb.ADCAll", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.adcall.", + "callee": ".pyb.ADCAll", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.adcall.", + "callee": ".pyb.Pin", + "lineno": 43, + "resolution": "external_constructor_call" + } + ], + "tests.ports.stm32.board_pybv1x": [], + "tests.ports.stm32.dac": [], + "tests.ports.stm32.extint": [], + "tests.ports.stm32.i2c": [ + { + "caller": "tests.ports.stm32.i2c.", + "callee": ".pyb.I2C", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.i2c.", + "callee": ".pyb.I2C", + "lineno": 15, + "resolution": "external_constructor_call" + } + ], + "tests.ports.stm32.i2c_accel": [ + { + "caller": "tests.ports.stm32.i2c_accel.", + "callee": ".pyb.Accel", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.i2c_accel.", + "callee": ".pyb.I2C", + "lineno": 13, + "resolution": "external_constructor_call" + } + ], + "tests.ports.stm32.i2c_error": [ + { + "caller": "tests.ports.stm32.i2c_error.", + "callee": ".pyb.I2C", + "lineno": 15, + "resolution": "external_constructor_call" + } + ], + "tests.ports.stm32.irq": [ + { + "caller": "tests.ports.stm32.irq.", + "callee": "tests.ports.stm32.irq.test_irq", + "lineno": 25, + "resolution": "direct_name_call" + } + ], + "tests.ports.stm32.led": [], + "tests.ports.stm32.modstm": [], + "tests.ports.stm32.modtime": [ + { + "caller": "tests.ports.stm32.modtime.test", + "callee": "tests.ports.stm32.modtime.is_leap", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.modtime.", + "callee": "tests.ports.stm32.modtime.test", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.modtime.", + "callee": "tests.ports.stm32.modtime.spot_test", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.modtime.", + "callee": "tests.ports.stm32.modtime.spot_test", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.modtime.", + "callee": "tests.ports.stm32.modtime.spot_test", + "lineno": 68, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.modtime.", + "callee": "tests.ports.stm32.modtime.spot_test", + "lineno": 69, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.modtime.", + "callee": "tests.ports.stm32.modtime.spot_test", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.modtime.", + "callee": "tests.ports.stm32.modtime.spot_test", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.modtime.", + "callee": "tests.ports.stm32.modtime.spot_test", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.modtime.", + "callee": "tests.ports.stm32.modtime.spot_test", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.modtime.", + "callee": "tests.ports.stm32.modtime.spot_test", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.modtime.", + "callee": "tests.ports.stm32.modtime.spot_test", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.modtime.", + "callee": "tests.ports.stm32.modtime.spot_test", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.modtime.", + "callee": "tests.ports.stm32.modtime.spot_test", + "lineno": 77, + "resolution": "direct_name_call" + } + ], + "tests.ports.stm32.pin": [ + { + "caller": "tests.ports.stm32.pin.", + "callee": ".pyb.Pin", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.pin.", + "callee": ".pyb.Pin", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.pin.", + "callee": ".pyb.Pin", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.pin.", + "callee": ".pyb.Pin", + "lineno": 17, + "resolution": "external_constructor_call" + } + ], + "tests.ports.stm32.pyb1": [], + "tests.ports.stm32.pyb_can": [ + { + "caller": "tests.ports.stm32.pyb_can.", + "callee": ".pyb.CAN", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.pyb_can.", + "callee": ".pyb.CAN", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.pyb_can.", + "callee": ".pyb.CAN", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.pyb_can.", + "callee": ".array.array", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.pyb_can.", + "callee": ".array.array", + "lineno": 112, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.pyb_can.", + "callee": ".array.array", + "lineno": 145, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.pyb_can.", + "callee": ".pyb.CAN", + "lineno": 154, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.pyb_can.", + "callee": ".pyb.CAN", + "lineno": 209, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.pyb_can.", + "callee": ".pyb.CAN", + "lineno": 252, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.pyb_can.", + "callee": "tests.ports.stm32.pyb_can.print_rtr", + "lineno": 282, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.pyb_can.", + "callee": "tests.ports.stm32.pyb_can.print_rtr", + "lineno": 284, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.pyb_can.", + "callee": "tests.ports.stm32.pyb_can.print_rtr", + "lineno": 286, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.pyb_can.", + "callee": "tests.ports.stm32.pyb_can.print_rtr", + "lineno": 290, + "resolution": "direct_name_call" + } + ], + "tests.ports.stm32.pyb_can_classic_rtr_filter": [ + { + "caller": "tests.ports.stm32.pyb_can_classic_rtr_filter.", + "callee": ".pyb.CAN", + "lineno": 13, + "resolution": "external_constructor_call" + } + ], + "tests.ports.stm32.pyb_can_classic_rx": [ + { + "caller": "tests.ports.stm32.pyb_can_classic_rx.", + "callee": ".pyb.CAN", + "lineno": 16, + "resolution": "external_constructor_call" + } + ], + "tests.ports.stm32.pyb_can_instances": [ + { + "caller": "tests.ports.stm32.pyb_can_instances.", + "callee": ".pyb.CAN", + "lineno": 6, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.pyb_can_instances.", + "callee": ".pyb.CAN", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.pyb_can_instances.Test.test_can12", + "callee": "tests.ports.stm32.pyb_can_instances.Test._test_pairs", + "lineno": 28, + "resolution": "self_method_call" + }, + { + "caller": "tests.ports.stm32.pyb_can_instances.Test.test_can3", + "callee": "tests.ports.stm32.pyb_can_instances.Test._test_pairs", + "lineno": 32, + "resolution": "self_method_call" + }, + { + "caller": "tests.ports.stm32.pyb_can_instances.Test._test_pairs", + "callee": "tests.ports.stm32.pyb_can_instances.Test._test_controller_pair", + "lineno": 37, + "resolution": "self_method_call" + }, + { + "caller": "tests.ports.stm32.pyb_can_instances.Test._test_controller_pair", + "callee": ".pyb.CAN", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.pyb_can_instances.Test._test_controller_pair", + "callee": ".pyb.CAN", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.pyb_can_instances.Test._test_controller_pair", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 72, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.stm32.pyb_can_instances.Test._test_controller_pair", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 76, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.stm32.pyb_can_instances.Test._test_controller_pair", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 83, + "resolution": "external_inherited_call" + } + ], + "tests.ports.stm32.pyb_f405": [], + "tests.ports.stm32.pyb_f411": [], + "tests.ports.stm32.rtc": [ + { + "caller": "tests.ports.stm32.rtc.", + "callee": ".pyb.RTC", + "lineno": 6, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print", + "lineno": 26, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print", + "lineno": 29, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_calib", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_calib", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_calib", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_calib", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_calib", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_calib", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_calib", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_calib", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_calib", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_wakeup", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_wakeup", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_wakeup", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_wakeup", + "lineno": 80, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_wakeup", + "lineno": 81, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_wakeup", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_wakeup", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_wakeup", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_wakeup", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_wakeup", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_wakeup", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_wakeup", + "lineno": 88, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_wakeup", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_wakeup", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.stm32.rtc.", + "callee": "tests.ports.stm32.rtc.set_and_print_wakeup", + "lineno": 91, + "resolution": "direct_name_call" + } + ], + "tests.ports.stm32.servo": [ + { + "caller": "tests.ports.stm32.servo.", + "callee": ".pyb.Servo", + "lineno": 7, + "resolution": "external_constructor_call" + } + ], + "tests.ports.stm32.spi": [ + { + "caller": "tests.ports.stm32.spi.", + "callee": ".pyb.SPI", + "lineno": 6, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.spi.", + "callee": ".pyb.SPI", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.spi.", + "callee": ".pyb.SPI", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.spi.", + "callee": ".pyb.SPI", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.spi.", + "callee": ".pyb.SPI", + "lineno": 16, + "resolution": "external_constructor_call" + } + ], + "tests.ports.stm32.switch": [ + { + "caller": "tests.ports.stm32.switch.", + "callee": ".pyb.Switch", + "lineno": 3, + "resolution": "external_constructor_call" + } + ], + "tests.ports.stm32.timer": [ + { + "caller": "tests.ports.stm32.timer.", + "callee": ".pyb.Timer", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.timer.", + "callee": ".pyb.Timer", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.timer.", + "callee": ".pyb.Timer", + "lineno": 21, + "resolution": "external_constructor_call" + } + ], + "tests.ports.stm32.timer_callback": [ + { + "caller": "tests.ports.stm32.timer_callback.", + "callee": ".pyb.Timer", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.timer_callback.", + "callee": ".pyb.Timer", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.timer_callback.", + "callee": ".pyb.Timer", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.timer_callback.", + "callee": "tests.ports.stm32.timer_callback.cb3", + "lineno": 58, + "resolution": "direct_name_call" + } + ], + "tests.ports.stm32.uart": [ + { + "caller": "tests.ports.stm32.uart.", + "callee": ".pyb.UART", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.uart.", + "callee": ".pyb.UART", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.uart.", + "callee": ".pyb.UART", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.uart.", + "callee": ".pyb.UART", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32.uart.", + "callee": ".pyb.UART", + "lineno": 34, + "resolution": "external_constructor_call" + } + ], + "tests.ports.stm32_hardware.spi_dma_align": [ + { + "caller": "tests.ports.stm32_hardware.spi_dma_align.Test.setUpClass", + "callee": ".machine.SPI", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.ports.stm32_hardware.spi_dma_align.Test.test_variable_offset_fixed_length", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 28, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.stm32_hardware.spi_dma_align.Test.test_variable_offset_and_lengths", + "callee": ".unittest.TestCase.skipTest", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "tests.ports.stm32_hardware.spi_dma_align.Test.test_variable_offset_and_lengths", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 55, + "resolution": "external_inherited_call" + } + ], + "tests.ports.unix.extra_coverage": [ + { + "caller": "tests.ports.unix.extra_coverage.", + "callee": ".frzqstr.returns_NULL", + "lineno": 129, + "resolution": "external_constructor_call" + } + ], + "tests.ports.unix.ffi_callback": [ + { + "caller": "tests.ports.unix.ffi_callback.", + "callee": "tests.ports.unix.ffi_callback.ffi_open", + "lineno": 19, + "resolution": "direct_name_call" + } + ], + "tests.ports.unix.ffi_float": [ + { + "caller": "tests.ports.unix.ffi_float.", + "callee": "tests.ports.unix.ffi_float.ffi_open", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.unix.ffi_float.", + "callee": "tests.ports.unix.ffi_float.ffi_open", + "lineno": 36, + "resolution": "direct_name_call" + } + ], + "tests.ports.unix.ffi_float2": [ + { + "caller": "tests.ports.unix.ffi_float2.", + "callee": "tests.ports.unix.ffi_float2.ffi_open", + "lineno": 20, + "resolution": "direct_name_call" + } + ], + "tests.ports.unix.ffi_int_base": [], + "tests.ports.unix.ffi_int_long32": [], + "tests.ports.unix.ffi_int_long64": [], + "tests.ports.unix.ffi_int_types": [], + "tests.ports.unix.mod_os": [], + "tests.ports.unix.time_mktime_localtime": [ + { + "caller": "tests.ports.unix.time_mktime_localtime.test", + "callee": "tests.ports.unix.time_mktime_localtime.is_leap", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "tests.ports.unix.time_mktime_localtime.", + "callee": "tests.ports.unix.time_mktime_localtime.test", + "lineno": 60, + "resolution": "direct_name_call" + } + ], + "tests.stress.bytecode_limit": [ + { + "caller": "tests.stress.bytecode_limit.", + "callee": ".list.append", + "lineno": 21, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.stress.bytecode_limit.", + "callee": ".list.append", + "lineno": 26, + "resolution": "local_builtin_method_call" + } + ], + "tests.stress.dict_copy": [ + { + "caller": "tests.stress.dict_copy.", + "callee": ".dict.copy", + "lineno": 9, + "resolution": "local_builtin_method_call" + } + ], + "tests.stress.dict_create": [], + "tests.stress.dict_create_max": [], + "tests.stress.fun_call_limit": [ + { + "caller": "tests.stress.fun_call_limit.", + "callee": "tests.stress.fun_call_limit.test", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tests.stress.fun_call_limit.", + "callee": "tests.stress.fun_call_limit.test", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.stress.fun_call_limit.", + "callee": "tests.stress.fun_call_limit.test", + "lineno": 29, + "resolution": "direct_name_call" + } + ], + "tests.stress.gc_trace": [], + "tests.stress.list_sort": [], + "tests.stress.qstr_limit": [ + { + "caller": "tests.stress.qstr_limit.", + "callee": "tests.stress.qstr_limit.make_id", + "lineno": 12, + "resolution": "direct_name_call" + }, + { + "caller": "tests.stress.qstr_limit.", + "callee": "tests.stress.qstr_limit.make_id", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.stress.qstr_limit.", + "callee": "tests.stress.qstr_limit.make_id", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tests.stress.qstr_limit.", + "callee": "tests.stress.qstr_limit.make_id", + "lineno": 47, + "resolution": "direct_name_call" + }, + { + "caller": "tests.stress.qstr_limit.", + "callee": "tests.stress.qstr_limit.make_id", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.stress.qstr_limit.", + "callee": "tests.stress.qstr_limit.make_id", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "tests.stress.qstr_limit.", + "callee": "tests.stress.qstr_limit.make_id", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "tests.stress.qstr_limit.", + "callee": "tests.stress.qstr_limit.make_id", + "lineno": 79, + "resolution": "direct_name_call" + } + ], + "tests.stress.qstr_limit_str_modulo": [ + { + "caller": "tests.stress.qstr_limit_str_modulo.", + "callee": "tests.stress.qstr_limit_str_modulo.make_id", + "lineno": 17, + "resolution": "direct_name_call" + } + ], + "tests.stress.recursion": [ + { + "caller": "tests.stress.recursion.foo", + "callee": "tests.stress.recursion.foo", + "lineno": 2, + "resolution": "direct_name_call" + }, + { + "caller": "tests.stress.recursion.", + "callee": "tests.stress.recursion.foo", + "lineno": 6, + "resolution": "direct_name_call" + } + ], + "tests.stress.recursive_data": [], + "tests.stress.recursive_gen": [ + { + "caller": "tests.stress.recursive_gen.gen", + "callee": "tests.stress.recursive_gen.gen", + "lineno": 6, + "resolution": "direct_name_call" + }, + { + "caller": "tests.stress.recursive_gen.", + "callee": "tests.stress.recursive_gen.gen", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.stress.recursive_gen.gen2", + "callee": "tests.stress.recursive_gen.gen2", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "tests.stress.recursive_gen.", + "callee": "tests.stress.recursive_gen.gen2", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "tests.stress.recursive_iternext": [ + { + "caller": "tests.stress.recursive_iternext.", + "callee": "tests.stress.recursive_iternext.recurse_iternext", + "lineno": 37, + "resolution": "direct_name_call" + } + ], + "tests.target_wiring.alif": [], + "tests.target_wiring.EK_RA6M2": [], + "tests.target_wiring.esp32": [], + "tests.target_wiring.esp8266": [], + "tests.target_wiring.mimxrt": [], + "tests.target_wiring.nrf": [], + "tests.target_wiring.NUCLEO_WB55": [], + "tests.target_wiring.PYBx": [], + "tests.target_wiring.renesas-ra": [], + "tests.target_wiring.rp2": [], + "tests.target_wiring.samd": [], + "tests.target_wiring.stm32": [], + "tests.target_wiring.ZEPHYR_NUCLEO_WB55RG": [], + "tests.thread.disable_irq": [ + { + "caller": "tests.thread.disable_irq.inc_count_multiple", + "callee": "tests.thread.disable_irq.inc_count", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.disable_irq.thread_entry", + "callee": "tests.thread.disable_irq.inc_count_multiple", + "lineno": 40, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.disable_irq.", + "callee": "tests.thread.disable_irq.inc_count_multiple", + "lineno": 45, + "resolution": "direct_name_call" + } + ], + "tests.thread.mutate_bytearray": [], + "tests.thread.mutate_dict": [ + { + "caller": "tests.thread.mutate_dict.th", + "callee": ".dict.pop", + "lineno": 25, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.thread.mutate_dict.", + "callee": ".dict.items", + "lineno": 45, + "resolution": "local_builtin_method_call" + } + ], + "tests.thread.mutate_instance": [ + { + "caller": "tests.thread.mutate_instance.", + "callee": "tests.thread.mutate_instance.User.__init__", + "lineno": 17, + "resolution": "same_module_class_call" + } + ], + "tests.thread.mutate_list": [], + "tests.thread.mutate_set": [], + "tests.thread.stress_aes": [ + { + "caller": "tests.thread.stress_aes.aes_gf8_mul_3", + "callee": "tests.thread.stress_aes.aes_gf8_mul_2", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.stress_aes.aes_sb_sr_mc_ark", + "callee": "tests.thread.stress_aes.aes_gf8_mul_2", + "lineno": 100, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.stress_aes.aes_sb_sr_mc_ark", + "callee": "tests.thread.stress_aes.aes_gf8_mul_3", + "lineno": 100, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.stress_aes.aes_sb_sr_mc_ark", + "callee": "tests.thread.stress_aes.aes_gf8_mul_2", + "lineno": 101, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.stress_aes.aes_sb_sr_mc_ark", + "callee": "tests.thread.stress_aes.aes_gf8_mul_3", + "lineno": 101, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.stress_aes.aes_sb_sr_mc_ark", + "callee": "tests.thread.stress_aes.aes_gf8_mul_2", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.stress_aes.aes_sb_sr_mc_ark", + "callee": "tests.thread.stress_aes.aes_gf8_mul_3", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.stress_aes.aes_sb_sr_mc_ark", + "callee": "tests.thread.stress_aes.aes_gf8_mul_3", + "lineno": 103, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.stress_aes.aes_sb_sr_mc_ark", + "callee": "tests.thread.stress_aes.aes_gf8_mul_2", + "lineno": 103, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.stress_aes.aes_state", + "callee": "tests.thread.stress_aes.aes_add_round_key", + "lineno": 132, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.stress_aes.aes_state", + "callee": "tests.thread.stress_aes.aes_sb_sr_mc_ark", + "lineno": 135, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.stress_aes.aes_state", + "callee": "tests.thread.stress_aes.aes_sb_sr_ark", + "lineno": 137, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.stress_aes.aes_key_expansion", + "callee": "tests.thread.stress_aes.aes_s_box", + "lineno": 150, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.stress_aes.aes_key_expansion", + "callee": "tests.thread.stress_aes.aes_r_con", + "lineno": 150, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.stress_aes.aes_key_expansion", + "callee": "tests.thread.stress_aes.aes_s_box", + "lineno": 152, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.stress_aes.aes_key_expansion", + "callee": "tests.thread.stress_aes.aes_s_box", + "lineno": 155, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.stress_aes.AES.set_key", + "callee": "tests.thread.stress_aes.aes_key_expansion", + "lineno": 187, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.stress_aes.AES.get_some_state", + "callee": "tests.thread.stress_aes.aes_state", + "lineno": 197, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.stress_aes.AES.apply_to", + "callee": "tests.thread.stress_aes.AES.get_some_state", + "lineno": 208, + "resolution": "self_method_call" + }, + { + "caller": "tests.thread.stress_aes.", + "callee": "tests.thread.stress_aes.LockedCounter.__init__", + "lineno": 234, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.thread.stress_aes.thread_entry", + "callee": "tests.thread.stress_aes.AES.__init__", + "lineno": 240, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.thread.stress_aes.thread_entry", + "callee": "tests.thread.stress_aes.AES.set_key", + "lineno": 248, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.thread.stress_aes.thread_entry", + "callee": "tests.thread.stress_aes.AES.set_iv", + "lineno": 249, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.thread.stress_aes.thread_entry", + "callee": "tests.thread.stress_aes.AES.apply_to", + "lineno": 251, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.thread.stress_aes.thread_entry", + "callee": "tests.thread.stress_aes.AES.set_key", + "lineno": 254, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.thread.stress_aes.thread_entry", + "callee": "tests.thread.stress_aes.AES.set_iv", + "lineno": 255, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.thread.stress_aes.thread_entry", + "callee": "tests.thread.stress_aes.AES.apply_to", + "lineno": 257, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.thread.stress_aes.thread_entry", + "callee": "tests.thread.stress_aes.LockedCounter.add", + "lineno": 263, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.thread.stress_aes.", + "callee": "tests.thread.stress_aes.thread_entry", + "lineno": 284, + "resolution": "direct_name_call" + } + ], + "tests.thread.stress_create": [], + "tests.thread.stress_heap": [ + { + "caller": "tests.thread.stress_heap.thread_entry", + "callee": "tests.thread.stress_heap.last", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "tests.thread.stress_recurse": [ + { + "caller": "tests.thread.stress_recurse.foo", + "callee": "tests.thread.stress_recurse.foo", + "lineno": 10, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.stress_recurse.thread_entry", + "callee": "tests.thread.stress_recurse.foo", + "lineno": 15, + "resolution": "direct_name_call" + } + ], + "tests.thread.stress_schedule": [], + "tests.thread.thread_coop": [ + { + "caller": "tests.thread.thread_coop.test_sleeps", + "callee": ".time.ticks_ms", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.thread.thread_coop.test_sleeps", + "callee": ".time.sleep_ms", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.thread.thread_coop.test_sleeps", + "callee": ".time.ticks_ms", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.thread.thread_coop.test_sleeps", + "callee": ".time.ticks_diff", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.thread.thread_coop.", + "callee": "tests.thread.thread_coop.test_sleeps", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.thread_coop.", + "callee": ".time.sleep_ms", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.thread.thread_coop.", + "callee": "tests.thread.thread_coop.busy_thread", + "lineno": 56, + "resolution": "direct_name_call" + } + ], + "tests.thread.thread_exc1": [ + { + "caller": "tests.thread.thread_exc1.thread_entry", + "callee": "tests.thread.thread_exc1.foo", + "lineno": 15, + "resolution": "direct_name_call" + } + ], + "tests.thread.thread_exc2": [], + "tests.thread.thread_exit1": [], + "tests.thread.thread_exit2": [], + "tests.thread.thread_gc1": [ + { + "caller": "tests.thread.thread_gc1.", + "callee": "tests.thread.thread_gc1.thread_entry", + "lineno": 43, + "resolution": "direct_name_call" + } + ], + "tests.thread.thread_heap_lock": [], + "tests.thread.thread_ident1": [], + "tests.thread.thread_lock1": [], + "tests.thread.thread_lock2": [], + "tests.thread.thread_lock3": [], + "tests.thread.thread_lock4_intbig": [ + { + "caller": "tests.thread.thread_lock4_intbig.", + "callee": ".list.sort", + "lineno": 53, + "resolution": "local_builtin_method_call" + } + ], + "tests.thread.thread_lock5": [], + "tests.thread.thread_qstr1": [ + { + "caller": "tests.thread.thread_qstr1.", + "callee": "tests.thread.thread_qstr1.th", + "lineno": 42, + "resolution": "direct_name_call" + } + ], + "tests.thread.thread_shared1": [ + { + "caller": "tests.thread.thread_shared1.thread_entry", + "callee": "tests.thread.thread_shared1.foo", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.thread_shared1.", + "callee": "tests.thread.thread_shared1.thread_entry", + "lineno": 39, + "resolution": "direct_name_call" + } + ], + "tests.thread.thread_shared2": [ + { + "caller": "tests.thread.thread_shared2.thread_entry", + "callee": "tests.thread.thread_shared2.foo", + "lineno": 16, + "resolution": "direct_name_call" + } + ], + "tests.thread.thread_sleep1": [ + { + "caller": "tests.thread.thread_sleep1.", + "callee": "tests.thread.thread_sleep1.thread_entry", + "lineno": 38, + "resolution": "direct_name_call" + } + ], + "tests.thread.thread_sleep2": [ + { + "caller": "tests.thread.thread_sleep2.thread_entry", + "callee": "tests.thread.thread_sleep2.sleep", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.thread.thread_sleep2.", + "callee": "tests.thread.thread_sleep2.sleep", + "lineno": 30, + "resolution": "direct_name_call" + } + ], + "tests.thread.thread_stacksize1": [ + { + "caller": "tests.thread.thread_stacksize1.thread_entry", + "callee": "tests.thread.thread_stacksize1.foo", + "lineno": 21, + "resolution": "direct_name_call" + } + ], + "tests.thread.thread_start1": [ + { + "caller": "tests.thread.thread_start1.thread_entry", + "callee": "tests.thread.thread_start1.foo", + "lineno": 15, + "resolution": "direct_name_call" + } + ], + "tests.thread.thread_start2": [], + "tests.thread.thread_stdin": [ + { + "caller": "tests.thread.thread_stdin.", + "callee": "tests.thread.thread_stdin.StdinWaiter.__init__", + "lineno": 33, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.thread.thread_stdin.", + "callee": "tests.thread.thread_stdin.StdinWaiter.__init__", + "lineno": 35, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.thread.thread_stdin.", + "callee": "tests.thread.thread_stdin.StdinWaiter.is_done", + "lineno": 41, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.thread.thread_stdin.", + "callee": "tests.thread.thread_stdin.StdinWaiter.is_done", + "lineno": 45, + "resolution": "local_typed_method_call" + } + ], + "tests.unicode.file1": [], + "tests.unicode.file2": [ + { + "caller": "tests.unicode.file2.", + "callee": "tests.unicode.file2.do", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.unicode.file2.", + "callee": "tests.unicode.file2.do", + "lineno": 28, + "resolution": "direct_name_call" + } + ], + "tests.unicode.file_invalid": [], + "tests.unicode.unicode": [ + { + "caller": "tests.unicode.unicode.", + "callee": ".str.encode", + "lineno": 17, + "resolution": "local_builtin_method_call" + } + ], + "tests.unicode.unicode_chr": [], + "tests.unicode.unicode_id": [ + { + "caller": "tests.unicode.unicode_id.", + "callee": "tests.unicode.unicode_id.\u03b1", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "tests.unicode.unicode_id.", + "callee": "tests.unicode.unicode_id.\u03c6.__init__", + "lineno": 32, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.unicode.unicode_id.", + "callee": "tests.unicode.unicode_id.\u03c6.\u03b4", + "lineno": 34, + "resolution": "local_typed_method_call" + } + ], + "tests.unicode.unicode_index": [], + "tests.unicode.unicode_iter": [], + "tests.unicode.unicode_ord": [], + "tests.unicode.unicode_pos": [], + "tests.unicode.unicode_slice": [], + "tests.unicode.unicode_str_format": [], + "tests.unicode.unicode_str_modulo": [], + "tests.unicode.unicode_subscr": [], + "tests.unicode.unicode_ure": [ + { + "caller": "tests.unicode.unicode_ure.", + "callee": "tests.unicode.unicode_ure.print_spans", + "lineno": 29, + "resolution": "direct_name_call" + } + ], + "tools.ar_util": [ + { + "caller": "tools.ar_util.CachedArFile.__init__", + "callee": ".ar.Archive", + "lineno": 100, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.ar_util.CachedArFile.__init__", + "callee": "tools.ar_util.CachedArFile.open", + "lineno": 100, + "resolution": "same_class_name_call" + }, + { + "caller": "tools.ar_util.CachedArFile.__init__", + "callee": "tools.ar_util.CachedArFile.load_symbols", + "lineno": 101, + "resolution": "self_method_call" + }, + { + "caller": "tools.ar_util.CachedArFile._cache_key", + "callee": "tools.ar_util.CachedArFile.open", + "lineno": 110, + "resolution": "same_class_name_call" + }, + { + "caller": "tools.ar_util.CachedArFile.load_symbols", + "callee": ".collections.defaultdict", + "lineno": 120, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.ar_util.CachedArFile.load_symbols", + "callee": "tools.ar_util.CachedArFile.open", + "lineno": 124, + "resolution": "self_method_call" + }, + { + "caller": "tools.ar_util.CachedArFile.load_symbols", + "callee": "tools.ar_util.cached", + "lineno": 117, + "resolution": "direct_name_call" + }, + { + "caller": "tools.ar_util.CachedArFile.load_symbols", + "callee": "tools.ar_util.PickleCache.__init__", + "lineno": 117, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.ar_util.resolve.add_obj", + "callee": ".list.append", + "lineno": 163, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.ar_util.resolve", + "callee": "tools.ar_util.resolve.add_obj", + "lineno": 193, + "resolution": "nested_function_call" + }, + { + "caller": "tools.ar_util.expand_ld_script", + "callee": ".list.extend", + "lineno": 224, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.ar_util.load_archive", + "callee": "tools.ar_util.CachedArFile.__init__", + "lineno": 234, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.ar_util.load_archive", + "callee": "tools.ar_util.CachedArFile.__init__", + "lineno": 236, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.ar_util.load_archive", + "callee": "tools.ar_util.expand_ld_script", + "lineno": 236, + "resolution": "direct_name_call" + } + ], + "tools.boardgen": [ + { + "caller": "tools.boardgen.Pin.index_name", + "callee": "tools.boardgen.Pin.index", + "lineno": 143, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.parse_board_csv", + "callee": "tools.boardgen.PinGenerator.find_pin_by_cpu_pin_name", + "lineno": 225, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.parse_af_csv", + "callee": "tools.boardgen.PinGenerator.find_pin_by_cpu_pin_name", + "lineno": 272, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.parse_af_csv", + "callee": ".dict.get", + "lineno": 278, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.find_pin_by_cpu_pin_name", + "callee": "tools.boardgen.PinGenerator.add_cpu_pin", + "lineno": 290, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.print_board_locals_dict", + "callee": "tools.boardgen.PinGenerator.available_pins", + "lineno": 301, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.print_cpu_locals_dict", + "callee": "tools.boardgen.PinGenerator.available_pins", + "lineno": 333, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.print_defines", + "callee": "tools.boardgen.PinGenerator.available_pins", + "lineno": 381, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.print_defines", + "callee": "tools.boardgen.PinGenerator._cpu_pin_pointer", + "lineno": 390, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.print_defines", + "callee": "tools.boardgen.PinGenerator.board_name_define_prefix", + "lineno": 402, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.print_pin_objects", + "callee": "tools.boardgen.PinGenerator.available_pins", + "lineno": 414, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.print_pin_object_externs", + "callee": "tools.boardgen.PinGenerator.available_pins", + "lineno": 431, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.print_source", + "callee": "tools.boardgen.PinGenerator.print_pin_objects", + "lineno": 446, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.print_source", + "callee": "tools.boardgen.PinGenerator.print_cpu_locals_dict", + "lineno": 447, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.print_source", + "callee": "tools.boardgen.PinGenerator.print_board_locals_dict", + "lineno": 448, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.print_header", + "callee": "tools.boardgen.PinGenerator.print_pin_object_externs", + "lineno": 451, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.print_header", + "callee": "tools.boardgen.PinGenerator.print_defines", + "lineno": 452, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.load_inputs", + "callee": "tools.boardgen.PinGenerator.parse_af_csv", + "lineno": 459, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.load_inputs", + "callee": "tools.boardgen.PinGenerator.parse_board_csv", + "lineno": 464, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.print_pin_source", + "callee": "tools.boardgen.PinGenerator.available_pins", + "lineno": 479, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.main", + "callee": "tools.boardgen.PinGenerator.extra_args", + "lineno": 490, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.main", + "callee": "tools.boardgen.PinGenerator.load_inputs", + "lineno": 499, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.main", + "callee": "tools.boardgen.PinGenerator.print_pin_source", + "lineno": 502, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.main", + "callee": "tools.boardgen.PinGenerator.print_source", + "lineno": 505, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.main", + "callee": "tools.boardgen.PinGenerator.print_header", + "lineno": 508, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.PinGenerator.main", + "callee": "tools.boardgen.PinGenerator.generate_extra_files", + "lineno": 510, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.NumericPinGenerator.print_cpu_table", + "callee": "tools.boardgen.NumericPinGenerator.cpu_table_size", + "lineno": 528, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.NumericPinGenerator.print_cpu_table", + "callee": "tools.boardgen.PinGenerator.available_pins", + "lineno": 531, + "resolution": "inherited_method_call" + }, + { + "caller": "tools.boardgen.NumericPinGenerator.print_cpu_table", + "callee": "tools.boardgen.PinGenerator.available_pins", + "lineno": 552, + "resolution": "inherited_method_call" + }, + { + "caller": "tools.boardgen.NumericPinGenerator.print_source", + "callee": "tools.boardgen.NumericPinGenerator.print_cpu_table", + "lineno": 573, + "resolution": "self_method_call" + }, + { + "caller": "tools.boardgen.NumericPinGenerator.print_source", + "callee": "tools.boardgen.PinGenerator.print_board_locals_dict", + "lineno": 574, + "resolution": "inherited_method_call" + }, + { + "caller": "tools.boardgen.NumericPinGenerator.print_header", + "callee": "tools.boardgen.PinGenerator.print_defines", + "lineno": 578, + "resolution": "inherited_method_call" + } + ], + "tools.codeformat": [ + { + "caller": "tools.codeformat.fixup_c", + "callee": ".list.append", + "lineno": 113, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.codeformat.fixup_c", + "callee": ".list.append", + "lineno": 116, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.codeformat.fixup_c", + "callee": ".list.pop", + "lineno": 128, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.codeformat.main", + "callee": "tools.codeformat.list_files", + "lineno": 156, + "resolution": "direct_name_call" + }, + { + "caller": "tools.codeformat.main", + "callee": "tools.codeformat.list_files", + "lineno": 162, + "resolution": "direct_name_call" + }, + { + "caller": "tools.codeformat.main", + "callee": "tools.codeformat.list_files", + "lineno": 168, + "resolution": "direct_name_call" + }, + { + "caller": "tools.codeformat.main", + "callee": ".list.append", + "lineno": 183, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.codeformat.main", + "callee": "tools.codeformat.main.batch", + "lineno": 184, + "resolution": "nested_function_call" + }, + { + "caller": "tools.codeformat.main", + "callee": "tools.codeformat.fixup_c", + "lineno": 186, + "resolution": "direct_name_call" + }, + { + "caller": "tools.codeformat.main", + "callee": ".list.append", + "lineno": 192, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.codeformat.main", + "callee": ".list.append", + "lineno": 194, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.codeformat.main", + "callee": ".list.extend", + "lineno": 195, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.codeformat.", + "callee": "tools.codeformat.main", + "lineno": 200, + "resolution": "direct_name_call" + } + ], + "tools.dfu": [ + { + "caller": "tools.dfu.consume", + "callee": "tools.dfu.named", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tools.dfu.parse", + "callee": "tools.dfu.compute_crc", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "tools.dfu.parse", + "callee": "tools.dfu.consume", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "tools.dfu.parse", + "callee": "tools.dfu.consume", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tools.dfu.parse", + "callee": "tools.dfu.cstring", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "tools.dfu.parse", + "callee": "tools.dfu.consume", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "tools.dfu.parse", + "callee": "tools.dfu.named", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "tools.dfu.build", + "callee": "tools.dfu.compute_crc", + "lineno": 92, + "resolution": "direct_name_call" + }, + { + "caller": "tools.dfu.", + "callee": ".optparse.OptionParser", + "lineno": 101, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.dfu.", + "callee": ".list.append", + "lineno": 144, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.dfu.", + "callee": "tools.dfu.build", + "lineno": 154, + "resolution": "direct_name_call" + }, + { + "caller": "tools.dfu.", + "callee": "tools.dfu.parse", + "lineno": 160, + "resolution": "direct_name_call" + } + ], + "tools.file2h": [], + "tools.gen-cpydiff": [ + { + "caller": "tools.gen-cpydiff.", + "callee": ".collections.namedtuple", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.gen-cpydiff.readfiles", + "callee": ".list.append", + "lineno": 107, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.gen-cpydiff.run_tests", + "callee": ".list.append", + "lineno": 157, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.gen-cpydiff.run_tests", + "callee": ".list.sort", + "lineno": 165, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.gen-cpydiff.gen_table", + "callee": ".list.append", + "lineno": 187, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.gen-cpydiff.gen_table", + "callee": ".list.append", + "lineno": 192, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.gen-cpydiff.gen_rst", + "callee": ".list.append", + "lineno": 244, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.gen-cpydiff.gen_rst", + "callee": "tools.gen-cpydiff.indent", + "lineno": 258, + "resolution": "direct_name_call" + }, + { + "caller": "tools.gen-cpydiff.gen_rst", + "callee": "tools.gen-cpydiff.indent", + "lineno": 259, + "resolution": "direct_name_call" + }, + { + "caller": "tools.gen-cpydiff.gen_rst", + "callee": "tools.gen-cpydiff.indent", + "lineno": 261, + "resolution": "direct_name_call" + }, + { + "caller": "tools.gen-cpydiff.gen_rst", + "callee": "tools.gen-cpydiff.gen_table", + "lineno": 263, + "resolution": "direct_name_call" + }, + { + "caller": "tools.gen-cpydiff.gen_rst", + "callee": "tools.gen-cpydiff.indent", + "lineno": 272, + "resolution": "direct_name_call" + }, + { + "caller": "tools.gen-cpydiff.gen_rst", + "callee": ".list.remove", + "lineno": 273, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.gen-cpydiff.gen_rst", + "callee": "tools.gen-cpydiff.indent", + "lineno": 275, + "resolution": "direct_name_call" + }, + { + "caller": "tools.gen-cpydiff.main", + "callee": "tools.gen-cpydiff.readfiles", + "lineno": 285, + "resolution": "direct_name_call" + }, + { + "caller": "tools.gen-cpydiff.main", + "callee": "tools.gen-cpydiff.run_tests", + "lineno": 286, + "resolution": "direct_name_call" + }, + { + "caller": "tools.gen-cpydiff.main", + "callee": "tools.gen-cpydiff.gen_rst", + "lineno": 287, + "resolution": "direct_name_call" + }, + { + "caller": "tools.gen-cpydiff.", + "callee": "tools.gen-cpydiff.main", + "lineno": 290, + "resolution": "direct_name_call" + } + ], + "tools.hci_trace_to_pcap": [], + "tools.insert-usb-ids": [ + { + "caller": "tools.insert-usb-ids.", + "callee": "tools.insert-usb-ids.parse_usb_ids", + "lineno": 33, + "resolution": "direct_name_call" + } + ], + "tools.makemanifest": [ + { + "caller": "tools.makemanifest.generate_frozen_str_content", + "callee": ".list.append", + "lineno": 81, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.makemanifest.generate_frozen_str_content", + "callee": ".list.append", + "lineno": 82, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.makemanifest.generate_frozen_str_content", + "callee": ".list.append", + "lineno": 84, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.makemanifest.generate_frozen_str_content", + "callee": ".list.append", + "lineno": 88, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.makemanifest.generate_frozen_str_content", + "callee": ".list.append", + "lineno": 89, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.makemanifest.generate_frozen_str_content", + "callee": ".list.append", + "lineno": 91, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.makemanifest.generate_frozen_str_content", + "callee": ".list.append", + "lineno": 105, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.makemanifest.generate_frozen_str_content", + "callee": ".list.append", + "lineno": 109, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.makemanifest.generate_frozen_str_content", + "callee": ".list.append", + "lineno": 113, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.makemanifest.generate_frozen_str_content", + "callee": ".list.append", + "lineno": 115, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.makemanifest.generate_frozen_str_content", + "callee": ".list.append", + "lineno": 117, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.makemanifest.generate_frozen_str_content", + "callee": ".list.append", + "lineno": 119, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.makemanifest.generate_frozen_str_content", + "callee": ".list.append", + "lineno": 121, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.makemanifest.main", + "callee": ".list.append", + "lineno": 181, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.makemanifest.main", + "callee": "tools.makemanifest.get_timestamp", + "lineno": 190, + "resolution": "direct_name_call" + }, + { + "caller": "tools.makemanifest.main", + "callee": "tools.makemanifest.mkdir", + "lineno": 193, + "resolution": "direct_name_call" + }, + { + "caller": "tools.makemanifest.main", + "callee": "tools.makemanifest.get_timestamp", + "lineno": 209, + "resolution": "direct_name_call" + }, + { + "caller": "tools.makemanifest.main", + "callee": ".list.append", + "lineno": 210, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.makemanifest.main", + "callee": ".list.append", + "lineno": 213, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.makemanifest.main", + "callee": "tools.makemanifest.get_timestamp", + "lineno": 218, + "resolution": "direct_name_call" + }, + { + "caller": "tools.makemanifest.main", + "callee": "tools.makemanifest.generate_frozen_str_content", + "lineno": 223, + "resolution": "direct_name_call" + }, + { + "caller": "tools.makemanifest.main", + "callee": "tools.makemanifest.system", + "lineno": 227, + "resolution": "direct_name_call" + }, + { + "caller": "tools.makemanifest.main", + "callee": "tools.makemanifest.mkdir", + "lineno": 259, + "resolution": "direct_name_call" + }, + { + "caller": "tools.makemanifest.", + "callee": "tools.makemanifest.main", + "lineno": 268, + "resolution": "direct_name_call" + } + ], + "tools.manifestfile": [ + { + "caller": "tools.manifestfile.", + "callee": ".collections.namedtuple", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.manifestfile.ManifestPackageMetadata.update", + "callee": "tools.manifestfile.ManifestUsePyPIException.__init__", + "lineno": 144, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.manifestfile.ManifestFile.__init__", + "callee": "tools.manifestfile.ManifestPackageMetadata.__init__", + "lineno": 198, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.manifestfile.ManifestFile.__init__", + "callee": "tools.manifestfile.ManifestFile.add_library", + "lineno": 206, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile._manifest_globals", + "callee": "tools.manifestfile.IncludeOptions.__init__", + "lineno": 224, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.manifestfile.ManifestFile._manifest_globals", + "callee": ".dict.update", + "lineno": 229, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile.execute", + "callee": "tools.manifestfile.ManifestFile.include", + "lineno": 250, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile.execute", + "callee": "tools.manifestfile.ManifestFile._manifest_globals", + "lineno": 254, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile._search", + "callee": "tools.manifestfile.ManifestFile._resolve_path", + "lineno": 291, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile._search", + "callee": "tools.manifestfile.ManifestFile._add_file", + "lineno": 298, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile._search", + "callee": "tools.manifestfile.ManifestFile._resolve_path", + "lineno": 302, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile._search", + "callee": "tools.manifestfile.ManifestFile._add_file", + "lineno": 310, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile.include", + "callee": "tools.manifestfile.ManifestFile.include", + "lineno": 367, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile.include", + "callee": "tools.manifestfile.ManifestFile._resolve_path", + "lineno": 369, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile.include", + "callee": "tools.manifestfile.ManifestPackageMetadata.__init__", + "lineno": 379, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.manifestfile.ManifestFile.include", + "callee": "tools.manifestfile.ManifestFile._manifest_globals", + "lineno": 387, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile._require_from_path", + "callee": "tools.manifestfile.ManifestFile.include", + "lineno": 405, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile.require", + "callee": "tools.manifestfile.ManifestFile._require_from_path", + "lineno": 435, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile.require", + "callee": "tools.manifestfile.ManifestFile._require_from_path", + "lineno": 445, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile.add_library", + "callee": "tools.manifestfile.ManifestFile._resolve_path", + "lineno": 461, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile.package", + "callee": "tools.manifestfile.ManifestFile._search", + "lineno": 482, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile.module", + "callee": "tools.manifestfile.ManifestFile._resolve_path", + "lineno": 497, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile.module", + "callee": "tools.manifestfile.ManifestFile._add_file", + "lineno": 502, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile._freeze_internal", + "callee": "tools.manifestfile.ManifestFile._search", + "lineno": 506, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile._freeze_internal", + "callee": "tools.manifestfile.ManifestFile._search", + "lineno": 508, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile._freeze_internal", + "callee": "tools.manifestfile.ManifestFile._search", + "lineno": 510, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile._freeze_internal", + "callee": "tools.manifestfile.ManifestFile._search", + "lineno": 512, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile.freeze", + "callee": "tools.manifestfile.ManifestFile._freeze_internal", + "lineno": 542, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile.freeze_as_str", + "callee": "tools.manifestfile.ManifestFile._search", + "lineno": 558, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile.freeze_as_mpy", + "callee": "tools.manifestfile.ManifestFile._freeze_internal", + "lineno": 565, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.ManifestFile.freeze_mpy", + "callee": "tools.manifestfile.ManifestFile._freeze_internal", + "lineno": 572, + "resolution": "self_method_call" + }, + { + "caller": "tools.manifestfile.main", + "callee": "tools.manifestfile.ManifestFile.__init__", + "lineno": 636, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.manifestfile.main", + "callee": "tools.manifestfile.ManifestFile.add_library", + "lineno": 638, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.manifestfile.main", + "callee": "tools.manifestfile.ManifestFile.execute", + "lineno": 641, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.manifestfile.main", + "callee": "tools.manifestfile.ManifestFile.metadata", + "lineno": 645, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.manifestfile.main", + "callee": "tools.manifestfile.ManifestFile.files", + "lineno": 646, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.manifestfile.main", + "callee": "tools.manifestfile.ManifestFile.pypi_dependencies", + "lineno": 649, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.manifestfile.", + "callee": "tools.manifestfile.main", + "lineno": 654, + "resolution": "direct_name_call" + } + ], + "tools.metrics": [ + { + "caller": "tools.metrics.", + "callee": "tools.metrics.PortData.__init__", + "lineno": 64, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.metrics.", + "callee": "tools.metrics.PortData.__init__", + "lineno": 65, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.metrics.", + "callee": "tools.metrics.PortData.__init__", + "lineno": 66, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.metrics.", + "callee": "tools.metrics.PortData.__init__", + "lineno": 67, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.metrics.", + "callee": "tools.metrics.PortData.__init__", + "lineno": 68, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.metrics.", + "callee": "tools.metrics.PortData.__init__", + "lineno": 69, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.metrics.", + "callee": "tools.metrics.PortData.__init__", + "lineno": 70, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.metrics.", + "callee": "tools.metrics.PortData.__init__", + "lineno": 71, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.metrics.", + "callee": "tools.metrics.PortData.__init__", + "lineno": 77, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.metrics.", + "callee": "tools.metrics.PortData.__init__", + "lineno": 78, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.metrics.", + "callee": "tools.metrics.PortData.__init__", + "lineno": 79, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.metrics.", + "callee": "tools.metrics.PortData.__init__", + "lineno": 80, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.metrics.", + "callee": "tools.metrics.PortData.__init__", + "lineno": 81, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.metrics.", + "callee": "tools.metrics.PortData.__init__", + "lineno": 82, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.metrics.", + "callee": ".dict.items", + "lineno": 85, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.metrics.syscmd", + "callee": ".list.append", + "lineno": 98, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.metrics.syscmd", + "callee": ".list.extend", + "lineno": 100, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.metrics.syscmd", + "callee": "tools.metrics.quoted", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "tools.metrics.parse_port_list", + "callee": ".dict.values", + "lineno": 110, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.metrics.parse_port_list", + "callee": ".list.append", + "lineno": 116, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.metrics.read_build_log", + "callee": ".list.append", + "lineno": 135, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.metrics.do_diff", + "callee": "tools.metrics.read_build_log", + "lineno": 160, + "resolution": "direct_name_call" + }, + { + "caller": "tools.metrics.do_diff", + "callee": "tools.metrics.read_build_log", + "lineno": 161, + "resolution": "direct_name_call" + }, + { + "caller": "tools.metrics.do_diff", + "callee": ".dict.values", + "lineno": 172, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.metrics.do_clean", + "callee": "tools.metrics.parse_port_list", + "lineno": 208, + "resolution": "direct_name_call" + }, + { + "caller": "tools.metrics.do_clean", + "callee": "tools.metrics.syscmd", + "lineno": 213, + "resolution": "direct_name_call" + }, + { + "caller": "tools.metrics.do_clean", + "callee": "tools.metrics.syscmd", + "lineno": 216, + "resolution": "direct_name_call" + }, + { + "caller": "tools.metrics.do_build", + "callee": "tools.metrics.parse_port_list", + "lineno": 229, + "resolution": "direct_name_call" + }, + { + "caller": "tools.metrics.do_build", + "callee": "tools.metrics.syscmd", + "lineno": 233, + "resolution": "direct_name_call" + }, + { + "caller": "tools.metrics.do_build", + "callee": "tools.metrics.syscmd", + "lineno": 237, + "resolution": "direct_name_call" + }, + { + "caller": "tools.metrics.do_build", + "callee": "tools.metrics.do_sizes", + "lineno": 246, + "resolution": "direct_name_call" + }, + { + "caller": "tools.metrics.do_sizes", + "callee": "tools.metrics.parse_port_list", + "lineno": 252, + "resolution": "direct_name_call" + }, + { + "caller": "tools.metrics.do_sizes", + "callee": "tools.metrics.syscmd", + "lineno": 257, + "resolution": "direct_name_call" + }, + { + "caller": "tools.metrics.do_sizes", + "callee": "tools.metrics.syscmd", + "lineno": 260, + "resolution": "direct_name_call" + }, + { + "caller": "tools.metrics.", + "callee": "tools.metrics.main", + "lineno": 283, + "resolution": "direct_name_call" + } + ], + "tools.mpy-tool": [ + { + "caller": "tools.mpy-tool.hexlify_to_str", + "callee": ".binascii.hexlify", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpy-tool.mp_opcode_encode", + "callee": "tools.mpy-tool.mp_encode_uint", + "lineno": 409, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.extract_prelude", + "callee": "tools.mpy-tool.read_prelude_sig", + "lineno": 507, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.extract_prelude", + "callee": "tools.mpy-tool.read_prelude_size", + "lineno": 512, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.extract_prelude", + "callee": "tools.mpy-tool.extract_prelude.local_read_byte", + "lineno": 521, + "resolution": "nested_function_call" + }, + { + "caller": "tools.mpy-tool.extract_prelude", + "callee": ".list.append", + "lineno": 525, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpy-tool.GlobalQStrList.__init__", + "callee": "tools.mpy-tool.QStrType.__init__", + "lineno": 555, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.GlobalQStrList.add", + "callee": "tools.mpy-tool.QStrType.__init__", + "lineno": 558, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.CompiledModule.disassemble", + "callee": "tools.mpy-tool.hexlify_to_str", + "lineno": 673, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.CompiledModule.freeze", + "callee": "tools.mpy-tool.CompiledModule.freeze_constants", + "lineno": 700, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy-tool.CompiledModule.freeze_constant_obj", + "callee": "tools.mpy-tool.mp_small_int_fits", + "lineno": 761, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.CompiledModule.freeze_constant_obj", + "callee": "tools.mpy-tool.FreezeError.__init__", + "lineno": 765, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.CompiledModule.freeze_constant_obj", + "callee": ".list.append", + "lineno": 778, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpy-tool.CompiledModule.freeze_constant_obj", + "callee": ".list.append", + "lineno": 824, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpy-tool.CompiledModule.freeze_constant_obj", + "callee": "tools.mpy-tool.CompiledModule.freeze_constant_obj", + "lineno": 824, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy-tool.CompiledModule.freeze_constant_obj", + "callee": "tools.mpy-tool.FreezeError.__init__", + "lineno": 834, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.CompiledModule.freeze_constants", + "callee": ".list.append", + "lineno": 855, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpy-tool.CompiledModule.freeze_constants", + "callee": "tools.mpy-tool.CompiledModule.freeze_constant_obj", + "lineno": 855, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy-tool.RawCode.__init__", + "callee": "tools.mpy-tool.extract_prelude", + "lineno": 900, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.RawCode.disassemble_children", + "callee": "tools.mpy-tool.RawCode.print_children_annotated", + "lineno": 919, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy-tool.RawCode.get_source_annotation", + "callee": "tools.mpy-tool.RawCode.decode_lineinfo", + "lineno": 1027, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy-tool.RawCode.print_children_annotated", + "callee": ".list.append", + "lineno": 1062, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpy-tool.RawCode.print_children_annotated", + "callee": "tools.mpy-tool.RawCode.get_label", + "lineno": 1062, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy-tool.RawCode.print_children_annotated", + "callee": ".list.append", + "lineno": 1063, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpy-tool.RawCode.print_children_annotated", + "callee": "tools.mpy-tool.RawCode.get_label", + "lineno": 1065, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy-tool.RawCodeBytecode.get_opcode_annotations_labels", + "callee": "tools.mpy-tool.RawCode.get_source_annotation", + "lineno": 1089, + "resolution": "inherited_method_call" + }, + { + "caller": "tools.mpy-tool.RawCodeBytecode.get_opcode_annotations_labels", + "callee": "tools.mpy-tool.RawCode.get_label", + "lineno": 1092, + "resolution": "inherited_method_call" + }, + { + "caller": "tools.mpy-tool.RawCodeBytecode.get_opcode_annotations_labels", + "callee": "tools.mpy-tool.RawCode.get_label", + "lineno": 1102, + "resolution": "inherited_method_call" + }, + { + "caller": "tools.mpy-tool.RawCodeBytecode.get_opcode_annotations_labels", + "callee": "tools.mpy-tool.RawCode.get_label", + "lineno": 1103, + "resolution": "inherited_method_call" + }, + { + "caller": "tools.mpy-tool.RawCodeBytecode.get_opcode_annotations_labels", + "callee": "tools.mpy-tool.RawCode.get_label", + "lineno": 1123, + "resolution": "inherited_method_call" + }, + { + "caller": "tools.mpy-tool.RawCodeBytecode.disassemble", + "callee": "tools.mpy-tool.RawCode.get_label", + "lineno": 1136, + "resolution": "inherited_method_call" + }, + { + "caller": "tools.mpy-tool.RawCodeBytecode.disassemble", + "callee": "tools.mpy-tool.hexlify_to_str", + "lineno": 1137, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.RawCodeBytecode.disassemble", + "callee": "tools.mpy-tool.hexlify_to_str", + "lineno": 1140, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.RawCodeBytecode.disassemble", + "callee": "tools.mpy-tool.mp_opcode_decode", + "lineno": 1143, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.RawCodeBytecode.disassemble", + "callee": "tools.mpy-tool.hexlify_to_str", + "lineno": 1154, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.RawCodeBytecode.disassemble", + "callee": "tools.mpy-tool.RawCodeBytecode.get_opcode_annotations_labels", + "lineno": 1158, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy-tool.RawCodeBytecode.disassemble", + "callee": "tools.mpy-tool.RawCode.disassemble_children", + "lineno": 1169, + "resolution": "inherited_method_call" + }, + { + "caller": "tools.mpy-tool.RawCodeBytecode.freeze", + "callee": "tools.mpy-tool.mp_opcode_decode", + "lineno": 1197, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.RawCodeBytecode.freeze", + "callee": "tools.mpy-tool.RawCode.freeze_children", + "lineno": 1210, + "resolution": "inherited_method_call" + }, + { + "caller": "tools.mpy-tool.RawCodeBytecode.freeze", + "callee": "tools.mpy-tool.RawCode.freeze_raw_code", + "lineno": 1211, + "resolution": "inherited_method_call" + }, + { + "caller": "tools.mpy-tool.RawCodeNative.disassemble", + "callee": "tools.mpy-tool.RawCode.get_label", + "lineno": 1268, + "resolution": "inherited_method_call" + }, + { + "caller": "tools.mpy-tool.RawCodeNative.disassemble", + "callee": "tools.mpy-tool.hexlify_to_str", + "lineno": 1272, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.RawCodeNative.disassemble", + "callee": "tools.mpy-tool.hexlify_to_str", + "lineno": 1283, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.RawCodeNative.disassemble", + "callee": "tools.mpy-tool.RawCode.disassemble_children", + "lineno": 1285, + "resolution": "inherited_method_call" + }, + { + "caller": "tools.mpy-tool.RawCodeNative.freeze", + "callee": "tools.mpy-tool.FreezeError.__init__", + "lineno": 1289, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.RawCodeNative.freeze", + "callee": "tools.mpy-tool.RawCode.freeze_children", + "lineno": 1332, + "resolution": "inherited_method_call" + }, + { + "caller": "tools.mpy-tool.RawCodeNative.freeze", + "callee": "tools.mpy-tool.RawCode.freeze_raw_code", + "lineno": 1333, + "resolution": "inherited_method_call" + }, + { + "caller": "tools.mpy-tool.MPYReader.read_uint", + "callee": "tools.mpy-tool.MPYReader.read_byte", + "lineno": 1366, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy-tool.read_qstr", + "callee": "tools.mpy-tool.MPYSegment.__init__", + "lineno": 1379, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.read_qstr", + "callee": "tools.mpy-tool.MPYSegment.__init__", + "lineno": 1385, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.read_obj", + "callee": "tools.mpy-tool.MPFunTable.", + "lineno": 1392, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.read_obj", + "callee": "tools.mpy-tool.read_obj", + "lineno": 1403, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.read_obj", + "callee": "tools.mpy-tool.MPYReadError.__init__", + "lineno": 1424, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.read_obj", + "callee": "tools.mpy-tool.MPYSegment.__init__", + "lineno": 1425, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.read_raw_code", + "callee": "tools.mpy-tool.RawCodeBytecode.__init__", + "lineno": 1443, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.read_raw_code", + "callee": "tools.mpy-tool.RawCodeNative.__init__", + "lineno": 1477, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.read_raw_code", + "callee": "tools.mpy-tool.MPYSegment.__init__", + "lineno": 1491, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.read_raw_code", + "callee": "tools.mpy-tool.read_raw_code", + "lineno": 1504, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.read_mpy", + "callee": "tools.mpy-tool.MPYReader.__init__", + "lineno": 1513, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.read_mpy", + "callee": "tools.mpy-tool.MPYReader.read_bytes", + "lineno": 1517, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy-tool.read_mpy", + "callee": "tools.mpy-tool.MPYReadError.__init__", + "lineno": 1519, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.read_mpy", + "callee": "tools.mpy-tool.MPYReadError.__init__", + "lineno": 1521, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.read_mpy", + "callee": "tools.mpy-tool.MPYReadError.__init__", + "lineno": 1527, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.read_mpy", + "callee": "tools.mpy-tool.MPYReadError.__init__", + "lineno": 1531, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.read_mpy", + "callee": "tools.mpy-tool.MPYReader.read_uint", + "lineno": 1537, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy-tool.read_mpy", + "callee": "tools.mpy-tool.MPYReader.read_uint", + "lineno": 1540, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy-tool.read_mpy", + "callee": "tools.mpy-tool.MPYReader.read_uint", + "lineno": 1541, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy-tool.read_mpy", + "callee": "tools.mpy-tool.MPYReader.tell", + "lineno": 1544, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy-tool.read_mpy", + "callee": ".list.append", + "lineno": 1547, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpy-tool.read_mpy", + "callee": "tools.mpy-tool.read_qstr", + "lineno": 1547, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.read_mpy", + "callee": "tools.mpy-tool.MPYReader.tell", + "lineno": 1550, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy-tool.read_mpy", + "callee": ".list.append", + "lineno": 1553, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpy-tool.read_mpy", + "callee": "tools.mpy-tool.read_obj", + "lineno": 1553, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.read_mpy", + "callee": "tools.mpy-tool.MPYReadError.__init__", + "lineno": 1558, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.read_mpy", + "callee": "tools.mpy-tool.MPYReader.tell", + "lineno": 1562, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy-tool.read_mpy", + "callee": "tools.mpy-tool.read_raw_code", + "lineno": 1563, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.read_mpy", + "callee": "tools.mpy-tool.CompiledModule.__init__", + "lineno": 1566, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.adjust_bytecode_qstr_obj_indices", + "callee": "tools.mpy-tool.mp_opcode_decode", + "lineno": 1787, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.adjust_bytecode_qstr_obj_indices", + "callee": "tools.mpy-tool.Opcode.__init__", + "lineno": 1788, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.adjust_bytecode_qstr_obj_indices", + "callee": ".list.append", + "lineno": 1790, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpy-tool.adjust_bytecode_qstr_obj_indices", + "callee": "tools.mpy-tool.mp_opcode_encode", + "lineno": 1818, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.rewrite_raw_code", + "callee": "tools.mpy-tool.mp_encode_uint", + "lineno": 1835, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.rewrite_raw_code", + "callee": "tools.mpy-tool.adjust_bytecode_qstr_obj_indices", + "lineno": 1840, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.rewrite_raw_code", + "callee": "tools.mpy-tool.encode_prelude_size", + "lineno": 1843, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.rewrite_raw_code", + "callee": "tools.mpy-tool.mp_encode_uint", + "lineno": 1847, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.rewrite_raw_code", + "callee": "tools.mpy-tool.mp_encode_uint", + "lineno": 1851, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.rewrite_raw_code", + "callee": "tools.mpy-tool.rewrite_raw_code", + "lineno": 1853, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.merge_mpy", + "callee": "tools.mpy-tool.mp_encode_uint", + "lineno": 1897, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.merge_mpy", + "callee": "tools.mpy-tool.mp_encode_uint", + "lineno": 1904, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.merge_mpy", + "callee": "tools.mpy-tool.mp_encode_uint", + "lineno": 1905, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.merge_mpy", + "callee": "tools.mpy-tool.merge_mpy.copy_section", + "lineno": 1914, + "resolution": "nested_function_call" + }, + { + "caller": "tools.mpy-tool.merge_mpy", + "callee": "tools.mpy-tool.merge_mpy.copy_section", + "lineno": 1916, + "resolution": "nested_function_call" + }, + { + "caller": "tools.mpy-tool.merge_mpy", + "callee": "tools.mpy-tool.mp_encode_uint", + "lineno": 1924, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.merge_mpy", + "callee": "tools.mpy-tool.mp_encode_uint", + "lineno": 1931, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.merge_mpy", + "callee": "tools.mpy-tool.mp_encode_uint", + "lineno": 1933, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.merge_mpy", + "callee": "tools.mpy-tool.rewrite_raw_code", + "lineno": 1943, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.extract_segments", + "callee": ".list.append", + "lineno": 1969, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpy-tool.PrintShim.__exit__", + "callee": "tools.mpy-tool.PrintShim.on_exit", + "lineno": 2018, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy-tool.PrintJson.on_exit", + "callee": "tools.mpy-tool.PrintJson.__call__", + "lineno": 2053, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy-tool.PrintJson.__call__", + "callee": ".dict.update", + "lineno": 2076, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpy-tool.main", + "callee": "tools.mpy-tool.GlobalQStrList.__init__", + "lineno": 2163, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.main", + "callee": "tools.mpy-tool.read_mpy", + "lineno": 2167, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.main", + "callee": "tools.mpy-tool.PrintJson.__init__", + "lineno": 2174, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.main", + "callee": "tools.mpy-tool.PrintJson.__init__", + "lineno": 2176, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.main", + "callee": "tools.mpy-tool.PrintJson.__init__", + "lineno": 2178, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.main", + "callee": "tools.mpy-tool.PrintJson.__init__", + "lineno": 2180, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.main", + "callee": "tools.mpy-tool.PrintIgnoreExtraArgs.", + "lineno": 2182, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy-tool.main", + "callee": "tools.mpy-tool.hexdump_mpy", + "lineno": 2186, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.main", + "callee": "tools.mpy-tool.disassemble_mpy", + "lineno": 2191, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.main", + "callee": "tools.mpy-tool.freeze_mpy", + "lineno": 2195, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.main", + "callee": "tools.mpy-tool.merge_mpy", + "lineno": 2201, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.main", + "callee": "tools.mpy-tool.extract_segments", + "lineno": 2204, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy-tool.", + "callee": "tools.mpy-tool.main", + "lineno": 2208, + "resolution": "direct_name_call" + } + ], + "tools.mpy_bin2res": [], + "tools.mpy_cross_all": [ + { + "caller": "tools.mpy_cross_all.", + "callee": ".dict.get", + "lineno": 34, + "resolution": "local_builtin_method_call" + } + ], + "tools.mpy_ld": [ + { + "caller": "tools.mpy_ld.asm_jump_thumb", + "callee": "tools.mpy_ld.fit_signed", + "lineno": 149, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.asm_jump_thumb2", + "callee": "tools.mpy_ld.fit_signed", + "lineno": 167, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.asm_jump_xtensa", + "callee": "tools.mpy_ld.fit_signed", + "lineno": 179, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.asm_jump_riscv", + "callee": "tools.mpy_ld.fit_signed", + "lineno": 187, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.asm_jump_riscv", + "callee": "tools.mpy_ld.split_riscv_address", + "lineno": 205, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.", + "callee": "tools.mpy_ld.ArchData.__init__", + "lineno": 234, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.", + "callee": "tools.mpy_ld.ArchData.__init__", + "lineno": 241, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.", + "callee": "tools.mpy_ld.ArchData.__init__", + "lineno": 248, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.", + "callee": "tools.mpy_ld.ArchData.__init__", + "lineno": 255, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.", + "callee": "tools.mpy_ld.ArchData.__init__", + "lineno": 262, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.", + "callee": "tools.mpy_ld.ArchData.__init__", + "lineno": 269, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.", + "callee": "tools.mpy_ld.ArchData.__init__", + "lineno": 276, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.", + "callee": "tools.mpy_ld.ArchData.__init__", + "lineno": 284, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.", + "callee": "tools.mpy_ld.ArchData.__init__", + "lineno": 293, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.", + "callee": "tools.mpy_ld.ArchData.__init__", + "lineno": 300, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.extract_qstrs", + "callee": "tools.mpy_ld.extract_qstrs.read_qstrs", + "lineno": 382, + "resolution": "nested_function_call" + }, + { + "caller": "tools.mpy_ld.Section.from_elfsec", + "callee": "tools.mpy_ld.Section.__init__", + "lineno": 409, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.LinkEnv.print_sections", + "callee": "tools.mpy_ld.log", + "lineno": 453, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.LinkEnv.print_sections", + "callee": "tools.mpy_ld.log", + "lineno": 455, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.LinkEnv.find_entry_addr", + "callee": "tools.mpy_ld.LinkEnv.find_addr", + "lineno": 464, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy_ld.build_got_generic", + "callee": "tools.mpy_ld.GOTEntry.__init__", + "lineno": 482, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.build_got_xtensa", + "callee": "tools.mpy_ld.GOTEntry.__init__", + "lineno": 516, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.build_got_xtensa", + "callee": "tools.mpy_ld.LiteralEntry.__init__", + "lineno": 528, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.populate_got", + "callee": "tools.mpy_ld.log", + "lineno": 588, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.populate_got", + "callee": "tools.mpy_ld.log", + "lineno": 590, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.populate_lit", + "callee": "tools.mpy_ld.log", + "lineno": 597, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.populate_lit", + "callee": "tools.mpy_ld.log", + "lineno": 600, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.do_relocation_text", + "callee": "tools.mpy_ld.process_riscv32_relocation", + "lineno": 756, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.do_relocation_text", + "callee": "tools.mpy_ld.do_relocation_data", + "lineno": 760, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.do_relocation_text", + "callee": "tools.mpy_ld.unpack_u24le", + "lineno": 784, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.do_relocation_text", + "callee": "tools.mpy_ld.pack_u24le", + "lineno": 789, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.do_relocation_text", + "callee": "tools.mpy_ld.log", + "lineno": 800, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.do_relocation_text", + "callee": "tools.mpy_ld.log", + "lineno": 802, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.do_relocation_data", + "callee": "tools.mpy_ld.log", + "lineno": 842, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.process_riscv32_relocation", + "callee": "tools.mpy_ld.split_riscv_address", + "lineno": 1001, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.process_riscv32_relocation", + "callee": "tools.mpy_ld.split_riscv_address", + "lineno": 1011, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.process_riscv32_relocation", + "callee": "tools.mpy_ld.split_riscv_address", + "lineno": 1021, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.process_riscv32_relocation", + "callee": "tools.mpy_ld.split_riscv_address", + "lineno": 1069, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.load_object_file", + "callee": ".list.append", + "lineno": 1183, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpy_ld.link_objects", + "callee": "tools.mpy_ld.build_got_xtensa", + "lineno": 1195, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.link_objects", + "callee": "tools.mpy_ld.build_got_generic", + "lineno": 1197, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.link_objects", + "callee": "tools.mpy_ld.Section.__init__", + "lineno": 1201, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.link_objects", + "callee": "tools.mpy_ld.Section.__init__", + "lineno": 1210, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.link_objects", + "callee": "tools.mpy_ld.Section.__init__", + "lineno": 1214, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.link_objects", + "callee": "tools.mpy_ld.Section.__init__", + "lineno": 1221, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.link_objects", + "callee": "tools.mpy_ld.Section.__init__", + "lineno": 1228, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.link_objects", + "callee": "tools.mpy_ld.Section.__init__", + "lineno": 1257, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.link_objects", + "callee": ".list.append", + "lineno": 1272, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpy_ld.link_objects", + "callee": "tools.mpy_ld.log", + "lineno": 1276, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.link_objects", + "callee": "tools.mpy_ld.align_to", + "lineno": 1302, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.link_objects", + "callee": "tools.mpy_ld.populate_got", + "lineno": 1308, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.link_objects", + "callee": "tools.mpy_ld.populate_lit", + "lineno": 1310, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.link_objects", + "callee": "tools.mpy_ld.log", + "lineno": 1316, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.link_objects", + "callee": "tools.mpy_ld.do_relocation_text", + "lineno": 1322, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.link_objects", + "callee": "tools.mpy_ld.do_relocation_data", + "lineno": 1324, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.MPYOutput.open", + "callee": "tools.mpy_ld.MPYOutput.open", + "lineno": 1335, + "resolution": "same_class_name_call" + }, + { + "caller": "tools.mpy_ld.MPYOutput.write_uint", + "callee": "tools.mpy_ld.MPYOutput.write_bytes", + "lineno": 1352, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy_ld.MPYOutput.write_qstr", + "callee": "tools.mpy_ld.MPYOutput.write_uint", + "lineno": 1356, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy_ld.MPYOutput.write_qstr", + "callee": "tools.mpy_ld.MPYOutput.write_uint", + "lineno": 1359, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy_ld.MPYOutput.write_qstr", + "callee": "tools.mpy_ld.MPYOutput.write_bytes", + "lineno": 1360, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy_ld.MPYOutput.write_qstr", + "callee": "tools.mpy_ld.MPYOutput.write_bytes", + "lineno": 1361, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy_ld.MPYOutput.write_reloc", + "callee": "tools.mpy_ld.MPYOutput.write_bytes", + "lineno": 1373, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy_ld.MPYOutput.write_reloc", + "callee": "tools.mpy_ld.MPYOutput.write_uint", + "lineno": 1379, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy_ld.MPYOutput.write_reloc", + "callee": "tools.mpy_ld.MPYOutput.write_uint", + "lineno": 1381, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.log", + "lineno": 1392, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.log", + "lineno": 1393, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.log", + "lineno": 1395, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.log", + "lineno": 1396, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.log", + "lineno": 1397, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.MPYOutput.", + "lineno": 1401, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.MPYOutput.open", + "lineno": 1402, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.MPYOutput.write_bytes", + "lineno": 1409, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.MPYOutput.write_uint", + "lineno": 1413, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.MPYOutput.write_uint", + "lineno": 1416, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.MPYOutput.write_uint", + "lineno": 1419, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.MPYOutput.write_qstr", + "lineno": 1422, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.MPYOutput.write_qstr", + "lineno": 1424, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.MPYOutput.write_uint", + "lineno": 1430, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.MPYOutput.write_bytes", + "lineno": 1433, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.MPYOutput.write_uint", + "lineno": 1441, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.MPYOutput.write_uint", + "lineno": 1446, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.MPYOutput.write_uint", + "lineno": 1449, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.MPYOutput.write_bytes", + "lineno": 1451, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.MPYOutput.write_reloc", + "lineno": 1484, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.MPYOutput.write_reloc", + "lineno": 1490, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.MPYOutput.write_bytes", + "lineno": 1493, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy_ld.build_mpy", + "callee": "tools.mpy_ld.MPYOutput.close", + "lineno": 1495, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpy_ld.do_preprocess", + "callee": "tools.mpy_ld.extract_qstrs", + "lineno": 1506, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.do_link", + "callee": ".list.append", + "lineno": 1533, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpy_ld.do_link", + "callee": "tools.mpy_ld.log", + "lineno": 1534, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.do_link", + "callee": "tools.mpy_ld.LinkEnv.__init__", + "lineno": 1535, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpy_ld.do_link", + "callee": "tools.mpy_ld.parse_linkerscript", + "lineno": 1538, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.do_link", + "callee": "tools.mpy_ld.load_object_file", + "lineno": 1543, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.do_link", + "callee": ".list.extend", + "lineno": 1549, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpy_ld.do_link", + "callee": "tools.mpy_ld.log", + "lineno": 1557, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.do_link", + "callee": "tools.mpy_ld.load_object_file", + "lineno": 1559, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.do_link", + "callee": "tools.mpy_ld.link_objects", + "lineno": 1561, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.do_link", + "callee": "tools.mpy_ld.build_mpy", + "lineno": 1562, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.main", + "callee": "tools.mpy_ld.validate_arch_flags", + "lineno": 1671, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.main", + "callee": "tools.mpy_ld.do_preprocess", + "lineno": 1674, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.main", + "callee": "tools.mpy_ld.do_link", + "lineno": 1676, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpy_ld.", + "callee": "tools.mpy_ld.main", + "lineno": 1680, + "resolution": "direct_name_call" + } + ], + "tools.pyboard": [ + { + "caller": "tools.pyboard.", + "callee": ".collections.namedtuple", + "lineno": 101, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.pyboard.TelnetToSerial.__init__", + "callee": ".collections.deque", + "lineno": 125, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.pyboard.TelnetToSerial.__init__", + "callee": "tools.pyboard.PyboardError.", + "lineno": 128, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.TelnetToSerial.__del__", + "callee": "tools.pyboard.TelnetToSerial.close", + "lineno": 131, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.ProcessPtyToTerminal.__init__", + "callee": "tools.pyboard.ProcessPtyToTerminal.close", + "lineno": 244, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.__init__", + "callee": "tools.pyboard.ProcessToSerial.__init__", + "lineno": 283, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.Pyboard.__init__", + "callee": "tools.pyboard.ProcessPtyToTerminal.__init__", + "lineno": 285, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.Pyboard.__init__", + "callee": "tools.pyboard.TelnetToSerial.__init__", + "lineno": 288, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.Pyboard.__init__", + "callee": "tools.pyboard.PyboardError.", + "lineno": 332, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.Pyboard.enter_raw_repl", + "callee": "tools.pyboard.Pyboard._enter_raw_repl_unprotected", + "lineno": 382, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.enter_raw_repl", + "callee": "tools.pyboard.PyboardError.", + "lineno": 384, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.Pyboard._enter_raw_repl_unprotected", + "callee": "tools.pyboard.Pyboard.read_until", + "lineno": 398, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard._enter_raw_repl_unprotected", + "callee": "tools.pyboard.PyboardError.", + "lineno": 403, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.Pyboard._enter_raw_repl_unprotected", + "callee": "tools.pyboard.Pyboard.read_until", + "lineno": 410, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard._enter_raw_repl_unprotected", + "callee": "tools.pyboard.PyboardError.", + "lineno": 413, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.Pyboard._enter_raw_repl_unprotected", + "callee": "tools.pyboard.Pyboard.read_until", + "lineno": 415, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard._enter_raw_repl_unprotected", + "callee": "tools.pyboard.PyboardError.", + "lineno": 418, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.Pyboard.follow", + "callee": "tools.pyboard.Pyboard.read_until", + "lineno": 428, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.follow", + "callee": "tools.pyboard.PyboardError.", + "lineno": 430, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.Pyboard.follow", + "callee": "tools.pyboard.Pyboard.read_until", + "lineno": 434, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.follow", + "callee": "tools.pyboard.PyboardError.", + "lineno": 436, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.Pyboard.raw_paste_write", + "callee": "tools.pyboard.PyboardError.", + "lineno": 462, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.Pyboard.raw_paste_write", + "callee": "tools.pyboard.Pyboard.read_until", + "lineno": 473, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.raw_paste_write", + "callee": "tools.pyboard.PyboardError.", + "lineno": 475, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.Pyboard.exec_raw_no_follow", + "callee": "tools.pyboard.Pyboard.read_until", + "lineno": 484, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.exec_raw_no_follow", + "callee": "tools.pyboard.PyboardError.", + "lineno": 486, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.Pyboard.exec_raw_no_follow", + "callee": "tools.pyboard.Pyboard.raw_paste_write", + "lineno": 497, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.exec_raw_no_follow", + "callee": "tools.pyboard.Pyboard.read_until", + "lineno": 500, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.exec_raw_no_follow", + "callee": "tools.pyboard.PyboardError.", + "lineno": 503, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.Pyboard.exec_raw_no_follow", + "callee": "tools.pyboard.PyboardError.", + "lineno": 516, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.Pyboard.exec_raw", + "callee": "tools.pyboard.Pyboard.exec_raw_no_follow", + "lineno": 519, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.exec_raw", + "callee": "tools.pyboard.Pyboard.follow", + "lineno": 520, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.eval", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 524, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.eval", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 528, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.exec_", + "callee": "tools.pyboard.Pyboard.exec_raw", + "lineno": 534, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.exec_", + "callee": "tools.pyboard.PyboardError.", + "lineno": 536, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.Pyboard.execfile", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 542, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.get_time", + "callee": "tools.pyboard.Pyboard.eval", + "lineno": 545, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_exists", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 550, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_ls", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 561, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_listdir", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 574, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_stat", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 586, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_stat", + "callee": "tools.pyboard.Pyboard.eval", + "lineno": 587, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_cat", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 596, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_readfile", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 609, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_writefile", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 615, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_writefile", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 618, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_writefile", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 620, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_cp", + "callee": "tools.pyboard.Pyboard.fs_stat", + "lineno": 624, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_cp", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 626, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_cp", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 628, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_cp", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 634, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_get", + "callee": "tools.pyboard.Pyboard.fs_stat", + "lineno": 638, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_get", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 640, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_get", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 644, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_get", + "callee": "tools.pyboard.PyboardError.", + "lineno": 651, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_get", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 658, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_put", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 664, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_put", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 671, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_put", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 673, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_put", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 677, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_mkdir", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 680, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_rmdir", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 683, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_rm", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 686, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.Pyboard.fs_touch", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 689, + "resolution": "self_method_call" + }, + { + "caller": "tools.pyboard.execfile", + "callee": "tools.pyboard.Pyboard.__init__", + "lineno": 698, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.execfile", + "callee": "tools.pyboard.Pyboard.enter_raw_repl", + "lineno": 699, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.pyboard.execfile", + "callee": "tools.pyboard.Pyboard.execfile", + "lineno": 700, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.pyboard.execfile", + "callee": "tools.pyboard.stdout_write_bytes", + "lineno": 701, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pyboard.execfile", + "callee": "tools.pyboard.Pyboard.exit_raw_repl", + "lineno": 702, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.pyboard.execfile", + "callee": "tools.pyboard.Pyboard.close", + "lineno": 703, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.pyboard.filesystem_command", + "callee": "tools.pyboard.PyboardError.", + "lineno": 728, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.filesystem_command", + "callee": "tools.pyboard.filesystem_command.fname_remote", + "lineno": 746, + "resolution": "nested_function_call" + }, + { + "caller": "tools.pyboard.filesystem_command", + "callee": "tools.pyboard.filesystem_command.fname_cp_dest", + "lineno": 747, + "resolution": "nested_function_call" + }, + { + "caller": "tools.pyboard.filesystem_command", + "callee": "tools.pyboard.filesystem_command.fname_remote", + "lineno": 747, + "resolution": "nested_function_call" + }, + { + "caller": "tools.pyboard.filesystem_command", + "callee": "tools.pyboard.PyboardError.", + "lineno": 759, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.filesystem_command", + "callee": "tools.pyboard.filesystem_command.fname_remote", + "lineno": 763, + "resolution": "nested_function_call" + }, + { + "caller": "tools.pyboard.main", + "callee": "tools.pyboard.Pyboard.__init__", + "lineno": 879, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pyboard.main", + "callee": "tools.pyboard.Pyboard.enter_raw_repl", + "lineno": 891, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.pyboard.main", + "callee": "tools.pyboard.Pyboard.close", + "lineno": 894, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.pyboard.main.execbuffer", + "callee": "tools.pyboard.Pyboard.exec_raw", + "lineno": 900, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.pyboard.main.execbuffer", + "callee": "tools.pyboard.Pyboard.exec_raw_no_follow", + "lineno": 904, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.pyboard.main.execbuffer", + "callee": "tools.pyboard.Pyboard.close", + "lineno": 908, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.pyboard.main.execbuffer", + "callee": "tools.pyboard.Pyboard.exit_raw_repl", + "lineno": 913, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.pyboard.main.execbuffer", + "callee": "tools.pyboard.Pyboard.close", + "lineno": 914, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.pyboard.main.execbuffer", + "callee": "tools.pyboard.stdout_write_bytes", + "lineno": 915, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pyboard.main", + "callee": "tools.pyboard.filesystem_command", + "lineno": 920, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pyboard.main", + "callee": "tools.pyboard.main.execbuffer", + "lineno": 925, + "resolution": "nested_function_call" + }, + { + "caller": "tools.pyboard.main", + "callee": "tools.pyboard.Pyboard.exec_", + "lineno": 932, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.pyboard.main", + "callee": "tools.pyboard.main.execbuffer", + "lineno": 934, + "resolution": "nested_function_call" + }, + { + "caller": "tools.pyboard.main", + "callee": "tools.pyboard.Pyboard.exit_raw_repl", + "lineno": 937, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.pyboard.main", + "callee": "tools.pyboard.Pyboard.follow", + "lineno": 942, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.pyboard.main", + "callee": "tools.pyboard.Pyboard.close", + "lineno": 949, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.pyboard.main", + "callee": "tools.pyboard.stdout_write_bytes", + "lineno": 950, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pyboard.main", + "callee": "tools.pyboard.Pyboard.close", + "lineno": 954, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.pyboard.", + "callee": "tools.pyboard.main", + "lineno": 958, + "resolution": "direct_name_call" + } + ], + "tools.pydfu": [ + { + "caller": "tools.pydfu.init", + "callee": "tools.pydfu.get_dfu_devices", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.init", + "callee": "tools.pydfu.find_dfu_cfg_descr", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.init", + "callee": "tools.pydfu.find_dfu_cfg_descr", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.init", + "callee": "tools.pydfu.get_status", + "lineno": 131, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.init", + "callee": "tools.pydfu.abort_request", + "lineno": 135, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.init", + "callee": "tools.pydfu.clr_status", + "lineno": 137, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.get_status", + "callee": "tools.pydfu.get_string", + "lineno": 156, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.check_status", + "callee": "tools.pydfu.get_status", + "lineno": 164, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.check_status", + "callee": ".dict.get", + "lineno": 166, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.pydfu.mass_erase", + "callee": "tools.pydfu.check_status", + "lineno": 175, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.mass_erase", + "callee": "tools.pydfu.check_status", + "lineno": 178, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.page_erase", + "callee": "tools.pydfu.check_status", + "lineno": 191, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.page_erase", + "callee": "tools.pydfu.check_status", + "lineno": 194, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.set_address", + "callee": "tools.pydfu.check_status", + "lineno": 204, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.set_address", + "callee": "tools.pydfu.check_status", + "lineno": 207, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.write_memory", + "callee": "tools.pydfu.set_address", + "lineno": 230, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.write_memory", + "callee": "tools.pydfu.check_status", + "lineno": 239, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.write_memory", + "callee": "tools.pydfu.check_status", + "lineno": 242, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.write_page", + "callee": "tools.pydfu.set_address", + "lineno": 256, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.write_page", + "callee": "tools.pydfu.check_status", + "lineno": 262, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.write_page", + "callee": "tools.pydfu.check_status", + "lineno": 265, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.exit_dfu", + "callee": "tools.pydfu.set_address", + "lineno": 274, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.exit_dfu", + "callee": "tools.pydfu.get_status", + "lineno": 281, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.consume", + "callee": "tools.pydfu.named", + "lineno": 301, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.read_dfu_file", + "callee": "tools.pydfu.compute_crc", + "lineno": 328, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.read_dfu_file", + "callee": "tools.pydfu.consume", + "lineno": 339, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.read_dfu_file", + "callee": "tools.pydfu.consume", + "lineno": 354, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.read_dfu_file", + "callee": "tools.pydfu.cstring", + "lineno": 359, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.read_dfu_file", + "callee": "tools.pydfu.consume", + "lineno": 377, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.read_dfu_file", + "callee": ".list.append", + "lineno": 384, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.pydfu.read_dfu_file", + "callee": "tools.pydfu.named", + "lineno": 400, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.get_dfu_devices", + "callee": "tools.pydfu.FilterDFU.", + "lineno": 436, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.pydfu.get_memory_layout", + "callee": "tools.pydfu.get_string", + "lineno": 451, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.get_memory_layout", + "callee": ".list.append", + "lineno": 469, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.pydfu.get_memory_layout", + "callee": "tools.pydfu.named", + "lineno": 470, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.list_dfu_devices", + "callee": "tools.pydfu.get_dfu_devices", + "lineno": 481, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.list_dfu_devices", + "callee": "tools.pydfu.get_memory_layout", + "lineno": 490, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.write_elements", + "callee": "tools.pydfu.get_memory_layout", + "lineno": 505, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.write_elements", + "callee": "tools.pydfu.page_erase", + "lineno": 525, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.write_elements", + "callee": "tools.pydfu.write_memory", + "lineno": 527, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.main", + "callee": "tools.pydfu.list_dfu_devices", + "lineno": 585, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.main", + "callee": "tools.pydfu.init", + "lineno": 588, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.main", + "callee": "tools.pydfu.mass_erase", + "lineno": 593, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.main", + "callee": "tools.pydfu.read_dfu_file", + "lineno": 597, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.main", + "callee": "tools.pydfu.write_elements", + "lineno": 602, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.main", + "callee": "tools.pydfu.exit_dfu", + "lineno": 605, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.main", + "callee": "tools.pydfu.exit_dfu", + "lineno": 610, + "resolution": "direct_name_call" + }, + { + "caller": "tools.pydfu.", + "callee": "tools.pydfu.main", + "lineno": 620, + "resolution": "direct_name_call" + } + ], + "tools.uf2conv": [ + { + "caller": "tools.uf2conv.convert_from_uf2", + "callee": ".list.append", + "lineno": 106, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.uf2conv.convert_from_uf2", + "callee": ".dict.keys", + "lineno": 109, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.uf2conv.convert_from_uf2", + "callee": "tools.uf2conv.load_families", + "lineno": 120, + "resolution": "direct_name_call" + }, + { + "caller": "tools.uf2conv.convert_from_uf2", + "callee": ".dict.keys", + "lineno": 121, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.uf2conv.convert_to_uf2", + "callee": ".list.append", + "lineno": 182, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.uf2conv.convert_from_hex_to_uf2", + "callee": ".list.append", + "lineno": 226, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.uf2conv.convert_from_hex_to_uf2", + "callee": "tools.uf2conv.Block.__init__", + "lineno": 242, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.uf2conv.convert_from_hex_to_uf2", + "callee": ".list.append", + "lineno": 243, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.uf2conv.get_drives", + "callee": "tools.uf2conv.to_str", + "lineno": 273, + "resolution": "direct_name_call" + }, + { + "caller": "tools.uf2conv.get_drives", + "callee": ".list.append", + "lineno": 276, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.uf2conv.get_drives", + "callee": ".list.append", + "lineno": 286, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.uf2conv.list_drives", + "callee": "tools.uf2conv.get_drives", + "lineno": 304, + "resolution": "direct_name_call" + }, + { + "caller": "tools.uf2conv.list_drives", + "callee": "tools.uf2conv.board_id", + "lineno": 305, + "resolution": "direct_name_call" + }, + { + "caller": "tools.uf2conv.main", + "callee": "tools.uf2conv.load_families", + "lineno": 381, + "resolution": "direct_name_call" + }, + { + "caller": "tools.uf2conv.main", + "callee": "tools.uf2conv.main.error", + "lineno": 389, + "resolution": "nested_function_call" + }, + { + "caller": "tools.uf2conv.main", + "callee": "tools.uf2conv.list_drives", + "lineno": 392, + "resolution": "direct_name_call" + }, + { + "caller": "tools.uf2conv.main", + "callee": "tools.uf2conv.main.error", + "lineno": 395, + "resolution": "nested_function_call" + }, + { + "caller": "tools.uf2conv.main", + "callee": "tools.uf2conv.is_uf2", + "lineno": 398, + "resolution": "direct_name_call" + }, + { + "caller": "tools.uf2conv.main", + "callee": "tools.uf2conv.convert_from_uf2", + "lineno": 403, + "resolution": "direct_name_call" + }, + { + "caller": "tools.uf2conv.main", + "callee": "tools.uf2conv.convert_from_uf2", + "lineno": 407, + "resolution": "direct_name_call" + }, + { + "caller": "tools.uf2conv.main", + "callee": "tools.uf2conv.is_hex", + "lineno": 408, + "resolution": "direct_name_call" + }, + { + "caller": "tools.uf2conv.main", + "callee": "tools.uf2conv.convert_from_hex_to_uf2", + "lineno": 409, + "resolution": "direct_name_call" + }, + { + "caller": "tools.uf2conv.main", + "callee": "tools.uf2conv.convert_to_carray", + "lineno": 411, + "resolution": "direct_name_call" + }, + { + "caller": "tools.uf2conv.main", + "callee": "tools.uf2conv.convert_to_uf2", + "lineno": 414, + "resolution": "direct_name_call" + }, + { + "caller": "tools.uf2conv.main", + "callee": "tools.uf2conv.get_drives", + "lineno": 425, + "resolution": "direct_name_call" + }, + { + "caller": "tools.uf2conv.main", + "callee": "tools.uf2conv.write_file", + "lineno": 428, + "resolution": "direct_name_call" + }, + { + "caller": "tools.uf2conv.main", + "callee": "tools.uf2conv.main.error", + "lineno": 431, + "resolution": "nested_function_call" + }, + { + "caller": "tools.uf2conv.main", + "callee": "tools.uf2conv.board_id", + "lineno": 433, + "resolution": "direct_name_call" + }, + { + "caller": "tools.uf2conv.main", + "callee": "tools.uf2conv.write_file", + "lineno": 434, + "resolution": "direct_name_call" + }, + { + "caller": "tools.uf2conv.", + "callee": "tools.uf2conv.main", + "lineno": 438, + "resolution": "direct_name_call" + } + ], + "tools.verifygitlog": [ + { + "caller": "tools.verifygitlog.git_log", + "callee": "tools.verifygitlog.very_verbose", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "tools.verifygitlog.verify", + "callee": "tools.verifygitlog.verbose", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tools.verifygitlog.verify", + "callee": "tools.verifygitlog.git_log", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tools.verifygitlog.verify", + "callee": "tools.verifygitlog.very_verbose", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "tools.verifygitlog.verify", + "callee": "tools.verifygitlog.git_log", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "tools.verifygitlog.verify", + "callee": "tools.verifygitlog.verify_message_body", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "tools.verifygitlog.verify_message_body", + "callee": "tools.verifygitlog.verbose", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "tools.verifygitlog.verify_message_body", + "callee": "tools.verifygitlog.very_verbose", + "lineno": 92, + "resolution": "direct_name_call" + }, + { + "caller": "tools.verifygitlog.verify_message_body", + "callee": "tools.verifygitlog.diagnose_subject_line", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "tools.verifygitlog.verify_message_body", + "callee": "tools.verifygitlog.verify_subject_line_prefix", + "lineno": 100, + "resolution": "direct_name_call" + }, + { + "caller": "tools.verifygitlog.run", + "callee": "tools.verifygitlog.verbose", + "lineno": 141, + "resolution": "direct_name_call" + }, + { + "caller": "tools.verifygitlog.run", + "callee": "tools.verifygitlog.ErrorCollection.__init__", + "lineno": 143, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.verifygitlog.run", + "callee": "tools.verifygitlog.verbose", + "lineno": 147, + "resolution": "direct_name_call" + }, + { + "caller": "tools.verifygitlog.run", + "callee": ".list.pop", + "lineno": 152, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.verifygitlog.run", + "callee": "tools.verifygitlog.verify_message_body", + "lineno": 153, + "resolution": "direct_name_call" + }, + { + "caller": "tools.verifygitlog.run", + "callee": "tools.verifygitlog.git_log", + "lineno": 155, + "resolution": "direct_name_call" + }, + { + "caller": "tools.verifygitlog.run", + "callee": "tools.verifygitlog.verify", + "lineno": 156, + "resolution": "direct_name_call" + }, + { + "caller": "tools.verifygitlog.", + "callee": "tools.verifygitlog.show_help", + "lineno": 195, + "resolution": "direct_name_call" + }, + { + "caller": "tools.verifygitlog.", + "callee": "tools.verifygitlog.run", + "lineno": 198, + "resolution": "direct_name_call" + } + ], + "tools.autobuild.build-downloads": [ + { + "caller": "tools.autobuild.build-downloads.main", + "callee": ".list.append", + "lineno": 79, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.autobuild.build-downloads.", + "callee": "tools.autobuild.build-downloads.main", + "lineno": 114, + "resolution": "direct_name_call" + } + ], + "tools.autobuild.remove_old_firmware": [ + { + "caller": "tools.autobuild.remove_old_firmware.main", + "callee": ".dict.values", + "lineno": 43, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.autobuild.remove_old_firmware.main", + "callee": ".list.sort", + "lineno": 47, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.autobuild.remove_old_firmware.main", + "callee": ".list.extend", + "lineno": 51, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.autobuild.remove_old_firmware.main", + "callee": ".list.extend", + "lineno": 53, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.autobuild.remove_old_firmware.main", + "callee": ".list.append", + "lineno": 55, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.autobuild.remove_old_firmware.", + "callee": "tools.autobuild.remove_old_firmware.main", + "lineno": 74, + "resolution": "direct_name_call" + } + ], + "tools.make_pinout_diagram.compress": [], + "tools.make_pinout_diagram.pinout": [ + { + "caller": "tools.make_pinout_diagram.pinout.add_colour", + "callee": ".dict.items", + "lineno": 48, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.make_pinout_diagram.pinout.add_colour", + "callee": ".str.replace", + "lineno": 49, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.make_pinout_diagram.pinout.add_colour", + "callee": "tools.make_pinout_diagram.pinout.ansi_colour", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "tools.make_pinout_diagram.pinout.colour_tags", + "callee": ".dict.keys", + "lineno": 71, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.make_pinout_diagram.pinout.colour_tags", + "callee": "tools.make_pinout_diagram.pinout.ansi_colour", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "tools.make_pinout_diagram.pinout.colour_pins", + "callee": "tools.make_pinout_diagram.pinout.ansi_colour", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "tools.make_pinout_diagram.pinout.", + "callee": "tools.make_pinout_diagram.pinout.replace_gpio", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "tools.make_pinout_diagram.pinout.", + "callee": "tools.make_pinout_diagram.pinout.replace_tags", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "tools.make_pinout_diagram.pinout.", + "callee": "tools.make_pinout_diagram.pinout.add_colour", + "lineno": 98, + "resolution": "direct_name_call" + } + ], + "tools.mpremote.mpremote": [ + { + "caller": "tools.mpremote.mpremote.", + "callee": ".importlib.metadata.version", + "lineno": 5, + "resolution": "external_constructor_call" + } + ], + "tools.mpremote.mpremote.commands": [ + { + "caller": "tools.mpremote.mpremote.commands.do_connect", + "callee": "tools.mpremote.mpremote.commands.do_disconnect", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_connect", + "callee": ".tools.mpremote.mpremote.transport_serial.SerialTransport", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_connect", + "callee": ".tools.mpremote.mpremote.transport.TransportError", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_connect", + "callee": ".tools.mpremote.mpremote.transport_serial.SerialTransport", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_connect", + "callee": ".tools.mpremote.mpremote.transport.TransportError", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_connect", + "callee": ".tools.mpremote.mpremote.transport_serial.SerialTransport", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.commands._remote_path_join", + "callee": ".str.rstrip", + "lineno": 116, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_cp", + "callee": "tools.mpremote.mpremote.commands._remote_path_basename", + "lineno": 159, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_cp", + "callee": "tools.mpremote.mpremote.commands._remote_path_join", + "lineno": 171, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp._list_recursive", + "callee": ".list.append", + "lineno": 228, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp._list_recursive", + "callee": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp._list_recursive", + "lineno": 230, + "resolution": "nested_function_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp._list_recursive", + "callee": ".list.append", + "lineno": 239, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp", + "callee": "tools.mpremote.mpremote.commands._remote_path_basename", + "lineno": 247, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp", + "callee": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp._list_recursive", + "lineno": 249, + "resolution": "nested_function_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp", + "callee": "tools.mpremote.mpremote.commands._remote_path_dirname", + "lineno": 250, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp", + "callee": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp._list_recursive", + "lineno": 260, + "resolution": "nested_function_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp", + "callee": "tools.mpremote.mpremote.commands.do_filesystem_cp", + "lineno": 271, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp._mkdir", + "callee": "tools.mpremote.mpremote.commands._remote_path_join", + "lineno": 276, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp", + "callee": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp._mkdir", + "lineno": 284, + "resolution": "nested_function_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp", + "callee": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp._mkdir", + "lineno": 288, + "resolution": "nested_function_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp", + "callee": ".list.sort", + "lineno": 291, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp", + "callee": "tools.mpremote.mpremote.commands._remote_path_join", + "lineno": 297, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp", + "callee": "tools.mpremote.mpremote.commands.do_filesystem_cp", + "lineno": 301, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_recursive_rm", + "callee": "tools.mpremote.mpremote.commands.do_filesystem_recursive_rm", + "lineno": 318, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_recursive_rm", + "callee": "tools.mpremote.mpremote.commands._remote_path_join", + "lineno": 318, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_tree._tree_recursive", + "callee": "tools.mpremote.mpremote.commands.human_size", + "lineno": 361, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_tree._tree_recursive", + "callee": "tools.mpremote.mpremote.commands.do_filesystem_tree._tree_recursive", + "lineno": 364, + "resolution": "nested_function_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_tree._tree_recursive", + "callee": "tools.mpremote.mpremote.commands._remote_path_join", + "lineno": 365, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem_tree", + "callee": "tools.mpremote.mpremote.commands.do_filesystem_tree._tree_recursive", + "lineno": 377, + "resolution": "nested_function_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem", + "callee": "tools.mpremote.mpremote.commands.do_filesystem_recursive_rm", + "lineno": 433, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem", + "callee": "tools.mpremote.mpremote.commands.do_filesystem_recursive_cp", + "lineno": 445, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem", + "callee": "tools.mpremote.mpremote.commands.do_filesystem_cp", + "lineno": 449, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_filesystem", + "callee": "tools.mpremote.mpremote.commands.do_filesystem_tree", + "lineno": 451, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands._do_execbuffer", + "callee": ".tools.mpremote.mpremote.transport.stdout_write_bytes", + "lineno": 491, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_exec", + "callee": "tools.mpremote.mpremote.commands._do_execbuffer", + "lineno": 500, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_eval", + "callee": "tools.mpremote.mpremote.commands._do_execbuffer", + "lineno": 505, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_run", + "callee": "tools.mpremote.mpremote.commands._do_execbuffer", + "lineno": 515, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands._do_romfs_build", + "callee": ".tools.mpremote.mpremote.romfs.make_romfs", + "lineno": 617, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.commands._do_romfs_deploy", + "callee": ".tools.mpremote.mpremote.romfs.make_romfs", + "lineno": 640, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_romfs", + "callee": "tools.mpremote.mpremote.commands._do_romfs_query", + "lineno": 738, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_romfs", + "callee": "tools.mpremote.mpremote.commands._do_romfs_build", + "lineno": 740, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.commands.do_romfs", + "callee": "tools.mpremote.mpremote.commands._do_romfs_deploy", + "lineno": 742, + "resolution": "direct_name_call" + } + ], + "tools.mpremote.mpremote.console": [ + { + "caller": "tools.mpremote.mpremote.console.ConsoleWindows.waitchar", + "callee": "tools.mpremote.mpremote.console.ConsoleWindows.inWaiting", + "lineno": 99, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.console.", + "callee": "tools.mpremote.mpremote.console.set_conout_mode", + "lineno": 173, + "resolution": "direct_name_call" + } + ], + "tools.mpremote.mpremote.main": [ + { + "caller": "tools.mpremote.mpremote.main.do_help.print_commands_help", + "callee": ".textwrap.dedent", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.main.do_help", + "callee": "tools.mpremote.mpremote.main.do_help.print_commands_help", + "lineno": 67, + "resolution": "nested_function_call" + }, + { + "caller": "tools.mpremote.mpremote.main.do_help", + "callee": "tools.mpremote.mpremote.main.do_help.print_commands_help", + "lineno": 72, + "resolution": "nested_function_call" + }, + { + "caller": "tools.mpremote.mpremote.main.argparse_mount", + "callee": "tools.mpremote.mpremote.main._bool_flag", + "lineno": 123, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.argparse_repl", + "callee": "tools.mpremote.mpremote.main._bool_flag", + "lineno": 136, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.argparse_exec", + "callee": "tools.mpremote.mpremote.main._bool_flag", + "lineno": 163, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.argparse_run", + "callee": "tools.mpremote.mpremote.main._bool_flag", + "lineno": 172, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.argparse_rtc", + "callee": "tools.mpremote.mpremote.main._bool_flag", + "lineno": 181, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.argparse_filesystem", + "callee": "tools.mpremote.mpremote.main._bool_flag", + "lineno": 191, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.argparse_filesystem", + "callee": "tools.mpremote.mpremote.main._bool_flag", + "lineno": 192, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.argparse_filesystem", + "callee": "tools.mpremote.mpremote.main._bool_flag", + "lineno": 199, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.argparse_mip", + "callee": "tools.mpremote.mpremote.main._bool_flag", + "lineno": 235, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.argparse_romfs", + "callee": "tools.mpremote.mpremote.main._bool_flag", + "lineno": 256, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.", + "callee": "tools.mpremote.mpremote.main.argparse_none", + "lineno": 296, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.", + "callee": "tools.mpremote.mpremote.main.argparse_none", + "lineno": 304, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.", + "callee": "tools.mpremote.mpremote.main.argparse_none", + "lineno": 308, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.", + "callee": "tools.mpremote.mpremote.main.argparse_none", + "lineno": 316, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.", + "callee": "tools.mpremote.mpremote.main.argparse_none", + "lineno": 348, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.", + "callee": "tools.mpremote.mpremote.main.argparse_none", + "lineno": 352, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.do_command_expansion", + "callee": "tools.mpremote.mpremote.main.do_command_expansion.usage_error", + "lineno": 512, + "resolution": "nested_function_call" + }, + { + "caller": "tools.mpremote.mpremote.main.do_command_expansion", + "callee": ".list.append", + "lineno": 516, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpremote.mpremote.main.do_command_expansion", + "callee": "tools.mpremote.mpremote.main.do_command_expansion.usage_error", + "lineno": 524, + "resolution": "nested_function_call" + }, + { + "caller": "tools.mpremote.mpremote.main.State.ensure_connected", + "callee": ".tools.mpremote.mpremote.commands.do_connect", + "lineno": 545, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.main.State.ensure_raw_repl", + "callee": "tools.mpremote.mpremote.main.State.ensure_connected", + "lineno": 548, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.main.State.ensure_friendly_repl", + "callee": "tools.mpremote.mpremote.main.State.ensure_connected", + "lineno": 555, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.main.main", + "callee": "tools.mpremote.mpremote.main.load_user_config", + "lineno": 561, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.main", + "callee": "tools.mpremote.mpremote.main.prepare_command_expansions", + "lineno": 562, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.main", + "callee": "tools.mpremote.mpremote.main.State.__init__", + "lineno": 565, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpremote.mpremote.main.main", + "callee": "tools.mpremote.mpremote.main.do_command_expansion", + "lineno": 575, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.main", + "callee": ".tools.mpremote.mpremote.commands.CommandError", + "lineno": 582, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.main.main", + "callee": "tools.mpremote.mpremote.main.State.run_repl_on_completion", + "lineno": 621, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.mpremote.mpremote.main.main", + "callee": ".tools.mpremote.mpremote.repl.do_repl", + "lineno": 622, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.main.main", + "callee": "tools.mpremote.mpremote.main.argparse_repl", + "lineno": 622, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.main.main", + "callee": ".tools.mpremote.mpremote.commands.do_disconnect", + "lineno": 636, + "resolution": "external_constructor_call" + } + ], + "tools.mpremote.mpremote.mip": [ + { + "caller": "tools.mpremote.mpremote.mip._rewrite_url", + "callee": ".dict.items", + "lineno": 58, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._download_file", + "callee": ".tools.mpremote.mpremote.commands.CommandError", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._download_file", + "callee": ".tools.mpremote.mpremote.commands.CommandError", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._download_file", + "callee": ".tools.mpremote.mpremote.commands.CommandError", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._download_file", + "callee": ".tools.mpremote.mpremote.commands.CommandError", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._download_file", + "callee": ".tools.mpremote.mpremote.commands.CommandError", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._download_file", + "callee": "tools.mpremote.mpremote.mip._ensure_path_exists", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._install_json", + "callee": "tools.mpremote.mpremote.mip._rewrite_url", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._install_json", + "callee": ".tools.mpremote.mpremote.commands.CommandError", + "lineno": 103, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._install_json", + "callee": ".tools.mpremote.mpremote.commands.CommandError", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._install_json", + "callee": ".tools.mpremote.mpremote.commands.CommandError", + "lineno": 107, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._install_json", + "callee": ".tools.mpremote.mpremote.commands.CommandError", + "lineno": 114, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._install_json", + "callee": ".tools.mpremote.mpremote.commands.CommandError", + "lineno": 117, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._install_json", + "callee": "tools.mpremote.mpremote.mip._check_exists", + "lineno": 120, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._install_json", + "callee": "tools.mpremote.mpremote.mip._download_file", + "lineno": 124, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._install_json", + "callee": "tools.mpremote.mpremote.mip._download_file", + "lineno": 129, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._install_json", + "callee": "tools.mpremote.mpremote.mip._rewrite_url", + "lineno": 129, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._install_json", + "callee": "tools.mpremote.mpremote.mip._install_package", + "lineno": 131, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._install_package", + "callee": "tools.mpremote.mpremote.mip._download_file", + "lineno": 138, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._install_package", + "callee": "tools.mpremote.mpremote.mip._rewrite_url", + "lineno": 139, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.mip._install_package", + "callee": "tools.mpremote.mpremote.mip._install_json", + "lineno": 162, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.mip.do_mip", + "callee": ".tools.mpremote.mpremote.commands.CommandError", + "lineno": 191, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.mip.do_mip", + "callee": "tools.mpremote.mpremote.mip._install_package", + "lineno": 199, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.mip.do_mip", + "callee": ".tools.mpremote.mpremote.commands.CommandError", + "lineno": 212, + "resolution": "external_constructor_call" + } + ], + "tools.mpremote.mpremote.mp_errno": [], + "tools.mpremote.mpremote.repl": [ + { + "caller": "tools.mpremote.mpremote.repl.do_repl_main_loop", + "callee": "tools.mpremote.mpremote.repl._is_disconnect_exception", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.repl.do_repl", + "callee": ".tools.mpremote.mpremote.console.Console", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.repl.do_repl", + "callee": "tools.mpremote.mpremote.repl.do_repl_main_loop", + "lineno": 91, + "resolution": "direct_name_call" + } + ], + "tools.mpremote.mpremote.romfs": [ + { + "caller": "tools.mpremote.mpremote.romfs.VfsRomWriter._encode_uint", + "callee": ".list.insert", + "lineno": 28, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.mpremote.mpremote.romfs.VfsRomWriter._pack", + "callee": "tools.mpremote.mpremote.romfs.VfsRomWriter._encode_uint", + "lineno": 33, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.romfs.VfsRomWriter._pack", + "callee": "tools.mpremote.mpremote.romfs.VfsRomWriter._encode_uint", + "lineno": 33, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.romfs.VfsRomWriter.finalise", + "callee": "tools.mpremote.mpremote.romfs.VfsRomWriter._encode_uint", + "lineno": 43, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.romfs.VfsRomWriter.closedir", + "callee": "tools.mpremote.mpremote.romfs.VfsRomWriter._encode_uint", + "lineno": 54, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.romfs.VfsRomWriter.closedir", + "callee": "tools.mpremote.mpremote.romfs.VfsRomWriter._extend", + "lineno": 55, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.romfs.VfsRomWriter.closedir", + "callee": "tools.mpremote.mpremote.romfs.VfsRomWriter._pack", + "lineno": 55, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.romfs.VfsRomWriter.mkdata", + "callee": "tools.mpremote.mpremote.romfs.VfsRomWriter._extend", + "lineno": 59, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.romfs.VfsRomWriter.mkdata", + "callee": "tools.mpremote.mpremote.romfs.VfsRomWriter._pack", + "lineno": 59, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.romfs.VfsRomWriter.mkfile", + "callee": "tools.mpremote.mpremote.romfs.VfsRomWriter._encode_uint", + "lineno": 65, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.romfs.VfsRomWriter.mkfile", + "callee": "tools.mpremote.mpremote.romfs.VfsRomWriter._encode_uint", + "lineno": 68, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.romfs.VfsRomWriter.mkfile", + "callee": "tools.mpremote.mpremote.romfs.VfsRomWriter._encode_uint", + "lineno": 69, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.romfs.VfsRomWriter.mkfile", + "callee": "tools.mpremote.mpremote.romfs.VfsRomWriter._pack", + "lineno": 70, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.romfs.VfsRomWriter.mkfile", + "callee": "tools.mpremote.mpremote.romfs.VfsRomWriter._pack", + "lineno": 72, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.romfs.VfsRomWriter.mkfile", + "callee": "tools.mpremote.mpremote.romfs.VfsRomWriter._pack", + "lineno": 73, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.romfs.copy_recursively", + "callee": "tools.mpremote.mpremote.romfs.copy_recursively", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.romfs.make_romfs", + "callee": "tools.mpremote.mpremote.romfs.VfsRomWriter.__init__", + "lineno": 133, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpremote.mpremote.romfs.make_romfs", + "callee": "tools.mpremote.mpremote.romfs.copy_recursively", + "lineno": 139, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.romfs.make_romfs", + "callee": "tools.mpremote.mpremote.romfs.VfsRomWriter.finalise", + "lineno": 148, + "resolution": "local_typed_method_call" + } + ], + "tools.mpremote.mpremote.transport": [ + { + "caller": "tools.mpremote.mpremote.transport.", + "callee": ".collections.namedtuple", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.transport.Transport.fs_listdir", + "callee": "tools.mpremote.mpremote.transport._convert_filesystem_error", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.transport.Transport.fs_stat", + "callee": "tools.mpremote.mpremote.transport._convert_filesystem_error", + "lineno": 106, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.transport.Transport.fs_exists", + "callee": "tools.mpremote.mpremote.transport.Transport.fs_stat", + "lineno": 110, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport.Transport.fs_isdir", + "callee": "tools.mpremote.mpremote.transport.Transport.fs_stat", + "lineno": 117, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport.Transport.fs_printfile", + "callee": "tools.mpremote.mpremote.transport._convert_filesystem_error", + "lineno": 131, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.transport.Transport.fs_readfile", + "callee": "tools.mpremote.mpremote.transport.Transport.fs_stat", + "lineno": 135, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport.Transport.fs_readfile", + "callee": "tools.mpremote.mpremote.transport._convert_filesystem_error", + "lineno": 150, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.transport.Transport.fs_writefile", + "callee": "tools.mpremote.mpremote.transport._convert_filesystem_error", + "lineno": 170, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.transport.Transport.fs_mkdir", + "callee": "tools.mpremote.mpremote.transport._convert_filesystem_error", + "lineno": 176, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.transport.Transport.fs_rmdir", + "callee": "tools.mpremote.mpremote.transport._convert_filesystem_error", + "lineno": 182, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.transport.Transport.fs_rmfile", + "callee": "tools.mpremote.mpremote.transport._convert_filesystem_error", + "lineno": 188, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.transport.Transport.fs_touchfile", + "callee": "tools.mpremote.mpremote.transport._convert_filesystem_error", + "lineno": 194, + "resolution": "direct_name_call" + }, + { + "caller": "tools.mpremote.mpremote.transport.Transport.fs_hashfile", + "callee": "tools.mpremote.mpremote.transport.Transport.fs_readfile", + "lineno": 201, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport.Transport.fs_hashfile", + "callee": "tools.mpremote.mpremote.transport._convert_filesystem_error", + "lineno": 211, + "resolution": "direct_name_call" + } + ], + "tools.mpremote.mpremote.transport_serial": [ + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.__init__", + "callee": ".tools.mpremote.mpremote.transport.TransportError", + "lineno": 104, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.enter_raw_repl", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.read_until", + "lineno": 174, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.enter_raw_repl", + "callee": ".tools.mpremote.mpremote.transport.TransportError", + "lineno": 179, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.enter_raw_repl", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.read_until", + "lineno": 186, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.enter_raw_repl", + "callee": ".tools.mpremote.mpremote.transport.TransportError", + "lineno": 189, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.enter_raw_repl", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.read_until", + "lineno": 191, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.enter_raw_repl", + "callee": ".tools.mpremote.mpremote.transport.TransportError", + "lineno": 194, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.follow", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.read_until", + "lineno": 204, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.follow", + "callee": ".tools.mpremote.mpremote.transport.TransportError", + "lineno": 206, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.follow", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.read_until", + "lineno": 210, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.follow", + "callee": ".tools.mpremote.mpremote.transport.TransportError", + "lineno": 212, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.raw_paste_write", + "callee": ".tools.mpremote.mpremote.transport.TransportError", + "lineno": 238, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.raw_paste_write", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.read_until", + "lineno": 249, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.raw_paste_write", + "callee": ".tools.mpremote.mpremote.transport.TransportError", + "lineno": 251, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec_raw_no_follow", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.read_until", + "lineno": 260, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec_raw_no_follow", + "callee": ".tools.mpremote.mpremote.transport.TransportError", + "lineno": 262, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec_raw_no_follow", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.raw_paste_write", + "lineno": 273, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec_raw_no_follow", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.read_until", + "lineno": 276, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec_raw_no_follow", + "callee": ".tools.mpremote.mpremote.transport.TransportError", + "lineno": 279, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec_raw_no_follow", + "callee": ".tools.mpremote.mpremote.transport.TransportError", + "lineno": 292, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec_raw", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec_raw_no_follow", + "lineno": 295, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec_raw", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.follow", + "lineno": 296, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.eval", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec", + "lineno": 300, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.eval", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec", + "lineno": 304, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec_raw", + "lineno": 309, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec", + "callee": ".tools.mpremote.mpremote.transport.TransportExecError", + "lineno": 311, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.execfile", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec", + "lineno": 317, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.mount_local", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.eval", + "lineno": 321, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.mount_local", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec", + "lineno": 322, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.mount_local", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec", + "lineno": 323, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.mount_local", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.__init__", + "lineno": 325, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.mount_local", + "callee": "tools.mpremote.mpremote.transport_serial.SerialIntercept.__init__", + "lineno": 326, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.write_ctrl_d", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec", + "lineno": 406, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.write_ctrl_d", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec", + "lineno": 407, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.write_ctrl_d", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.exit_raw_repl", + "lineno": 412, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.write_ctrl_d", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.read_until", + "lineno": 413, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.write_ctrl_d", + "callee": "tools.mpremote.mpremote.transport_serial.SerialIntercept.__init__", + "lineno": 415, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialTransport.umount_local", + "callee": "tools.mpremote.mpremote.transport_serial.SerialTransport.exec", + "lineno": 419, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_bytes", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_s32", + "lineno": 811, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_str", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_s32", + "lineno": 815, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_bytes", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_s32", + "lineno": 831, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_str", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_s32", + "lineno": 836, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_stat", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_str", + "lineno": 853, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_stat", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.path_check", + "lineno": 856, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_stat", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_s8", + "lineno": 859, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_stat", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_s8", + "lineno": 861, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_stat", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_u32", + "lineno": 863, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_stat", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_u32", + "lineno": 864, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_stat", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_u32", + "lineno": 865, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_stat", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_u32", + "lineno": 866, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_stat", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_u32", + "lineno": 867, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_ilistdir_start", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_str", + "lineno": 870, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_ilistdir_start", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.path_check", + "lineno": 872, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_ilistdir_start", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_s8", + "lineno": 875, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_ilistdir_start", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_s8", + "lineno": 877, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_ilistdir_next", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_str", + "lineno": 887, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_ilistdir_next", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_u32", + "lineno": 888, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_ilistdir_next", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_str", + "lineno": 890, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_open", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_str", + "lineno": 893, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_open", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_str", + "lineno": 894, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_open", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.path_check", + "lineno": 897, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_open", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_s8", + "lineno": 900, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_open", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_s8", + "lineno": 909, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_close", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_s8", + "lineno": 912, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_read", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_s8", + "lineno": 918, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_read", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_s32", + "lineno": 919, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_read", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_bytes", + "lineno": 923, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_readline", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_s8", + "lineno": 927, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_readline", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_bytes", + "lineno": 931, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_seek", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_s8", + "lineno": 935, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_seek", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_s32", + "lineno": 936, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_seek", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_s8", + "lineno": 937, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_seek", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_s32", + "lineno": 943, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_write", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_s8", + "lineno": 946, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_write", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_bytes", + "lineno": 947, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_write", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_s32", + "lineno": 951, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_remove", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_str", + "lineno": 955, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_remove", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.path_check", + "lineno": 958, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_remove", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_s32", + "lineno": 963, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_rename", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_str", + "lineno": 966, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_rename", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_str", + "lineno": 967, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_rename", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.path_check", + "lineno": 970, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_rename", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.path_check", + "lineno": 971, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_rename", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_s32", + "lineno": 976, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_mkdir", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_str", + "lineno": 979, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_mkdir", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.path_check", + "lineno": 982, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_mkdir", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_s32", + "lineno": 987, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_rmdir", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.rd_str", + "lineno": 990, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_rmdir", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.path_check", + "lineno": 993, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.PyboardCommand.do_rmdir", + "callee": "tools.mpremote.mpremote.transport_serial.PyboardCommand.wr_s32", + "lineno": 998, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialIntercept.inWaiting", + "callee": "tools.mpremote.mpremote.transport_serial.SerialIntercept._check_input", + "lineno": 1050, + "resolution": "self_method_call" + }, + { + "caller": "tools.mpremote.mpremote.transport_serial.SerialIntercept.read", + "callee": "tools.mpremote.mpremote.transport_serial.SerialIntercept._check_input", + "lineno": 1055, + "resolution": "self_method_call" + } + ], + "tools.mpremote.mpremote.__main__": [], + "tools.mpremote.tests._test_mount_readinto_array": [ + { + "caller": "tools.mpremote.tests._test_mount_readinto_array.", + "callee": ".array.array", + "lineno": 6, + "resolution": "external_constructor_call" + } + ], + "tools.mpremote.tests._test_mount_write_array": [ + { + "caller": "tools.mpremote.tests._test_mount_write_array.", + "callee": ".array.array", + "lineno": 4, + "resolution": "external_constructor_call" + } + ] + }, + "cyclic_clusters": [], + "unresolved": [ + { + "module": "tests.basics.string_module_tstring", + "pattern": "parse_error", + "note": "SyntaxError: invalid syntax (string_module_tstring.py, line 6)" + }, + { + "module": "tests.basics.string_tstring_basic", + "pattern": "parse_error", + "note": "SyntaxError: invalid syntax (string_tstring_basic.py, line 4)" + }, + { + "module": "tests.basics.string_tstring_basic1", + "pattern": "parse_error", + "note": "SyntaxError: invalid syntax (string_tstring_basic1.py, line 9)" + }, + { + "module": "tests.basics.string_tstring_constructor", + "pattern": "parse_error", + "note": "SyntaxError: f-string: expecting '=', or '!', or ':', or '}' (string_tstring_constructor.py, line 46)" + }, + { + "module": "tests.basics.string_tstring_errors1", + "pattern": "parse_error", + "note": "SyntaxError: invalid syntax (string_tstring_errors1.py, line 10)" + }, + { + "module": "tests.basics.string_tstring_format1", + "pattern": "parse_error", + "note": "SyntaxError: f-string: expecting '=', or '!', or ':', or '}' (string_tstring_format1.py, line 2)" + }, + { + "module": "tests.basics.string_tstring_interpolation1", + "pattern": "parse_error", + "note": "SyntaxError: invalid syntax (string_tstring_interpolation1.py, line 4)" + }, + { + "module": "tests.basics.string_tstring_operations", + "pattern": "parse_error", + "note": "SyntaxError: invalid syntax (string_tstring_operations.py, line 4)" + }, + { + "module": "tests.basics.string_tstring_parser1", + "pattern": "parse_error", + "note": "SyntaxError: invalid syntax (string_tstring_parser1.py, line 52)" + }, + { + "module": "tests.cmdline.cmd_compile_only_error", + "pattern": "parse_error", + "note": "SyntaxError: '(' was never closed (cmd_compile_only_error.py, line 4)" + }, + { + "module": "tests.cmdline.repl_autocomplete", + "pattern": "parse_error", + "note": "SyntaxError: invalid non-printable character U+007F (repl_autocomplete.py, line 3)" + }, + { + "module": "tests.cmdline.repl_autocomplete_underscore", + "pattern": "parse_error", + "note": "SyntaxError: unexpected character after line continuation character (repl_autocomplete_underscore.py, line 4)" + }, + { + "module": "tests.cmdline.repl_autoindent", + "pattern": "parse_error", + "note": "IndentationError: expected an indented block after 'if' statement on line 2 (repl_autoindent.py, line 3)" + }, + { + "module": "tests.cmdline.repl_basic", + "pattern": "parse_error", + "note": "SyntaxError: invalid non-printable character U+001B (repl_basic.py, line 3)" + }, + { + "module": "tests.cmdline.repl_cont", + "pattern": "parse_error", + "note": "SyntaxError: invalid non-printable character U+0008 (repl_cont.py, line 30)" + }, + { + "module": "tests.cmdline.repl_ctrl_c_interrupt_execution", + "pattern": "parse_error", + "note": "SyntaxError: unexpected character after line continuation character (repl_ctrl_c_interrupt_execution.py, line 7)" + }, + { + "module": "tests.cmdline.repl_emacs_keys", + "pattern": "parse_error", + "note": "SyntaxError: invalid non-printable character U+0010 (repl_emacs_keys.py, line 6)" + }, + { + "module": "tests.cmdline.repl_paste", + "pattern": "parse_error", + "note": "SyntaxError: unexpected character after line continuation character (repl_paste.py, line 4)" + }, + { + "module": "tests.cmdline.repl_words_move", + "pattern": "parse_error", + "note": "SyntaxError: invalid non-printable character U+001B (repl_words_move.py, line 3)" + }, + { + "module": "tests.feature_check.repl_emacs_check", + "pattern": "parse_error", + "note": "SyntaxError: invalid non-printable character U+0002 (repl_emacs_check.py, line 2)" + }, + { + "module": "tests.feature_check.repl_words_move_check", + "pattern": "parse_error", + "note": "SyntaxError: invalid non-printable character U+0017 (repl_words_move_check.py, line 3)" + }, + { + "module": "tests.feature_check.tstring", + "pattern": "parse_error", + "note": "SyntaxError: invalid syntax (tstring.py, line 4)" + }, + { + "module": "tests.micropython.heapalloc_fail_tstring", + "pattern": "parse_error", + "note": "SyntaxError: invalid syntax (heapalloc_fail_tstring.py, line 41)" + }, + { + "module": "tests.micropython.viper_args", + "pattern": "parse_error", + "note": "SyntaxError: named arguments must follow bare * (viper_args.py, line 67)" + }, + { + "module": "docs.conf", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "docs.readthedocs.settings.local_settings", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "docs.readthedocs.settings.local_settings", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "docs.readthedocs.settings.local_settings", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "examples.accellog", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .Accel(...) - target object type not statically resolved." + }, + { + "module": "examples.accellog", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .LED(...) - target object type not statically resolved." + }, + { + "module": "examples.accellog", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .on(...) - target object type not statically resolved." + }, + { + "module": "examples.accellog", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .millis(...) - target object type not statically resolved." + }, + { + "module": "examples.accellog", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .filtered_xyz(...) - target object type not statically resolved." + }, + { + "module": "examples.accellog", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.accellog", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "examples.accellog", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "examples.accellog", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .off(...) - target object type not statically resolved." + }, + { + "module": "examples.accel_i2c", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "examples.accel_i2c", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .scan(...) - target object type not statically resolved." + }, + { + "module": "examples.accel_i2c", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_write(...) - target object type not statically resolved." + }, + { + "module": "examples.accel_i2c", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_read(...) - target object type not statically resolved." + }, + { + "module": "examples.accel_i2c", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "examples.asmled", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'movw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'movt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'movw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'movt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'movw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'movt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'movw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'movt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'sub(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'cmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'bgt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'movw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'movt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'sub(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'cmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'bgt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'sub(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'cmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'bgt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'movwt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'movw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'strh(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'movwt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'sub(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'cmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'bgt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'strh(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 77, + "pattern": "name_call_unresolved", + "note": "Call to 'movwt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 79, + "pattern": "name_call_unresolved", + "note": "Call to 'sub(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 80, + "pattern": "name_call_unresolved", + "note": "Call to 'cmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'bgt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 84, + "pattern": "name_call_unresolved", + "note": "Call to 'sub(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'cmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmled", + "lineno": 87, + "pattern": "name_call_unresolved", + "note": "Call to 'bgt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'ldr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'sub(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'cmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'bgt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'ldrb(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'sub(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'cmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'bgt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.asmsum", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.asmsum", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.conwaylife", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .LCD(...) - target object type not statically resolved." + }, + { + "module": "examples.conwaylife", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .light(...) - target object type not statically resolved." + }, + { + "module": "examples.conwaylife", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.conwaylife", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.conwaylife", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.conwaylife", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.conwaylife", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.conwaylife", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.conwaylife", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.conwaylife", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.conwaylife", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.conwaylife", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "examples.conwaylife", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "examples.conwaylife", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "examples.conwaylife", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "examples.conwaylife", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .rng(...) - target object type not statically resolved." + }, + { + "module": "examples.conwaylife", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "examples.conwaylife", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "examples.ledangle", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .LED(...) - target object type not statically resolved." + }, + { + "module": "examples.ledangle", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .LED(...) - target object type not statically resolved." + }, + { + "module": "examples.ledangle", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .Accel(...) - target object type not statically resolved." + }, + { + "module": "examples.ledangle", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .x(...) - target object type not statically resolved." + }, + { + "module": "examples.ledangle", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .on(...) - target object type not statically resolved." + }, + { + "module": "examples.ledangle", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .off(...) - target object type not statically resolved." + }, + { + "module": "examples.ledangle", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .off(...) - target object type not statically resolved." + }, + { + "module": "examples.ledangle", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .on(...) - target object type not statically resolved." + }, + { + "module": "examples.ledangle", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .off(...) - target object type not statically resolved." + }, + { + "module": "examples.ledangle", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .off(...) - target object type not statically resolved." + }, + { + "module": "examples.ledangle", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "examples.mandel", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "examples.mandel", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "examples.mandel", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "examples.mandel", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .LCD(...) - target object type not statically resolved." + }, + { + "module": "examples.pyb", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "examples.switch", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .Switch(...) - target object type not statically resolved." + }, + { + "module": "examples.switch", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .LED(...) - target object type not statically resolved." + }, + { + "module": "examples.switch", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .LED(...) - target object type not statically resolved." + }, + { + "module": "examples.switch", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .LED(...) - target object type not statically resolved." + }, + { + "module": "examples.switch", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .LED(...) - target object type not statically resolved." + }, + { + "module": "examples.switch", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'switch(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.switch", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .on(...) - target object type not statically resolved." + }, + { + "module": "examples.switch", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .off(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_advertising", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_advertising", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_advertising", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_advertising", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_advertising", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_advertising", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_passkey(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_passkey(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_passkey(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_notify(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_indicate(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .b2a_base64(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .b2a_base64(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .uniform(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_bonding_peripheral", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_central", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_central", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_central", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_central", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_central", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_central", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_scan(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_central", + "lineno": 97, + "pattern": "self_method_not_found", + "note": "self._scan_callback(...) not found in class 'BLESimpleCentral' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.bluetooth.ble_simple_central", + "lineno": 101, + "pattern": "self_method_not_found", + "note": "self._scan_callback(...) not found in class 'BLESimpleCentral' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.bluetooth.ble_simple_central", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_services(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_central", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_characteristics(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_central", + "lineno": 146, + "pattern": "self_method_not_found", + "note": "self._conn_callback(...) not found in class 'BLESimpleCentral' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.bluetooth.ble_simple_central", + "lineno": 158, + "pattern": "self_method_not_found", + "note": "self._notify_callback(...) not found in class 'BLESimpleCentral' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.bluetooth.ble_simple_central", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_scan(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_central", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_central", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_central", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_central", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_central", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_central", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_peripheral", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_peripheral", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_peripheral", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_peripheral", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_peripheral", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_peripheral", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_peripheral", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_peripheral", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_peripheral", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_read(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_peripheral", + "lineno": 67, + "pattern": "self_method_not_found", + "note": "self._write_callback(...) not found in class 'BLESimplePeripheral' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.bluetooth.ble_simple_peripheral", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_notify(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_peripheral", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_peripheral", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_simple_peripheral", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_notify(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_indicate(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .uniform(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_scan(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 104, + "pattern": "self_method_not_found", + "note": "self._scan_callback(...) not found in class 'BLETemperatureCentral' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 108, + "pattern": "self_method_not_found", + "note": "self._scan_callback(...) not found in class 'BLETemperatureCentral' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_services(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_characteristics(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 150, + "pattern": "self_method_not_found", + "note": "self._conn_callback(...) not found in class 'BLETemperatureCentral' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 160, + "pattern": "self_method_not_found", + "note": "self._read_callback(...) not found in class 'BLETemperatureCentral' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 173, + "pattern": "self_method_not_found", + "note": "self._notify_callback(...) not found in class 'BLETemperatureCentral' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_scan(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_read(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_temperature_central", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_peripheral", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_peripheral", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_peripheral", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_peripheral", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_peripheral", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_peripheral", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_peripheral", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_set_buffer(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_peripheral", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_peripheral", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_peripheral", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_read(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_peripheral", + "lineno": 72, + "pattern": "self_method_not_found", + "note": "self._handler(...) not found in class 'BLEUART' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.bluetooth.ble_uart_peripheral", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_notify(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_peripheral", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_peripheral", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_peripheral", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_peripheral", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_peripheral", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_peripheral", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_peripheral", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_repl", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .Timer(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_repl", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'handler(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.bluetooth.ble_uart_repl", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_repl", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .schedule(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_repl", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_repl", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .dupterm_notify(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_repl", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_repl", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_repl", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_repl", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_repl", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "examples.bluetooth.ble_uart_repl", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .dupterm(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.button_led", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.button_led", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.button_led", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.button_reaction", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .time_pulse_us(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.button_reaction", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.soft_pwm", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .on(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.soft_pwm", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.soft_pwm", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .off(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.soft_pwm", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.soft_pwm2_asyncio", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.soft_pwm2_asyncio", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.soft_pwm2_asyncio", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.soft_pwm2_asyncio", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.soft_pwm2_asyncio", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get_event_loop(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.soft_pwm2_asyncio", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.soft_pwm2_asyncio", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .call_later_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.soft_pwm2_asyncio", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .run_forever(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.soft_pwm_asyncio", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.soft_pwm_asyncio", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.soft_pwm_asyncio", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.soft_pwm_asyncio", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.soft_pwm_asyncio", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get_event_loop(...) - target object type not statically resolved." + }, + { + "module": "examples.hwapi.soft_pwm_asyncio", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .run_until_complete(...) - target object type not statically resolved." + }, + { + "module": "examples.natmod.features2.test", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.natmod.features2.test", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'add_f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.natmod.features2.test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.natmod.features2.test", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'productf(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.natmod.features2.test", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'add_d(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.natmod.features2.test", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'SystemExit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.network.https_client", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client_nonblocking", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .setblocking(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client_nonblocking", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client_nonblocking", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client_nonblocking", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client_nonblocking", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client_nonblocking", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client_nonblocking", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client_nonblocking", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client_nonblocking", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client_nonblocking", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client_nonblocking", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client_nonblocking", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client_nonblocking", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client_nonblocking", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .setblocking(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client_nonblocking", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client_nonblocking", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_client_nonblocking", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_server", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .unhexlify(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_server", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .unhexlify(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_server", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_server", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_server", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_server", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_server", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_server", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_server", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_server", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_server", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_server", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_server", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_server", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "examples.network.https_server", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_client", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_client", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_client", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_client", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_client", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .makefile(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_client", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_client", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_client", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_client", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_client", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .makefile(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server_simplistic", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server_simplistic", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server_simplistic", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server_simplistic", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server_simplistic", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server_simplistic", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server_simplistic", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server_simplistic", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server_simplistic", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server_simplistic_commented", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server_simplistic_commented", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server_simplistic_commented", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server_simplistic_commented", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server_simplistic_commented", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server_simplistic_commented", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server_simplistic_commented", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server_simplistic_commented", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "examples.network.http_server_simplistic_commented", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_1hz", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'irq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_1hz", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'rel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_1hz", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_1hz", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'nop(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_1hz", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'jmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_1hz", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'nop(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_1hz", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_1hz", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'nop(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_1hz", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'jmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_1hz", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .asm_pio(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_1hz", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .StateMachine(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_1hz", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_1hz", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_1hz", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_exec", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .asm_pio(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_exec", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .StateMachine(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_exec", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_exec", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_exec", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_pinchange", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'wrap_target(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_pinchange", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'wait(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_pinchange", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'irq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_pinchange", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'rel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_pinchange", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'wait(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_pinchange", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'wrap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_pinchange", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .asm_pio(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_pinchange", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_pinchange", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .StateMachine(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_pinchange", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_pinchange", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .StateMachine(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_pinchange", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_pinchange", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_pinchange", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_pwm", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .side(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_pwm", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'pull(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_pwm", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_pwm", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_pwm", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_pwm", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'jmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_pwm", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .side(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_pwm", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'nop(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_pwm", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_pwm", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'jmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_pwm", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_pwm", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_pwm", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_pwm", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_pwm", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'wait(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'in_(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'jmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'wait(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'in_(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'jmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'jmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'irq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'wait(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'jmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'push(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_uart_rx", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_uart_tx", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'pull(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_tx", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .side(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_uart_tx", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_tx", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'out(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_tx", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'jmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_tx", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .side(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_uart_tx", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'nop(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_uart_tx", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_uart_tx", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_uart_tx", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'wrap_target(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .side(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'out(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .side(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'jmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .side(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'jmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .side(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'nop(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'wrap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .asm_pio(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .StateMachine(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pio_ws2812", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pwm_fade", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pwm_fade", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .duty_u16(...) - target object type not statically resolved." + }, + { + "module": "examples.rp2.pwm_fade", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.boot", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .on(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.boot", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .LED(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.boot", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.boot", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .Switch(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.boot", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .off(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.boot", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .LED(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.boot", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .on(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.boot", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .LED(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.boot", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .usb_mode(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.boot", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.boot", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .usb_mode(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.boot", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.boot", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .off(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.boot", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .LED(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.datalogger", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .Accel(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.datalogger", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .LED(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.datalogger", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .Switch(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.datalogger", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .wfi(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.datalogger", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'switch(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.SDdatalogger.datalogger", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.datalogger", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .on(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.datalogger", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'switch(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.SDdatalogger.datalogger", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .millis(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.datalogger", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .filtered_xyz(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.datalogger", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.datalogger", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.datalogger", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.datalogger", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .off(...) - target object type not statically resolved." + }, + { + "module": "examples.SDdatalogger.datalogger", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "examples.unix.ffi_example", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "examples.unix.ffi_example", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .func(...) - target object type not statically resolved." + }, + { + "module": "examples.unix.ffi_example", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .func(...) - target object type not statically resolved." + }, + { + "module": "examples.unix.ffi_example", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .func(...) - target object type not statically resolved." + }, + { + "module": "examples.unix.ffi_example", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .func(...) - target object type not statically resolved." + }, + { + "module": "examples.unix.ffi_example", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .var(...) - target object type not statically resolved." + }, + { + "module": "examples.unix.ffi_example", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'time(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.unix.ffi_example", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'perror(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.unix.ffi_example", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.unix.ffi_example", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'perror(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.unix.ffi_example", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .bytearray_at(...) - target object type not statically resolved." + }, + { + "module": "examples.unix.ffi_example", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .bytearray_at(...) - target object type not statically resolved." + }, + { + "module": "examples.unix.ffi_example", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .callback(...) - target object type not statically resolved." + }, + { + "module": "examples.unix.ffi_example", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'qsort(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.usb.usb_dfu_device", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_dfu_device", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .handle_tx(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_dfu_device", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .process(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_dfu_device", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .handle_rx(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_dfu_device", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_dfu_device", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_dfu_device", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .USBDevice(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_dfu_device", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_dfu_device", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_dfu_device", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_dfu_device", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_dfu_device", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_dfu_device", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_dfu_device", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_simple_device", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .submit_xfer(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_simple_device", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .submit_xfer(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_simple_device", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .submit_xfer(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_simple_device", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .USBDevice(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_simple_device", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_simple_device", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_simple_host_pyusb", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_simple_host_pyusb", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_simple_host_pyusb", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .claim_interface(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_simple_host_pyusb", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get_string(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_simple_host_pyusb", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_simple_host_pyusb", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_simple_host_pyusb", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .release_interface(...) - target object type not statically resolved." + }, + { + "module": "examples.usb.usb_simple_host_pyusb", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .dispose_resources(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'ticks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "extmod.asyncio.core", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .modify(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .unregister(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .ipoll(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .modify(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .modify(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 164, + "pattern": "name_call_unresolved", + "note": "Call to 'ticks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "extmod.asyncio.core", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_io_event(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .state(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .call_exception_handler(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.core", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .print_exception(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.event", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .TaskQueue(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.event", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.event", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.event", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.event", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.event", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .queue_read(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.funcs", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.funcs", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .CancelledError(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.funcs", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'sleep(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "extmod.asyncio.funcs", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.funcs", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.funcs", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.funcs", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.lock", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .TaskQueue(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.lock", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.lock", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.lock", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.lock", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'package(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "extmod.asyncio.manifest", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'module(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .queue_read(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .queue_read(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .queue_read(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .queue_read(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .queue_write(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .setblocking(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .setblocking(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .queue_write(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .queue_read(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .print_exception(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .setblocking(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 174, + "pattern": "name_call_unresolved", + "note": "Call to 'cb(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .setblocking(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.stream", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.task", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.task", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.task", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.task", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.task", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.task", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.task", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.task", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "extmod.asyncio.task", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'CrossCompileError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 141, + "pattern": "name_call_unresolved", + "note": "Call to 'CrossCompileError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .chmod(...) - target object type not statically resolved." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 152, + "pattern": "name_call_unresolved", + "note": "Call to 'CrossCompileError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "mpy-cross.mpy_cross", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "mpy-cross.mpy_cross.__main__", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'SystemExit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.alif.boards.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.alif.boards.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.alif.boards.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.alif.boards.manifest", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.alif.boards.manifest", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.alif.boards.manifest", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 55, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'AlifPin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 56, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'AlifPin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_cpu_pin_name(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .PinGeneratorError(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .PinGeneratorError(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 102, + "pattern": "self_method_not_found", + "note": "self.add_cpu_pin(...) not found in class 'AlifPinGenerator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .find_pin_by_cpu_pin_name(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.mcu.make-pins", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.modules.he._boot", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.modules.hp._boot", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .Flash(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.modules.hp._boot", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.modules.hp._boot", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsFat(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.modules.hp._boot", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.modules.hp._boot", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.modules.hp._boot", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsFat(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.modules.hp._boot", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.modules.hp._boot", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsLfs2(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.modules.hp._boot", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.modules.hp._boot", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.modules.hp._boot", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsLfs2(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.modules.hp._boot", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.modules.hp._boot", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.alif.modules.hp._boot", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .print(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .reader(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .reader(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .print(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .print_header(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.boards.make-pins", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.smoke", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .urandom(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.smoke", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.cc3200.tools.smoke", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.cc3200.tools.smoke", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.smoke", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.smoke", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.smoke", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.smoke", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.smoke", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.smoke", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.smoke", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.smoke", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.smoke", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.smoke", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.smoke", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.smoke", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.smoke", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.smoke", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.uniflash", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.uniflash", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.uniflash", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.uniflash", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.uniflash", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.uniflash", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.uniflash", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.uniflash", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.uniflash", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .CalledProcessError(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.uniflash", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.uniflash", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.uniflash", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.uniflash", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.uniflash", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.uniflash", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.uniflash", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.uniflash", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .retrlines(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .login(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .cwd(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .mkd(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .cwd(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .storbinary(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .read_until(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .read_until(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .read_until(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .read_until(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .read_until(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "ports.cc3200.tools.update-wipy", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .from_binary(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .load_families(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .convert_to_uf2(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.makeimg", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.make-pins", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.make-pins", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.make-pins", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.make-pins", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.make-pins", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.make-pins", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_cpu_pin_name(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.make-pins", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.make-pins", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .isnumeric(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.make-pins", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .PinGeneratorError(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.make-pins", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.make-pins", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .PinGeneratorError(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.make-pins", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.make-pins", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.make-pins", + "lineno": 54, + "pattern": "self_method_not_found", + "note": "self.add_cpu_pin(...) not found in class 'Esp32PinGenerator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.make-pins", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.make-pins", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .find_pin_by_cpu_pin_name(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.make-pins", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.manifest", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.manifest", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.manifest", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.manifest", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.manifest", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.manifest", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.manifest", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.manifest", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.manifest", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.manifest_test", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.manifest_test", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.manifest_test", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.ARDUINO_NANO_ESP32.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.ARDUINO_NANO_ESP32.manifest", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.ARDUINO_NANO_ESP32.manifest", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.ARDUINO_NANO_ESP32.manifest", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.ARDUINO_NANO_ESP32.manifest", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.LILYGO_T3_S3.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.LILYGO_T3_S3.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.LILYGO_T3_S3.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.LILYGO_T3_S3.manifest", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.LILYGO_T3_S3.manifest", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.LILYGO_T3_S3.manifest", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .atten(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .read_uv(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LILYGO_T3_S3.modules.t3s3", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .SSD1306_I2C(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 16, + "pattern": "self_method_not_found", + "note": "self.fill(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 17, + "pattern": "self_method_not_found", + "note": "self.fill_rect(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 18, + "pattern": "self_method_not_found", + "note": "self.fill_rect(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 19, + "pattern": "self_method_not_found", + "note": "self.vline(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 20, + "pattern": "self_method_not_found", + "note": "self.vline(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 21, + "pattern": "self_method_not_found", + "note": "self.vline(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 22, + "pattern": "self_method_not_found", + "note": "self.fill_rect(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 23, + "pattern": "self_method_not_found", + "note": "self.text(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 24, + "pattern": "self_method_not_found", + "note": "self.text(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 25, + "pattern": "self_method_not_found", + "note": "self.text(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 26, + "pattern": "self_method_not_found", + "note": "self.show(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 29, + "pattern": "self_method_not_found", + "note": "self.fill(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 30, + "pattern": "self_method_not_found", + "note": "self.text(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 31, + "pattern": "self_method_not_found", + "note": "self.show(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .scan(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 37, + "pattern": "self_method_not_found", + "note": "self.fill(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 38, + "pattern": "self_method_not_found", + "note": "self.text(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 39, + "pattern": "self_method_not_found", + "note": "self.text(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 40, + "pattern": "self_method_not_found", + "note": "self.text(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lilygo_oled", + "lineno": 41, + "pattern": "self_method_not_found", + "note": "self.show(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .create_helpers(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LILYGO_TTGO_LORA32.modules.lora32", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LOLIN_C3_MINI.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.LOLIN_C3_MINI.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_MINI.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_MINI.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 14, + "pattern": "self_method_not_found", + "note": "self._reset(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 16, + "pattern": "self_method_not_found", + "note": "self._reset(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 18, + "pattern": "self_method_not_found", + "note": "self._reset(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 20, + "pattern": "self_method_not_found", + "note": "self.init_display(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 23, + "pattern": "self_method_not_found", + "note": "self.fill(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 24, + "pattern": "self_method_not_found", + "note": "self.fill_rect(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 25, + "pattern": "self_method_not_found", + "note": "self.fill_rect(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 26, + "pattern": "self_method_not_found", + "note": "self.vline(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 27, + "pattern": "self_method_not_found", + "note": "self.vline(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 28, + "pattern": "self_method_not_found", + "note": "self.vline(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 29, + "pattern": "self_method_not_found", + "note": "self.fill_rect(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 30, + "pattern": "self_method_not_found", + "note": "self.text(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 31, + "pattern": "self_method_not_found", + "note": "self.text(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 32, + "pattern": "self_method_not_found", + "note": "self.text(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 33, + "pattern": "self_method_not_found", + "note": "self.show(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 36, + "pattern": "self_method_not_found", + "note": "self.fill(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 37, + "pattern": "self_method_not_found", + "note": "self.text(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 38, + "pattern": "self_method_not_found", + "note": "self.show(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .scan(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 44, + "pattern": "self_method_not_found", + "note": "self.fill(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 45, + "pattern": "self_method_not_found", + "note": "self.text(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 46, + "pattern": "self_method_not_found", + "note": "self.text(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 47, + "pattern": "self_method_not_found", + "note": "self.text(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.LOLIN_S2_PICO.modules.s2pico_oled", + "lineno": 48, + "pattern": "self_method_not_found", + "note": "self.show(...) not found in class 'OLED' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.boards.M5STACK_ATOM.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.M5STACK_ATOM.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.M5STACK_ATOM.modules.atom", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .NeoPixel(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.M5STACK_ATOM.modules.atom", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.M5STACK_ATOM.modules.atom", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.M5STACK_ATOM.modules.atom", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.M5STACK_ATOM.modules.atom", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.M5STACK_ATOM.modules.atom", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.M5STACK_ATOM.modules.atom", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.M5STACK_ATOM.modules.atom", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .setblocking(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .settimeout(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_us(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_us(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SIL_MANT1S.modules.ping", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.SPARKFUN_IOT_REDBOARD_ESP32.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.SPARKFUN_IOT_REDBOARD_ESP32.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.SPARKFUN_THINGPLUS_ESP32C5.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.SPARKFUN_THINGPLUS_ESP32C5.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS2.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS2.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'module(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS2.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .atten(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS2.modules.feathers2", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .deepsleep(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS2NEO.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS2NEO.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS2NEO.modules.feathers2neo", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .deepsleep(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .atten(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .atten(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .read_uv(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3.modules.feathers3", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3NEO.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3NEO.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .atten(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .atten(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .read_uv(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_FEATHERS3NEO.modules.feathers3neo", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_NANOS3.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_NANOS3.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_NANOS3.modules.nanos3", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_OMGS3.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_OMGS3.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_OMGS3.modules.max17048", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_OMGS3.modules.max17048", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_OMGS3.modules.max17048", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_OMGS3.modules.max17048", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto_mem(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_OMGS3.modules.omgs3", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_OMGS3.modules.omgs3", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_PROS3.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_PROS3.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_PROS3.modules.pros3", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_PROS3.modules.pros3", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .atten(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_PROS3.modules.pros3", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_PROS3.modules.pros3", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_RGBTOUCH_MINI.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_TINYPICO.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_TINYPICO.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_TINYPICO.modules.dotstar", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_TINYPICO.modules.dotstar", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_TINYPICO.modules.dotstar", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .indices(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_TINYPICO.modules.dotstar", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .indices(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_TINYPICO.modules.dotstar", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_TINYPICO.modules.tinypico", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_TINYPICO.modules.tinypico", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_TINYPICO.modules.tinypico", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_TINYPICO.modules.tinypico", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .deepsleep(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_TINYS2.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_TINYS2.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_TINYS2.modules.tinys2", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_TINYS2.modules.tinys2", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_TINYS2.modules.tinys2", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_TINYS2.modules.tinys2", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .deepsleep(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_TINYS3.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_TINYS3.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp32.boards.UM_TINYS3.modules.tinys3", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_TINYS3.modules.tinys3", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .atten(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_TINYS3.modules.tinys3", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.boards.UM_TINYS3.modules.tinys3", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.espnow", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.espnow", + "lineno": 16, + "pattern": "self_method_not_found", + "note": "self.recvinto(...) not found in class 'ESPNow' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.modules.espnow", + "lineno": 20, + "pattern": "self_method_not_found", + "note": "self.recvinto(...) not found in class 'ESPNow' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.modules.espnow", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.flashbdev", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.flashbdev", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.inisetup", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.inisetup", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .readblocks(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.inisetup", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .kbd_intr(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.inisetup", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.inisetup", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.inisetup", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.inisetup", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsLfs2(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.inisetup", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.inisetup", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.inisetup", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsFat(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.inisetup", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.inisetup", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.machine", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.machine", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.machine", + "lineno": 50, + "pattern": "self_method_not_found", + "note": "self._PCNT(...) not found in class '_CounterBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.modules.machine", + "lineno": 61, + "pattern": "self_method_not_found", + "note": "self._configure(...) not found in class '_CounterBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp32.modules.machine", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.machine", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.machine", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.machine", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.machine", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.machine", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.machine", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.machine", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.machine", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.machine", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules.machine", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules._boot", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules._boot", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .setup(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.modules._boot", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.tools.metrics_esp32", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.tools.metrics_esp32", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.tools.metrics_esp32", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.tools.metrics_esp32", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.tools.metrics_esp32", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.tools.metrics_esp32", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.tools.metrics_esp32", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.tools.metrics_esp32", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.tools.metrics_esp32", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.tools.metrics_esp32", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.tools.metrics_esp32", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .print_table_heading(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.tools.metrics_esp32", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .print_table_row(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.tools.metrics_esp32", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.tools.metrics_esp32", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.tools.metrics_esp32", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.tools.metrics_esp32", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "ports.esp32.tools.metrics_esp32", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.makeimg", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .md5(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.makeimg", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.makeimg", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.makeimg", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.makeimg", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.makeimg", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.makeimg", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.makeimg", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.makeimg", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.makeimg", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.makeimg", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.makeimg", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.makeimg", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.makeimg", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.makeimg", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.makeimg", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.makeimg", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.makeimg", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.boards.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.manifest", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.manifest", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.manifest", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.ESP8266_GENERIC.manifest_2MiB", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.ESP8266_GENERIC.manifest_2MiB", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.ESP8266_GENERIC.manifest_2MiB", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.ESP8266_GENERIC.manifest_2MiB", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.ESP8266_GENERIC.manifest_2MiB", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.ESP8266_GENERIC.manifest_2MiB", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.ESP8266_GENERIC.manifest_512kiB", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'module(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.ESP8266_GENERIC.manifest_512kiB", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'module(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.ESP8266_GENERIC.manifest_512kiB", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'module(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.ESP8266_GENERIC.manifest_512kiB", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.ESP8266_GENERIC.manifest_512kiB", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.ESP8266_GENERIC.manifest_512kiB", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.ESP8266_GENERIC.manifest_512kiB", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.ESP8266_GENERIC.manifest_512kiB", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.ESP8266_GENERIC.manifest_512kiB", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.esp8266.boards.ESP8266_GENERIC._boot", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .threshold(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.boards.ESP8266_GENERIC._boot", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_free(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.boards.ESP8266_GENERIC._boot", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_alloc(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.apa102", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.apa102", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.espnow", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.espnow", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.espnow", + "lineno": 19, + "pattern": "self_method_not_found", + "note": "self.recvinto(...) not found in class 'ESPNow' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp8266.modules.espnow", + "lineno": 23, + "pattern": "self_method_not_found", + "note": "self.recvinto(...) not found in class 'ESPNow' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.esp8266.modules.espnow", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .ipoll(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.flashbdev", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .flash_read(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.flashbdev", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .flash_erase(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.flashbdev", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .flash_write(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.flashbdev", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .flash_erase(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.flashbdev", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .flash_size(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.flashbdev", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .flash_user_start(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.inisetup", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.inisetup", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .hexlify(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.inisetup", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.inisetup", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.inisetup", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .readblocks(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.inisetup", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .kbd_intr(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.inisetup", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.inisetup", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.inisetup", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsLfs2(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.inisetup", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.inisetup", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.port_diag", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .bytearray_at(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.port_diag", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .flash_id(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.port_diag", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .check_fw(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.port_diag", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .ifconfig(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.port_diag", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.port_diag", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .ifconfig(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.port_diag", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.port_diag", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .esf_free_bufs(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules.port_diag", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .print_pcbs(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules._boot", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .threshold(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules._boot", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_free(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules._boot", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_alloc(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules._boot", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules._boot", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .setup(...) - target object type not statically resolved." + }, + { + "module": "ports.esp8266.modules._boot", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 228, + "pattern": "name_call_unresolved", + "note": "Call to 'extractor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 229, + "pattern": "name_call_unresolved", + "note": "Call to 'code_generator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-flexram-config", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 57, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'MimxrtPin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 86, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'MimxrtPin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 89, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'MimxrtPin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 90, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'MimxrtPin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 91, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'MimxrtPin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 100, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'MimxrtPin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 103, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'MimxrtPin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 105, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'MimxrtPin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 112, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'MimxrtPin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 127, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'MimxrtPin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_cpu_pin_name(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .PinGeneratorError(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .load_inputs(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 195, + "pattern": "self_method_not_found", + "note": "self.available_pins(...) not found in class 'MimxrtPinGenerator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .print_header(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_af_csv(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.make-pins", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.manifest", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.manifest", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.MIMXRT1020_EVK.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.MIMXRT1020_EVK.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.MIMXRT1050_EVK.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.MIMXRT1050_EVK.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.MIMXRT1060_EVK.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.MIMXRT1060_EVK.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.MIMXRT1064_EVK.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.MIMXRT1064_EVK.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.MIMXRT1170_EVK.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.MIMXRT1170_EVK.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.PHYBOARD_RT1170.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.PHYBOARD_RT1170.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.PHYBOARD_RT1170.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.SEEED_ARCH_MIX.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.SEEED_ARCH_MIX.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.TEENSY40.format", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .Flash(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.TEENSY40.format", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.TEENSY40.format", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsLfs2(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.TEENSY40.format", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.boards.TEENSY41.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.boards.TEENSY41.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.mimxrt.modules._boot", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .Flash(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.modules._boot", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsLfs2(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.modules._boot", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.modules._boot", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsLfs2(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.modules._boot", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.modules._boot", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.modules._boot", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.modules._boot", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.modules._boot", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.modules._boot", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsFat(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.modules._boot", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.modules._boot", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "ports.mimxrt.modules._boot", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .print(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .pin(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .reader(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .reader(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .set_is_board_pin(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .pin(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .is_board_pin(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .pin(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .is_board_pin(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .set_board_index(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .pin(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .is_board_pin(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .print_const_table_entry(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .pin(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .is_board_pin(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .print_header(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .pin(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .is_board_pin(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .is_supported(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .mux_name(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.make-pins", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'module(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.nrf.boards.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.nrf.boards.manifest_minimal", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'module(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.manifest", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.manifest", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.manifest", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.manifest", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.manifest", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .scan(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .gyro(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .accel(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.boards.ARDUINO_NANO_33_BLE_SENSE.modules.imu", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .magnet(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.mountsd", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.mountsd", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.musictest", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .play(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.nrf52_pwm", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.nrf52_pwm", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.nrf52_pwm", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.nrf52_pwm", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.nrf52_pwm", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.nrf52_pwm", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.nrf52_servo", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.nrf52_servo", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.nrf52_servo", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.nrf52_servo", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.nrf52_servo", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.nrf52_servo", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.nrf52_servo", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.nrf52_servo", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.nrf52_servo", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.powerup", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .getScanData(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.powerup", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .scan(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.powerup", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.powerup", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.powerup", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.powerup", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.powerup", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.powerup", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .getServices(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.powerup", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .getCharacteristics(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.powerup", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .getCharacteristics(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.powerup", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .getCharacteristics(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.powerup", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.powerup", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.powerup", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.powerup", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.powerup", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.powerup", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.powerup", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .addr(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.powerup", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .high(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .high(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .scroll(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .text(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .low(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .low(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .high(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .high(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .low(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.seeed_tft", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .high(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ssd1306_mod", + "lineno": 36, + "pattern": "self_method_not_found", + "note": "self.write_cmd(...) not found in class 'SSD1306_I2C_Mod' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.nrf.examples.ssd1306_mod", + "lineno": 37, + "pattern": "self_method_not_found", + "note": "self.write_cmd(...) not found in class 'SSD1306_I2C_Mod' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.nrf.examples.ssd1306_mod", + "lineno": 38, + "pattern": "self_method_not_found", + "note": "self.write_cmd(...) not found in class 'SSD1306_I2C_Mod' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.nrf.examples.ssd1306_mod", + "lineno": 39, + "pattern": "self_method_not_found", + "note": "self.write_cmd(...) not found in class 'SSD1306_I2C_Mod' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.nrf.examples.ssd1306_mod", + "lineno": 40, + "pattern": "self_method_not_found", + "note": "self.write_cmd(...) not found in class 'SSD1306_I2C_Mod' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.nrf.examples.ssd1306_mod", + "lineno": 41, + "pattern": "self_method_not_found", + "note": "self.write_cmd(...) not found in class 'SSD1306_I2C_Mod' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.nrf.examples.ssd1306_mod", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_eddystone", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_eddystone", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_eddystone", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_eddystone", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_eddystone", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_eddystone", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_eddystone", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_eddystone", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_eddystone", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_eddystone", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_eddystone", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_eddystone", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .advertise(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_scan", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .getScanData(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_scan", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .scan(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_temp", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .on(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_temp", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .stop(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_temp", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .off(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_temp", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .advertise(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_temp", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_temp", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .stop(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_temp", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_temp", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_temp", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .off(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_temp", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .addCharacteristic(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_temp", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .addService(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_temp", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .setConnectionHandler(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.examples.ubluepy_temp", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .advertise(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.modules.scripts._boot", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .Flash(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.modules.scripts._boot", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.modules.scripts._boot", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.modules.scripts._boot", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.modules.scripts._boot", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.modules.scripts._boot", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.modules.scripts._boot", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.nrf.modules.scripts._boot", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "ports.qemu.test-frzmpy.frozen_asm_rv32", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.qemu.test-frzmpy.frozen_asm_rv32", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'slli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.qemu.test-frzmpy.frozen_asm_rv32", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.qemu.test-frzmpy.frozen_asm_rv32", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'slli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.qemu.test-frzmpy.frozen_asm_rv32", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'slli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.qemu.test-frzmpy.frozen_asm_thumb", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.qemu.test-frzmpy.frozen_asm_thumb", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'lsl(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.qemu.test-frzmpy.frozen_asm_thumb", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.qemu.test-frzmpy.frozen_asm_thumb", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'lsl(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.qemu.test-frzmpy.frozen_asm_thumb", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'lsl(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.renesas-ra.boards.make-pins", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "ports.renesas-ra.boards.make-pins", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.renesas-ra.boards.make-pins", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "ports.renesas-ra.boards.make-pins", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.renesas-ra.boards.make-pins", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.renesas-ra.boards.make-pins", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.renesas-ra.boards.make-pins", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.renesas-ra.boards.make-pins", + "lineno": 41, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'RenesasRaPin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.renesas-ra.boards.make-pins", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.renesas-ra.boards.make-pins", + "lineno": 42, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'RenesasRaPin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.renesas-ra.boards.make-pins", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.renesas-ra.boards.make-pins", + "lineno": 51, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'RenesasRaPin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.renesas-ra.boards.make-pins", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_cpu_pin_name(...) - target object type not statically resolved." + }, + { + "module": "ports.renesas-ra.boards.make-pins", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "ports.renesas-ra.boards.make-pins", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .PinGeneratorError(...) - target object type not statically resolved." + }, + { + "module": "ports.renesas-ra.boards.make-pins", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.renesas-ra.boards.make-pins", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.renesas-ra.boards.make-pins", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_af_csv(...) - target object type not statically resolved." + }, + { + "module": "ports.renesas-ra.boards.make-pins", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "ports.renesas-ra.boards.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.renesas-ra.boards.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.renesas-ra.boards.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.renesas-ra.boards.ARDUINO_PORTENTA_C33.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.renesas-ra.boards.ARDUINO_PORTENTA_C33.manifest", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.renesas-ra.boards.ARDUINO_PORTENTA_C33.manifest", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.renesas-ra.boards.ARDUINO_PORTENTA_C33.manifest", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.renesas-ra.boards.ARDUINO_PORTENTA_C33.manifest", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.renesas-ra.boards.ARDUINO_PORTENTA_C33.manifest", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.renesas-ra.boards.ARDUINO_PORTENTA_C33.manifest", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'add_library(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.renesas-ra.boards.ARDUINO_PORTENTA_C33.manifest", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.renesas-ra.boards.EK_RA4M1.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.renesas-ra.boards.RA4M1_CLICKER.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 22, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'Rp2Pin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 24, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'Rp2Pin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 26, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'Rp2Pin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .PinGeneratorError(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 56, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'Rp2Pin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_cpu_pin_name(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .isnumeric(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .PinGeneratorError(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .isnumeric(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .PinGeneratorError(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .PinGeneratorError(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .find_pin_by_cpu_pin_name(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .print_source(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 132, + "pattern": "self_method_not_found", + "note": "self.print_cpu_locals_dict(...) not found in class 'Rp2PinGenerator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .PinGeneratorError(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 153, + "pattern": "self_method_not_found", + "note": "self.add_cpu_pin(...) not found in class 'Rp2PinGenerator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 155, + "pattern": "self_method_not_found", + "note": "self.add_cpu_pin(...) not found in class 'Rp2PinGenerator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .load_inputs(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.make-pins", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.manifest", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.manifest", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.manifest", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.ARDUINO_NANO_RP2040_CONNECT.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.ARDUINO_NANO_RP2040_CONNECT.manifest", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.ARDUINO_NANO_RP2040_CONNECT.manifest", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.ARDUINO_NANO_RP2040_CONNECT.manifest", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.ARDUINO_NANO_RP2040_CONNECT.manifest", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.ARDUINO_NANO_RP2040_CONNECT.manifest", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.ARDUINO_NANO_RP2040_CONNECT.manifest", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.ARDUINO_NANO_RP2040_CONNECT.manifest", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.CYTRON_NANOXRP_CONTROLLER.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.CYTRON_NANOXRP_CONTROLLER.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.CYTRON_NANOXRP_CONTROLLER.manifest", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.NULLBITS_BIT_C_PRO.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.NULLBITS_BIT_C_PRO.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'module(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.RPI_PICO2_W.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.RPI_PICO2_W.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.RPI_PICO2_W.manifest", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.RPI_PICO_W.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.RPI_PICO_W.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.RPI_PICO_W.manifest", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SIL_RP2040_SHIM.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SIL_RP2040_SHIM.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SOLDERED_NULA_MAX_RP2350.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SOLDERED_NULA_MAX_RP2350.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SOLDERED_NULA_MAX_RP2350.manifest", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SOLDERED_NULA_MAX_RP2350.manifest", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SPARKFUN_IOTNODE_LORAWAN_RP2350.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SPARKFUN_IOTNODE_LORAWAN_RP2350.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SPARKFUN_IOTREDBOARD_RP2350.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SPARKFUN_IOTREDBOARD_RP2350.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SPARKFUN_IOTREDBOARD_RP2350.manifest", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SPARKFUN_IOTREDBOARD_RP2350.manifest", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SPARKFUN_THINGPLUS_RP2350.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SPARKFUN_THINGPLUS_RP2350.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SPARKFUN_THINGPLUS_RP2350.manifest", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SPARKFUN_XRP_CONTROLLER.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SPARKFUN_XRP_CONTROLLER.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SPARKFUN_XRP_CONTROLLER.manifest", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SPARKFUN_XRP_CONTROLLER_BETA.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SPARKFUN_XRP_CONTROLLER_BETA.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.SPARKFUN_XRP_CONTROLLER_BETA.manifest", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.W5100S_EVB_PICO.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.W5100S_EVB_PICO.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.W5500_EVB_PICO.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.W5500_EVB_PICO.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.WEACTSTUDIO.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.WEACTSTUDIO.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE.modules.board", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE.modules.board", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.boards.WEACTSTUDIO_RP2350B_CORE.modules.board", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'PIOASMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 94, + "pattern": "name_call_unresolved", + "note": "Call to 'PIOASMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 96, + "pattern": "name_call_unresolved", + "note": "Call to 'PIOASMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 112, + "pattern": "name_call_unresolved", + "note": "Call to 'PIOASMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 122, + "pattern": "name_call_unresolved", + "note": "Call to 'PIOASMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 145, + "pattern": "name_call_unresolved", + "note": "Call to 'PIOASMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 152, + "pattern": "name_call_unresolved", + "note": "Call to 'PIOASMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 262, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 265, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules.rp2", + "lineno": 297, + "pattern": "name_call_unresolved", + "note": "Call to 'PIOASMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.rp2.modules._boot", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .Flash(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules._boot", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsLfs2(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules._boot", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules._boot", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsLfs2(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules._boot", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules._boot_fat", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .Flash(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules._boot_fat", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules._boot_fat", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsFat(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules._boot_fat", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules._boot_fat", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.rp2.modules._boot_fat", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsFat(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 57, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'SamdPin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 64, + "pattern": "self_method_not_found", + "note": "self.name(...) not found in class 'SamdPin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_cpu_pin_name(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .PinGeneratorError(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_af_csv(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.boards.make-pins", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.boards.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.samd.mcu.samd21.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.samd.mcu.samd21.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.samd.mcu.samd51.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.samd.mcu.samd51.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.samd.modules._boot", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .Flash(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.modules._boot", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'fs_type(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.samd.modules._boot", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.modules._boot", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'fs_type(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.samd.modules._boot", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.modules._boot", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.samd.modules._boot", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .removesuffix(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.make-stmconst", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .PinGeneratorError(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .PinGeneratorError(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .PinGeneratorError(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 130, + "pattern": "name_call_unresolved", + "note": "Call to 'PinAf(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .PinGeneratorError(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_cpu_pin_name(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .PinGeneratorError(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_af_csv(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 263, + "pattern": "self_method_not_found", + "note": "self.available_pins(...) not found in class 'Stm32PinGenerator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 268, + "pattern": "self_method_not_found", + "note": "self._cpu_pin_pointer(...) not found in class 'Stm32PinGenerator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .print_source(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 293, + "pattern": "self_method_not_found", + "note": "self.print_defines(...) not found in class 'Stm32PinGenerator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .print_header(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 303, + "pattern": "self_method_not_found", + "note": "self.available_pins(...) not found in class 'Stm32PinGenerator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.make-pins", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.manifest", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.manifest_pyboard", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.plli2svalues", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'plli2s(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.plli2svalues", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.plli2svalues", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.plli2svalues", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.plli2svalues", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.plli2svalues", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.plli2svalues", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.plli2svalues", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.plli2svalues", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.plli2svalues", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.plli2svalues", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.plli2svalues", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.plli2svalues", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.plli2svalues", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.plli2svalues", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.plli2svalues", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.pllvalues", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.pllvalues", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.pllvalues", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.pllvalues", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.pllvalues", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.pllvalues", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.pllvalues", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.pllvalues", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.pllvalues", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.pllvalues", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.pllvalues", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.pllvalues", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.pllvalues", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.pllvalues", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.pllvalues", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.pllvalues", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.pllvalues", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.ARDUINO_GIGA.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_GIGA.manifest", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_GIGA.manifest", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_GIGA.manifest", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_GIGA.manifest", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_GIGA.manifest", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_GIGA.manifest", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'add_library(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_GIGA.manifest", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_NICLA_VISION.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_NICLA_VISION.manifest", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_NICLA_VISION.manifest", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_NICLA_VISION.manifest", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_NICLA_VISION.manifest", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_NICLA_VISION.manifest", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_NICLA_VISION.manifest", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'add_library(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_NICLA_VISION.manifest", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_NICLA_VISION.manifest", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_OPTA.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_OPTA.manifest", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_OPTA.manifest", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_OPTA.manifest", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_OPTA.manifest", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_OPTA.manifest", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_OPTA.manifest", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'add_library(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_OPTA.manifest", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_OPTA.manifest", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_PORTENTA_H7.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_PORTENTA_H7.manifest", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_PORTENTA_H7.manifest", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_PORTENTA_H7.manifest", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_PORTENTA_H7.manifest", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_PORTENTA_H7.manifest", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_PORTENTA_H7.manifest", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'add_library(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_PORTENTA_H7.manifest", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_PORTENTA_H7.manifest", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.ARDUINO_PORTENTA_H7.manifest", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.GARATRONIC_PYBSTICK26_F411.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.LEGO_HUB_NO6.appupdate", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.LEGO_HUB_NO6.appupdate", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.LEGO_HUB_NO6.appupdate", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.LEGO_HUB_NO6.appupdate", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .writeblocks(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.LEGO_HUB_NO6.appupdate", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .SPIFlash(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.LEGO_HUB_NO6.appupdate", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.LEGO_HUB_NO6.appupdate", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.LEGO_HUB_NO6.appupdate", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .randrange(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.LEGO_HUB_NO6.appupdate", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .update_mpy(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.LEGO_HUB_NO6.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.LEGO_HUB_NO6.manifest", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'module(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.LEGO_HUB_NO6.manifest", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'module(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.LEGO_HUB_NO7.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.NUCLEO_F429ZI.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.NUCLEO_F429ZI.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.NUCLEO_F439ZI.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.NUCLEO_F439ZI.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.NUCLEO_F746ZG.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.NUCLEO_F746ZG.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.NUCLEO_F756ZG.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.NUCLEO_F756ZG.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.NUCLEO_F767ZI.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.NUCLEO_F767ZI.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.NUCLEO_H723ZG.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.NUCLEO_H723ZG.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.NUCLEO_H743ZI.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.NUCLEO_H743ZI.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .rfcore_sys_hci(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .rfcore_fw_version(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .rfcore_status(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .rfcore_status(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .rfcore_status(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 509, + "pattern": "attribute_call", + "note": "Call via attribute access .reset(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .rfcore_fw_version(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .rfcore_fw_version(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .rfcore_fw_version(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 675, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 676, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 677, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .rfcore_fw_version(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .rfcore_fw_version(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_firmware", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .reset(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'SystemExit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WB55.rfcore_makefirmware", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.NUCLEO_WL55.manifest", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.NUCLEO_WL55.manifest", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.OLIMEX_E407.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.OLIMEX_E407.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.OPENMV_N6.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.OPENMV_N6.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.OPENMV_N6.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.PYBD_SF2.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.PYBD_SF2.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.PYBD_SF2.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.PYBV10.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.PYBV10.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.STM32F4DISC.staccel", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .high(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.STM32F4DISC.staccel", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .low(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.STM32F4DISC.staccel", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.STM32F4DISC.staccel", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.STM32F4DISC.staccel", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .high(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.STM32F4DISC.staccel", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .low(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.STM32F4DISC.staccel", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.STM32F4DISC.staccel", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.STM32F4DISC.staccel", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .high(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.boards.STM32F769DISC.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.STM32F769DISC.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.STM32F7DISC.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.STM32F7DISC.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.STM32H573I_DK.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.STM32H573I_DK.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.STM32H747I_DISCO.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.STM32H747I_DISCO.manifest", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.STM32H747I_DISCO.manifest", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.STM32H747I_DISCO.manifest", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.VCC_GND_F407ZG.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.VCC_GND_F407ZG.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.boards.WEACTSTUDIO_MINI_STM32H743.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 159, + "pattern": "self_method_not_found", + "note": "self._cr_init_erase(...) not found in class 'Flash' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 168, + "pattern": "self_method_not_found", + "note": "self.addressof(...) not found in class 'Flash' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_irq(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_irq(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.fwupdate", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .bootloader(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_into(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_us(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'SystemExit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .hydro_sign_keygen(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .hydro_secretbox_keygen(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .compressobj(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .compress(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .hydro_secretbox_encrypt(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .hydro_sign_create(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .save(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .build(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .hydro_sign(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .hydro_sign_verify(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .hydro_secretbox_decrypt(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .decompress(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .final_verify(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .build(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .add_subparsers(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .add_parser(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .set_defaults(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .add_parser(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .set_defaults(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .add_parser(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .set_defaults(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "ports.stm32.mboot.mboot_pack_dfu", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .func(...) - target object type not statically resolved." + }, + { + "module": "ports.unix.variants.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'add_library(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.unix.variants.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.unix.variants.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.unix.variants.coverage.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'add_library(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.unix.variants.coverage.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze_as_str(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.unix.variants.coverage.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze_as_mpy(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.unix.variants.coverage.manifest", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze_mpy(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.unix.variants.coverage.manifest", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.unix.variants.standard.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.unix.variants.standard.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'ticks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .then(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .JsException(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .clearTimeout(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .setTimeout(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 139, + "pattern": "name_call_unresolved", + "note": "Call to 'ticks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .state(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .call_exception_handler(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.asyncio.core", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .print_exception(...) - target object type not statically resolved." + }, + { + "module": "ports.webassembly.variants.manifest", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'package(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.manifest", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'package(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.webassembly.variants.pyscript.manifest", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.windows.variants.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.windows.variants.dev.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.windows.variants.dev.manifest", + "lineno": 2, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.boards.manifest", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.boards.manifest", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.boards.bflb.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.boards.bflb.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.boards.bflb.manifest", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.boards.bflb.manifest", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.boards.bflb.manifest", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.boards.bflb.manifest", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.boards.mimxrt1020_evk.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.boards.mimxrt1020_evk.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.boards.mimxrt1020_evk.manifest", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.boards.mimxrt1020_evk.manifest", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.boards.xiao_ble_nrf52840_sense.manifest", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'include(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.boards.xiao_ble_nrf52840_sense.manifest", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'freeze(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.boards.xiao_ble_nrf52840_sense.manifest", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.boards.xiao_ble_nrf52840_sense.manifest", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.boards.xiao_ble_nrf52840_sense.manifest", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'require(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .fstab(...) - target object type not statically resolved." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'FileSystem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'FlashArea(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .fstab(...) - target object type not statically resolved." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'FileSystem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'DiskAccess(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "ports.zephyr.modules._boot", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .Counter(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .codebook(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .Counter(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .Counter(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .OrderedDict(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 163, + "pattern": "name_call_unresolved", + "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "py.makecompresseddata", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .compress(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .compress(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makecompresseddata", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "py.makemoduledefs", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdata", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdata", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdata", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdata", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdata", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdata", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdata", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdata", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdata", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdata", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdata", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdata", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdata", + "lineno": 419, + "pattern": "name_call_unresolved", + "note": "Call to 'bytes_cons(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "py.makeqstrdata", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .splitext(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .splitext(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'PreprocessorError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "py.makeqstrdefs", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .cpu_count(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .Pool(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .imap(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .isspace(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .md5(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .glob(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 180, + "pattern": "name_call_unresolved", + "note": "Call to 'Args(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "py.makeqstrdefs", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "py.makeqstrdefs", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .today(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .date(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .fromtimestamp(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .strftime(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "py.makeversionhdr", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "py.make_root_pointers", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "py.make_root_pointers", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "py.make_root_pointers", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "py.make_root_pointers", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "py.make_root_pointers", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "py.make_root_pointers", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "py.make_root_pointers", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "shared.memzip.make-memzip", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "shared.memzip.make-memzip", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "shared.memzip.make-memzip", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "shared.memzip.make-memzip", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "shared.memzip.make-memzip", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "shared.memzip.make-memzip", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "shared.memzip.make-memzip", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "shared.memzip.make-memzip", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "shared.memzip.make-memzip", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "shared.memzip.make-memzip", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "shared.memzip.make-memzip", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "shared.memzip.make-memzip", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "shared.memzip.make-memzip", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "shared.memzip.make-memzip", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "shared.memzip.make-memzip", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .enter_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.run-internalbench", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .getsockname(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 160, + "pattern": "self_method_not_found", + "note": "self.run_script(...) not found in class 'PyInstance' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.run-multitests", + "lineno": 163, + "pattern": "self_method_not_found", + "note": "self.start_script(...) not found in class 'PyInstance' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.run-multitests", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .prepare_script_from_file(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .terminate(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .Pyboard(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .enter_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .exit_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .enter_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .exec_(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .enter_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .exec_raw_no_follow(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .read_until(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .read_until(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .follow(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .start_file(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .is_finished(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .is_finished(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 411, + "pattern": "name_call_unresolved", + "note": "Call to 'SystemExit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.run-multitests", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .start_file(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .stop(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .monotonic(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 460, + "pattern": "attribute_call", + "note": "Call via attribute access .monotonic(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .enter_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .mkstemp(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .mkstemp(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 574, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 577, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 591, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 597, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 601, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 614, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 630, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .permutations(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 644, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.run-multitests", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .enter_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .exit_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .enter_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .exec_(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .run_script(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .run_script(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .removeprefix(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .run_script(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "tests.run-natmodtests", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .enter_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .exec_(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "tests.run-perfbench", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .exec_raw(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .removesuffix(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .removesuffix(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 485, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 485, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 509, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 518, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .openpty(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .setsid(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .tcsetpgrp(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .getpid(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .kill(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 577, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .kill(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 592, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 593, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 595, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 615, + "pattern": "attribute_call", + "note": "Call via attribute access .mktemp(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .splitext(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 644, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .run_script_on_remote_target(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 673, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 677, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 679, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 680, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 688, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 708, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 714, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 730, + "pattern": "attribute_call", + "note": "Call via attribute access .Lock(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 833, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 838, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 843, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 848, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 853, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 861, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 864, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 867, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 869, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 872, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 875, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 876, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 877, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 879, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 880, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 881, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 882, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 883, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 887, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 888, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 891, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 894, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 895, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 896, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 897, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 898, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 899, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 900, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 901, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 902, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 905, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 906, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 907, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 912, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 913, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 917, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 918, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 919, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 920, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 921, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 924, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 927, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 930, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 933, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 936, + "pattern": "attribute_call", + "note": "Call via attribute access .architecture(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 941, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 941, + "pattern": "attribute_call", + "note": "Call via attribute access .get_platform(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 943, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 945, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 948, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 948, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 953, + "pattern": "attribute_call", + "note": "Call via attribute access .relpath(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 954, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 961, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 967, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 972, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 972, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 972, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 973, + "pattern": "attribute_call", + "note": "Call via attribute access .splitext(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 973, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 974, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 974, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 975, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 977, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 978, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 979, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 981, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 981, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 982, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 982, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 983, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 983, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 984, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 985, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 985, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 986, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 987, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 988, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 988, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 989, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 991, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1025, + "pattern": "attribute_call", + "note": "Call via attribute access .read_until(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1036, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1040, + "pattern": "name_call_unresolved", + "note": "Call to 'TestError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.run-tests", + "lineno": 1042, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1052, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1053, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1070, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1073, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1076, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1080, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1082, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1089, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1095, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1096, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1097, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1098, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1099, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1101, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1103, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1104, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1105, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1109, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1112, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1113, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1122, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1128, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1132, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1138, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1138, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1140, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1151, + "pattern": "attribute_call", + "note": "Call via attribute access .map(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1161, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1171, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1179, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1184, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1188, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1188, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1192, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1216, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1219, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1222, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1223, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1224, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1227, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1230, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1238, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1246, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1251, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1254, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1255, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1258, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1259, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1262, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1265, + "pattern": "attribute_call", + "note": "Call via attribute access .cpu_count(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1270, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1271, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1276, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1281, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1286, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1292, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1297, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1302, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1306, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1309, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1310, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1312, + "pattern": "attribute_call", + "note": "Call via attribute access .system(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1312, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1319, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1322, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1323, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1325, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1328, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1343, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1345, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1358, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1360, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1374, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1381, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1382, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1393, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1400, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1409, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1427, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1432, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.run-tests", + "lineno": 1435, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 113, + "pattern": "name_call_unresolved", + "note": "Call to 'TestError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.serial_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .choice(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .choice(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .monotonic_ns(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .monotonic_ns(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .Serial(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .Serial(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .Serial(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 294, + "pattern": "name_call_unresolved", + "note": "Call to 'test_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.serial_test", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tests.serial_test", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .getsourcefile(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .Pyboard(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .enter_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .mktemp(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .enter_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .exec_(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .exec_(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .removeprefix(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.test_utils", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'X(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.array1", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'X(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.array1", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'X(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.array1", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'X(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.array1", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'X(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.array1", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array1", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array_add", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array_add", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array_add", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array_add", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array_add", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array_add", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array_add", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array_micropython", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array_micropython", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array_micropython", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array_micropython", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array_micropython", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.array_micropython", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.assign_expr_scope", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.assign_expr_scope", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.assign_expr_scope", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.assign_expr_scope", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.assign_expr_scope", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.assign_expr_scope", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.assign_expr_scope", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.assign_expr_scope", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.async_await", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.async_await2", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.async_await2", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.async_await2", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.async_def", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.async_for", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.async_for2", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.async_with", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.async_with", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.async_with", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.async_with2", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.async_with_break", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.async_with_break", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.async_with_break", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.async_with_return", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.async_with_return", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.async_with_return", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.attrtuple1", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.attrtuple2", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.attrtuple2", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.boundmeth1", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'm(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.boundmeth1", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'm(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.boundmeth1", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'm(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_callable", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'A(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_callable", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'D(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_callable", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .f(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.builtin_callable", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'D(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_delattr", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'A(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_dir", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_dir", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_dir", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_dir", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_dir", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_dir", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_dir", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.builtin_dir", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.builtin_dir", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_dir", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.builtin_dir", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.builtin_dir", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.builtin_dir", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.builtin_exec", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_hash", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'B(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_help", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'help(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_help", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'help(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_help", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'help(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_help", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'help(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_help", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'help(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_help", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'help(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_help", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'help(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_len1", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_len1", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_property", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .getter(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.builtin_property", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .setter(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.builtin_property", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .deleter(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.builtin_property", + "lineno": 88, + "pattern": "name_call_unresolved", + "note": "Call to 'D(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_property", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'E(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_property_inherit", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'B(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_property_inherit", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'C(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_property_inherit", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'E(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_property_inherit", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'F(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_property_inherit", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'G(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_property_inherit", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'F(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_property_inherit", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'G(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_property_inherit", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'I(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_property_inherit", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'I(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.builtin_str_hex", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.builtin_str_hex", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.builtin_str_hex", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.builtin_str_hex", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.builtin_str_hex", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.builtin_str_hex", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.builtin_str_hex", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .fromhex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray1", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_add", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_add", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_append", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_append", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .isspace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .isalpha(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .islower(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_byte_operations", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_center", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_center", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_count", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_decode", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_decode", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_partition", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_partition", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytearray_slice_assign", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_add_array", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_add_array", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_add_endian", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_center", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_center", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_center", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_center", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_center", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_center", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_center", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_compare_array", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_count", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 1, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_find", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 1, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_index", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_partition", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_partition", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_partition", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_partition", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_partition", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_partition", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_partition", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_partition", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_partition", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_partition", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_partition", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_partition", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_partition", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_partition", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_partition", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_partition", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_partition", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_replace", + "lineno": 1, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_replace", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_replace", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_replace", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_replace", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_replace", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_replace", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_replace", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_replace", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_replace", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_replace", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_replace", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_split", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_strip", + "lineno": 1, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_strip", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_strip", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_strip", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_strip", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_strip", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_strip", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_strip", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_strip", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_strip", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.bytes_strip", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class1", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .f(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class1", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'C(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class1", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .g(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class1", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'C(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class1", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'C(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class1", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class1", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .print(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class1", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class1", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .print(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class3", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'B(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class3", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'B(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class3", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class3", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_bind_self", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .f2(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_bind_self", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .f3(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_bind_self", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .f5(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_bind_self", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .f6(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_bind_self", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .f7(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_bind_self", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .f8(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_bind_self", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .f9(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_bind_self", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .f5(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_bind_self", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .f6(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_bind_self", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .f7(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_bind_self", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .f8(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_bind_self", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .f9(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_call", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'c1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_call", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'c2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_contains", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .__contains__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_contains", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .__contains__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_contains", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .__contains__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_contains", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .__contains__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_contains", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .__contains__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_delattr_setattr", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_delattr_setattr", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_delattr_setattr", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_delattr_setattr", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .__delattr__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_delattr_setattr", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .__delattr__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_delattr_setattr", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .__delattr__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_descriptor", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'Main(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_descriptor", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_descriptor", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_descriptor", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_inherit1", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_inherit_mul", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_inherit_mul", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_inplace_op", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_inplace_op", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_item", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'A(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_misc", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'C(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_new", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_new", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_new", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .meth(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_new", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_new", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .meth(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_new", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'Dummy(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_notimpl", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_ordereddict", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_ordereddict", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_reverse_op", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_reverse_op", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_setname_hazard", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'Descriptor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_setname_hazard", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_setname_hazard", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'GetSiblingTest(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_setname_hazard", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'SetSiblingTest(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_setname_hazard", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'DelSiblingTest(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_setname_hazard", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'GetSelfTest(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_setname_hazard", + "lineno": 101, + "pattern": "name_call_unresolved", + "note": "Call to 'SetSelfTest(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_setname_hazard", + "lineno": 115, + "pattern": "name_call_unresolved", + "note": "Call to 'DelSelfTest(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_setname_hazard", + "lineno": 156, + "pattern": "name_call_unresolved", + "note": "Call to 'SetReplaceTest(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_setname_hazard", + "lineno": 174, + "pattern": "name_call_unresolved", + "note": "Call to 'DelReplaceTest(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_setname_hazard_rand", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'Descriptor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_setname_hazard_rand", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_setname_hazard_rand", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_setname_hazard_rand", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_setname_hazard_rand", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_setname_hazard_rand", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_setname_hazard_rand", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_setname_hazard_rand", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_setname_hazard_rand", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_store", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'C(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_store", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'C(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_store", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'C(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_store", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'C(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_store_class", + "lineno": 15, + "pattern": "self_method_not_found", + "note": "self._encoded_counterpart(...) not found in class '_ResultMixinStr' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.basics.class_store_class", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_store_class", + "lineno": 19, + "pattern": "self_method_not_found", + "note": "self._decoded_counterpart(...) not found in class '_ResultMixinBytes' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.basics.class_store_class", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_store_class", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'DefragResult(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_store_class", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'DefragResultBytes(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_store_class", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_str", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_str", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_str", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_str", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_super", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .meth(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_super", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .p(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_super", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_super", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .foo(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_super", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .foo(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_super_aslocal", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .foo(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_super_closure", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .foo(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_super_closure", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .foo(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_super_closure", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .foo(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_super_multinherit", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .foo(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_super_multinherit", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .foo(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_super_object", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_super_object", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.class_use_other", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'B(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.class_use_other", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .store(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.closure1", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure1", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure1", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure1", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'y(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure1", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'y(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure1", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'y(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure1", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure1", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure1", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure1", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'y(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure1", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'y(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure1", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'y(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure2", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure2", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure2", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure2", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'y(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure2", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'y(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure2", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'y(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure2", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure2", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure2", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure2", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'y(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure2", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'y(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.closure2", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'y(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.containment", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.containment", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.containment", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.containment", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.containment", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .appendleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .appendleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .appendleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .appendleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .appendleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque1", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque2", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque2", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_micropython", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_micropython", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_micropython", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_micropython", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_micropython", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_micropython", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_micropython", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_micropython", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_micropython", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_micropython", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_micropython", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_micropython", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_micropython", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_micropython", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_micropython", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_micropython", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .appendleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_micropython", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_micropython", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_micropython", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_slice", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_slice", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.deque_slice", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_del", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_fixed", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_fixed", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .popitem(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_fixed", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_fixed", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_fixed", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_fixed", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_fromkeys", + "lineno": 1, + "pattern": "attribute_call", + "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_fromkeys", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_fromkeys", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_fromkeys", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_fromkeys", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_fromkeys", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_fromkeys2", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_from_iter", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_from_iter", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_get", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_get", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_intern", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_union", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_views", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'm(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.dict_views", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'm(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.dict_views", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_views", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'op(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.dict_views", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'op(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.dict_views", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'op(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.dict_views", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_views", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_views", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_views", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.dict_views", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.equal_class", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'A(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.equal_class", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'A(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.equal_class", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'A(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.equal_class", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'A(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.equal_class", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'A(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.equal_class", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'B(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.equal_class", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'A(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.equal_class", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'A(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.equal_class", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'C(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.frozenset_add", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.frozenset_add", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.frozenset_binop", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.frozenset_binop", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.frozenset_binop", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.frozenset_binop", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.frozenset_copy", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.frozenset_difference", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .difference(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.frozenset_difference", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .difference(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.frozenset_difference", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .difference(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.frozenset_difference", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .difference(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.frozenset_difference", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .difference_update(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_calldblstar2", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.fun_calldblstar2", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.fun_calldblstar3", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_code", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.fun_code", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.fun_code", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.fun_code", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'f1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.fun_code", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'f2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.fun_code", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.fun_code", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.fun_code", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.fun_code", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.fun_code_colines", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .fun(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_code_colines", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .fun(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_code_colines", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .fun(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_code_colines", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .co_lines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_code_colines", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_code_colines", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_code_colines", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .co_lines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_code_colines", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_code_colines", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_code_full", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_code_full", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .co_lines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_code_lnotab", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_code_lnotab", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_code_lnotab", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_defargs", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.fun_error", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_error", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_error", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_error", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.fun_kwonly", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.gc1", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .isenabled(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gc1", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .disable(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gc1", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .isenabled(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gc1", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .enable(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gc1", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .isenabled(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gc1", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gc1", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_free(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gc1", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_alloc(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gc1", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .threshold(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gc1", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .threshold(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gc1", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .threshold(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gc1", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .threshold(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gc1", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .threshold(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gc1", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .threshold(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_args", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_close", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_close", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_close", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_close", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_close", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_exc", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_exc", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_pend_throw", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .pend_throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_pend_throw", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .pend_throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_pend_throw", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .pend_throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_pend_throw", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .pend_throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_pend_throw", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'CancelledError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.generator_pend_throw", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .pend_throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_pend_throw", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'CancelledError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.generator_pend_throw", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .pend_throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_pend_throw", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'CancelledError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.generator_pend_throw", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .pend_throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_pend_throw", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .pend_throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_pend_throw", + "lineno": 99, + "pattern": "name_call_unresolved", + "note": "Call to 'CancelledError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.generator_pend_throw", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .pend_throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_pep479", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_pep479", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_send", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_send", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_send", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_send", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_send", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_send", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_send", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_send", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_send", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_throw", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_throw", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_throw", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_throw", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_throw", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'GeneratorExit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.generator_throw_multi_arg", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_throw_multi_arg", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'GeneratorExit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.generator_throw_multi_arg", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_throw_multi_arg", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'GeneratorExit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.generator_throw_nested", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_throw_repeat", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_throw_repeat", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.generator_throw_repeat", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_close", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_close", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_close", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'GeneratorExit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.gen_yield_from_close", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_close", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_close", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_close", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_ducktype", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_ducktype", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_send", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_throw", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_throw", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_throw2", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_throw2", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_throw2", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'GeneratorExit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.gen_yield_from_throw3", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_throw3", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_throw3", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_throw3", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_throw3", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_throw_multi_arg", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_throw_multi_arg", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_throw_repeat", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_throw_repeat", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.gen_yield_from_throw_repeat", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.import_instance_method", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .meth(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.import_instance_method", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .meth_with_arg(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_64_basics", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big1", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_cmp", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_cmp", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_cmp", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_cmp", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_cmp", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_cmp", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_to_small", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_to_small", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_to_small", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_to_small", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_to_small_int29", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_to_small_int29", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_zeroone", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_zeroone", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_zeroone", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_zeroone", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_zeroone", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_zeroone", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_zeroone", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_zeroone", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_zeroone", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_zeroone", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_big_zeroone", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_int64", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_int64", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_int64", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_int64", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_int64", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_int64", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_int64", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_int64", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_int64", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_int64", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_intbig", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_intbig", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_intbig", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_intbig", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_intbig", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_intbig", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_intbig", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_intbig", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_intbig", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_intbig", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_intbig", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_intbig", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_intbig", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_intbig", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_intbig", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_optional_args_cp311", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_optional_args_cp311", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_optional_args_cp311", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_optional_args_cp311", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_optional_args_cp311", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.int_bytes_optional_args_cp311", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_buffered_writer", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_buffered_writer", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .BufferedWriter(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_buffered_writer", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_buffered_writer", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_buffered_writer", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_buffered_writer", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_buffered_writer", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_buffered_writer", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_buffered_writer", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_buffered_writer", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_buffered_writer", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_buffered_writer", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .BufferedWriter(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_buffered_writer", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_buffered_writer", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_buffered_writer", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .BufferedWriter(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_buffered_writer", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_buffered_writer", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_cow", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_cow", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_cow", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_cow", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_cow", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_cow", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_ext", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_ext", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_ext", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_ext", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_ext", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_ext", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_ext", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_ext", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_ext", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_ext", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_ext", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_ext", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_ext", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_ext", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_ext", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_ext2", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_bytesio_ext2", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio1", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.io_stringio_base", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio_base", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio_base", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio_base", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'X(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.io_stringio_base", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio_base", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio_with", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio_with", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_stringio_with", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_write_ext", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_write_ext", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_write_ext", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_write_ext", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_write_ext", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_write_ext", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_write_ext", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_write_ext", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_write_ext", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_write_ext", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.io_write_ext", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.iter0", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .__next__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.lambda1", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.lambda_defargs", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.lambda_defargs", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.lambda_defargs", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.lambda_defargs", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.lambda_defargs", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.lambda_defargs", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.lambda_defargs", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.lambda_defargs", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.lambda_defargs", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.lambda_defargs", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.lexer", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.list1", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.list_copy", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.list_count", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.list_index", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.list_index", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.list_index", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.list_index", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.list_pop", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.list_sort", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.list_sort", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.memoryerror", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.memoryview1", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.memoryview_gc", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.memoryview_gc", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.memoryview_gc", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.memoryview_slice_assign", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.memoryview_slice_assign", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.memoryview_slice_assign", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.memoryview_slice_assign", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.memoryview_slice_assign", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.module1", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.namedtuple1", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.namedtuple1", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.namedtuple1", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.namedtuple1", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.namedtuple1", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.namedtuple1", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.namedtuple1", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.namedtuple1", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.namedtuple1", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'T3(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.namedtuple1", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'T4(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.namedtuple1", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'T5(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.namedtuple_asdict", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access ._asdict(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.namedtuple_asdict", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.namedtuple_asdict", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.nanbox_smallint", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.nanbox_smallint", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.nanbox_smallint", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.nanbox_smallint", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.nanbox_smallint", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.nanbox_smallint", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.nanbox_smallint", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.nanbox_smallint", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.nanbox_smallint", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.nanbox_smallint", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.nanbox_smallint", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.nanbox_smallint", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.nanbox_smallint", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.object_new", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.object_new", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.object_new", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.object_new", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.ordereddict1", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.ordereddict1", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.ordereddict1", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.ordereddict1", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.ordereddict1", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.ordereddict1", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.ordereddict1", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .popitem(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.ordereddict1", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.ordereddict1", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.ordereddict1", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.ordereddict1", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.ordereddict1", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .popitem(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.ordereddict1", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .popitem(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.ordereddict1", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .popitem(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.scope_class", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'A(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.scope_class", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'A(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.scope_class", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'closure(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.scope_class", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .method(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.self_type_check", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.self_type_check", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.self_type_check", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.self_type_check", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_add", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_add", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_add", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_add", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_add", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_add", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_add", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_add", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_binop", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_binop", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_binop", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_binop", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_containment", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_containment", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_copy", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_difference", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .difference(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_difference", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .difference(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_difference", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .difference(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_difference", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .difference(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_difference", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .difference_update(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_difference", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .difference_update(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_difference", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .difference_update(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_difference", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .difference_update(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_isfooset", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .issubset(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_isfooset", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .issuperset(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_iter", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_pop", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_pop", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_remove", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_remove", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_remove", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_symmetric_difference", + "lineno": 1, + "pattern": "attribute_call", + "note": "Call via attribute access .symmetric_difference(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_symmetric_difference", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .symmetric_difference(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.set_union", + "lineno": 1, + "pattern": "attribute_call", + "note": "Call via attribute access .union(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.slice_indices", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .indices(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.slice_indices", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .indices(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.slice_indices", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .indices(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.slice_indices", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .indices(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.slice_indices", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .indices(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.slice_indices", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .indices(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.slice_indices", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .indices(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.slice_indices", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .indices(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.slice_indices", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .indices(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.slice_indices", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .indices(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.slice_indices", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .indices(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.slice_indices", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .indices(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.slice_indices", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .indices(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.slice_indices", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .indices(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.slice_optimise", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.slice_optimise", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.special_comparisons", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.special_comparisons", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.special_methods2", + "lineno": 122, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.special_methods2", + "lineno": 125, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.string_center", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_center", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_center", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_center", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_center", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_center", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_center", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_count", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 1, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_endswith", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 1, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_find", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format2", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format2", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_cp310", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_cp310", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_error", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_error", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_error", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_error", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_error", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_error", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_error", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_error", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_error", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_error", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_error", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_error", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_error", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_error", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_error", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_error", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_error", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_intbig", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_intbig", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_sep", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_format_sep", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 1, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_index", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 1, + "pattern": "attribute_call", + "note": "Call via attribute access .isspace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .isspace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .isspace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .isspace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .isalpha(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .isalpha(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .isalpha(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .isalpha(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .islower(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .islower(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .islower(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .islower(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_istest", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .islower(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_join", + "lineno": 1, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_join", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_join", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_join", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_join", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_join", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_join", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_join", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_join", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_join", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_join", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_join", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_join", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_join", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_partition", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_replace", + "lineno": 1, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_replace", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_replace", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_replace", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_replace", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_replace", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_replace", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_replace", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_replace", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_replace", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_replace", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_replace", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_replace", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_replace", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_replace", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_repr", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 1, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rfind", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 1, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rindex", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rpartition", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rpartition", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rpartition", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rpartition", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rpartition", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rpartition", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rpartition", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rpartition", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rpartition", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rpartition", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rpartition", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rpartition", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rpartition", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rpartition", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rpartition", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rpartition", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rpartition", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_rsplit", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_split", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_splitlines", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 1, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_startswith", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 1, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_strip", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_upperlow", + "lineno": 1, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_upperlow", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_upperlow", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.string_upperlow", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct1_intbig", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct2", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct_endian", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct_endian", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct_endian", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct_endian", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct_endian", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct_endian", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct_micropython", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'A(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.struct_micropython", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct_micropython", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct_micropython", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct_micropython", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct_micropython", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.struct_micropython", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_classmethod", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .foo(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_classmethod", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .bar(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_classmethod", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .bar(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_classmethod", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'B(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_classmethod", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .baz(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_classmethod", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'B(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_classmethod", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .f(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_classmethod", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .g(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_classmethod", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .f(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_classmethod", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .g(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_classmethod", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .f(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_classmethod", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .g(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_native1", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'mylist(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native2_list", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'Clist1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native2_tuple", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'Ctuple1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native2_tuple", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'Ctuple1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native2_tuple", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Ctuple2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native2_tuple", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'Ctuple2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native2_tuple", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'Ctuple1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native2_tuple", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Ctuple2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native3", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'MyExc(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native3", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'MyExc(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native3", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'MyExc(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native3", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'MyExc(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native3", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'MyStopIteration(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native3", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'MyStopIteration(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native3", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'MyStopIteration(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native3", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'MyOSError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native3", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'MyOSError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native4", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'mylist(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native4", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_native5", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'Sub(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native_buffer", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'my_bytes(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native_buffer", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'my_bytes(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native_call", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'MySignal(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native_call", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 's(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native_cmp", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'mytuple(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native_containment", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'mylist(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native_containment", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'mydict(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native_containment", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'mybytes(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native_exc_new", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'Dummy(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native_exc_new", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_native_init", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_native_init", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_native_init", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_native_init", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_native_init", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_native_init", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_native_init", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_native_init", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_native_init", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_native_init", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_native_init", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.subclass_native_iter", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'mymap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native_specmeth", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'mylist(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.subclass_native_str", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.sys1", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .intern(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.sys1", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .intern(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.sys_exit", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.sys_exit", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.sys_getsizeof", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .getsizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.sys_getsizeof", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .getsizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.sys_getsizeof", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .getsizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.sys_getsizeof", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'A(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.sys_getsizeof", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .getsizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.sys_path", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.sys_tracebacklimit", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .print_exception(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.sys_tracebacklimit", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.sys_tracebacklimit", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.sys_tracebacklimit", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'print_exception(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.sys_tracebacklimit", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.sys_tracebacklimit", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.sys_tracebacklimit", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.sys_tracebacklimit", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.sys_tracebacklimit", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.try1", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.try2", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.try2", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'bar(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.try2", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.try2", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'bar(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.try2", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.try3", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.try3", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'baz(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.try3", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'bar(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.try4", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.try4", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'bar(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.try4", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'baz(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.try4", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'bak(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.try_finally1", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.try_finally1", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.try_finally1", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.tuple1", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.tuple_count", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.tuple_count", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.tuple_index", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.tuple_index", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.tuple_index", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.tuple_index", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.tuple_index", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.tuple_index", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.tuple_index", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.tuple_index", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.tuple_index", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.tuple_subclass", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'MyTuple(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.tuple_subclass", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'N(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.tuple_subclass", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'MyNamedTuple(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.unary_op", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'A(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.unary_op", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'B(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.unary_op", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'B(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.unary_op", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'C(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.unary_op", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'C(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.unary_op", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'D(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.unboundlocal", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_callback_exception", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .ref(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_callback_exception", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_callback_exception", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_callback_exception", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_basic", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_basic", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_basic", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_basic", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .detach(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_basic", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_basic", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .detach(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_basic", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_finalize_basic", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_basic", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_basic", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_finalize_basic", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_basic", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_finalize_basic", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .detach(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_basic", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_basic", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .detach(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .detach(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .detach(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_finalize_collect", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_multiple_refs", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .ref(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_multiple_refs", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_multiple_refs", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_multiple_refs", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .ref(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_multiple_refs", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_multiple_refs", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_multiple_refs", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'r1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_multiple_refs", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'r2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_multiple_refs", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_ref_basic", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .ref(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .ref(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .ref(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .ref(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .ref(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .ref(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .ref(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'r1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'r2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'r1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.basics.weakref_ref_collect", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'r2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.cmdline.cmd_module_atexit", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .atexit(...) - target object type not statically resolved." + }, + { + "module": "tests.cmdline.cmd_module_atexit_exc", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .atexit(...) - target object type not statically resolved." + }, + { + "module": "tests.cmdline.cmd_module_atexit_exc", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.cmdline.cmd_showbc", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .f(...) - target object type not statically resolved." + }, + { + "module": "tests.cmdline.cmd_sys_exit_0", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.cmdline.cmd_sys_exit_error", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.cmdline.cmd_sys_exit_none", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.cmdline.repl_lock", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.cmdline.repl_lock", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.cmdline.repl_lock", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.core_class_delnotimpl", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.core_class_dir", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.cpydiff.core_class_initsubclass_autoclassmethod", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.core_class_initsubclass_kwargs", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .__init_subclass__(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.core_class_initsubclass_super", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .__init_subclass__(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.core_class_initsubclass_super", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .__init_subclass__(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.core_class_mro", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'C(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.cpydiff.core_class_subclassret", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'MyStr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.cpydiff.core_class_supermultiple", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.core_class_supermultiple", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.core_class_supermultiple", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.core_class_super_init", + "lineno": 11, + "pattern": "self_method_not_found", + "note": "self.append(...) not found in class 'L1' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.cpydiff.core_class_super_init", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.core_class_super_init", + "lineno": 24, + "pattern": "self_method_not_found", + "note": "self.append(...) not found in class 'L2' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.cpydiff.core_exception_construction", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.core_function_argcount", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.core_import_split_ns_pkgs", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.core_import_split_ns_pkgs", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.modules_array_containment", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.modules_array_deletion", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.modules_array_subscrstep", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.modules_json_nonserializable", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.modules_os_environ", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.modules_os_environ", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.modules_os_environ", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .putenv(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.modules_os_environ", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.modules_os_getenv", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.modules_os_getenv", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .putenv(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.modules_os_getenv", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.modules_random_getrandbits", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.modules_random_getrandbits", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.modules_random_randint", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.modules_random_randint", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.modules_struct_fewargs", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.modules_struct_manyargs", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.modules_struct_whitespace_in_format", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.module_array_comparison", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.module_array_comparison", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.module_array_constructor", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.types_bytes_format", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.types_dict_keys_set", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.types_exception_subclassinit", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.types_int_bit_length", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.types_int_bit_length", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .bit_length(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.types_int_subclassconv", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'A(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.cpydiff.types_int_subclassconv", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'A(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.cpydiff.types_int_to_bytes", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.types_memoryview_invalid", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.types_str_formatsep", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.types_str_formatsep", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.types_str_formatsep", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.types_str_formatsep_float", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.types_str_formatsep_float", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.types_str_formatsep_float", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.types_str_formatsep_float", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.types_str_formatsubscr", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.types_str_ljust_rjust", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "tests.cpydiff.types_str_rsplitnone", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_await_return", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_await_return", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_basic", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_basic", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_basic", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_basic", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'ticks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.asyncio_basic", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'ticks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.asyncio_basic", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'ticks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.asyncio_basic", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'ticks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.asyncio_basic", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_basic", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'ticks_diff(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.asyncio_basic", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'ticks_diff(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.asyncio_basic", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'ticks_diff(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.asyncio_basic", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_basic2", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_basic2", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_basic2", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_basic2", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_fair", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_fair", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_fair", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_fair", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_fair", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_fair", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_fair2", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_fair2", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_fair2", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_fair2", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_fair2", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_fair2", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_self", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_self", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_self", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_task", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_wait_on_finished", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_wait_on_finished", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_wait_on_finished", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_wait_on_finished", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_wait_on_finished", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_wait_on_finished", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_cancel_wait_on_finished", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_current_task", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .current_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_current_task", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_current_task", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_current_task", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_current_task", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .current_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_current_task", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_current_task", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .current_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .Event(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .is_set(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .is_set(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .is_set(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .Event(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .Event(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_fair", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_fair", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_fair", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_fair", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_fair", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .Event(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_fair", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_fair", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_fair", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_fair", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_fair", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_fair", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_queue", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .Event(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_queue", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_queue", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_queue", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_queue", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .schedule(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_queue", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_add(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_queue", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_queue", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_event_queue", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_exception", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_exception", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_exception", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_exception", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_exception", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_fair", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_fair", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_fair", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_fair", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_fair", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_fair", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_fair", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_fair", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_fair", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_fair", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_fair", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .gather(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .gather(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .gather(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .gather(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .gather(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .gather(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .done(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .done(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .gather(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .done(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .done(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_finished_early", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_finished_early", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_finished_early", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get_event_loop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_finished_early", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .set_exception_handler(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_finished_early", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .Event(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_finished_early", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .Event(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_finished_early", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_finished_early", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_finished_early", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_finished_early", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_finished_early", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_finished_early", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .gather(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_finished_early", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .done(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_finished_early", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_notimpl", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_notimpl", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .gather(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_notimpl", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get_event_loop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_notimpl", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .set_exception_handler(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_notimpl", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_notimpl", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_notimpl", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_notimpl", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_notimpl", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_notimpl", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_notimpl", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_gather_notimpl", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_get_event_loop", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .set_event_loop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_get_event_loop", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .new_event_loop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_get_event_loop", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_get_event_loop", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get_event_loop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_get_event_loop", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .run_until_complete(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_heaplock", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_heaplock", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_heaplock", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_heaplock", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_heaplock", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_heaplock", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_heaplock", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_heaplock", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_heaplock", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_heaplock", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .StreamWriter(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_heaplock", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_heaplock", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_heaplock", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_heaplock", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .StreamWriter(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_heaplock", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_heaplock", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_heaplock", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_heaplock", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_heaplock", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_iterator_event", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_iterator_event", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_iterator_event", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .fetch_data(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_iterator_event", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .schedule(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_iterator_event", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_iterator_event", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .fetch_data(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_iterator_event", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_iterator_event", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .Event(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_iterator_event", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_iterator_event", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_iterator_event", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_iterator_event", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_iterator_event", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_add(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_iterator_event", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_iterator_event", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .Lock(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock_cancel", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock_cancel", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock_cancel", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock_cancel", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .Lock(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock_cancel", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock_cancel", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock_cancel", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock_cancel", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock_cancel", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock_cancel", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock_cancel", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock_cancel", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock_cancel", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock_cancel", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock_cancel", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_lock_cancel", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_loop_stop", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .stop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_loop_stop", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .stop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_loop_stop", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_loop_stop", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .stop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_loop_stop", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_loop_stop", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_loop_stop", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .stop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_loop_stop", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .new_event_loop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_loop_stop", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_loop_stop", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .run_forever(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_micropython", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_micropython", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_micropython", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_micropython", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_micropython", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_micropython", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_micropython", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_add(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_micropython", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_micropython", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_micropython", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_new_event_loop", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .set_event_loop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_new_event_loop", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .new_event_loop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_new_event_loop", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_new_event_loop", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .default_exception_handler(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_new_event_loop", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_new_event_loop", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_new_event_loop", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_new_event_loop", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_new_event_loop", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .stop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_new_event_loop", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get_event_loop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_new_event_loop", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .set_exception_handler(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_new_event_loop", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_new_event_loop", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .run_forever(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_new_event_loop", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_new_event_loop", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .new_event_loop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_new_event_loop", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .set_exception_handler(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_new_event_loop", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_new_event_loop", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .run_forever(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_new_event_loop", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_set_exception_handler", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get_event_loop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_set_exception_handler", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get_exception_handler(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_set_exception_handler", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .set_exception_handler(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_set_exception_handler", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get_exception_handler(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_set_exception_handler", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_set_exception_handler", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_set_exception_handler", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_set_exception_handler", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_set_exception_handler", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_set_exception_handler", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_set_exception_handler", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_set_exception_handler", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .done(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .done(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .done(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .done(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .done(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .done(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .done(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .done(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .done(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .done(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .done(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .done(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_task_done", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .ThreadSafeFlag(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .schedule(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_threadsafeflag", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .done(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_fwd", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_fwd", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_fwd", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_fwd", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_fwd", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_fwd", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_fwd", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_fwd", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_fwd", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_fwd", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_linked_task", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .set_event_loop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_linked_task", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .new_event_loop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_linked_task", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get_event_loop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_linked_task", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_linked_task", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_linked_task", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_linked_task", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_linked_task", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_linked_task", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .run_until_complete(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_linked_task", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .run_until_complete(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_for_linked_task", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .get_event_loop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_task", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_task", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_task", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_task", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_task", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_task", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_task", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_task", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'ticks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.asyncio_wait_task", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'ticks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.asyncio_wait_task", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'ticks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.asyncio_wait_task", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_task", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'ticks_diff(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.asyncio_wait_task", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'ticks_diff(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.asyncio_wait_task", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_task", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .set_exception_handler(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_task", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .get_event_loop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_task", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_task", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.asyncio_wait_task", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_a2b_base64", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .a2b_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_b2a_base64", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .b2a_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_b2a_base64", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .b2a_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_b2a_base64", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .b2a_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_b2a_base64", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .b2a_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_b2a_base64", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .b2a_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_b2a_base64", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .b2a_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_b2a_base64", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .b2a_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_b2a_base64", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .b2a_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_b2a_base64", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .b2a_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_b2a_base64", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .b2a_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_b2a_base64", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .b2a_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_b2a_base64", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .b2a_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_b2a_base64", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .b2a_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_b2a_base64", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .b2a_base64(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_crc32", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .crc32(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_crc32", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .crc32(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_crc32", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .crc32(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_crc32", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .crc32(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_crc32", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .crc32(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_crc32", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .crc32(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_crc32", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .crc32(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_crc32", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .crc32(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_crc32", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .crc32(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_crc32", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .crc32(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_crc32", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .crc32(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.binascii_crc32", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .crc32(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .seq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .seq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .seq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree1", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree_closed", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree_closed", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree_closed", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree_closed", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree_closed", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree_closed", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree_error", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree_error", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree_error", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree_gc", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree_gc", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree_gc", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.btree_gc", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.cryptolib_aes128_cbc", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .encrypt(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.cryptolib_aes128_cbc", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .decrypt(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.cryptolib_aes128_ctr", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .encrypt(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.cryptolib_aes128_ctr", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .encrypt(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.cryptolib_aes128_ctr", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .decrypt(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.cryptolib_aes128_ecb", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .encrypt(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.cryptolib_aes128_ecb", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .decrypt(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.cryptolib_aes128_ecb_enc", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .encrypt(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.cryptolib_aes128_ecb_inpl", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .encrypt(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.cryptolib_aes128_ecb_inpl", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .decrypt(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.cryptolib_aes128_ecb_into", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .encrypt(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.cryptolib_aes128_ecb_into", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .decrypt(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.cryptolib_aes256_cbc", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .encrypt(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.cryptolib_aes256_cbc", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .decrypt(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.cryptolib_aes256_ecb", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .encrypt(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.cryptolib_aes256_ecb", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .decrypt(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress_memory_error", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress_memory_error", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress_memory_error", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress_memory_error", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_compress_memory_error", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_decompress", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_stream_error", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_stream_error", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_stream_error", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_stream_error", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_stream_error", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_stream_error", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_stream_error", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_stream_error", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .DeflateIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_stream_error", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.deflate_stream_error", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .hline(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .vline(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .rect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .fill_rect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .fill_rect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .line(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .line(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .scroll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .scroll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .scroll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .scroll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .scroll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .text(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .text(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .text(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer1(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer1(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf1", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .scroll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .scroll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .scroll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .blit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .blit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf16", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .blit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .scroll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .scroll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .scroll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .blit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .blit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf2", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .blit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .fill_rect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .fill_rect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .fill_rect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .fill_rect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .fill_rect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .fill_rect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .fill_rect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .fill_rect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .fill_rect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf4", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .fill_rect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf8", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf8", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf8", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf8", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf8", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf8", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf8", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf8", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_blit", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_blit", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_blit", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_blit", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_blit", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .blit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_blit", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_blit", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .blit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_blit", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_blit", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .blit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_blit", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_blit", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .blit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_blit", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .blit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_blit", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .blit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_blit", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .blit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_bounds", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_ellipse", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_ellipse", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_ellipse", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .ellipse(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_ellipse", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_ellipse", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .ellipse(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_ellipse", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_ellipse", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .ellipse(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_ellipse", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_ellipse", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .ellipse(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_ellipse", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_ellipse", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .ellipse(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_ellipse", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_ellipse", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .ellipse(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_ellipse", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_ellipse", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .ellipse(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_ellipse", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_ellipse", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .ellipse(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_ellipse", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_ellipse", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .ellipse(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_palette", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_palette", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .line(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_palette", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_palette", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_palette", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_palette", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_palette", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .blit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_palette", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_palette", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_palette", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_palette", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_palette", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_polygon", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .poly(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_scroll", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_scroll", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_scroll", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .rect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_scroll", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .rect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_scroll", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .scroll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_scroll", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .scroll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_scroll", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .scroll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_scroll", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .scroll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_scroll", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .scroll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_scroll", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .scroll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_subclass", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_subclass", + "lineno": 21, + "pattern": "self_method_not_found", + "note": "self.hline(...) not found in class 'FB' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.framebuf_subclass", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_subclass", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .FrameBuffer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_subclass", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_subclass", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_subclass", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .pixel(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_subclass", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .blit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_subclass", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .blit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.framebuf_subclass", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'NotAFrameBuf(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.framebuf_subclass", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .blit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_final", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'algo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.hashlib_final", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_final", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_final", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'algo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.hashlib_final", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_final", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_md5", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .md5(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_md5", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_md5", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_sha1", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .sha1(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_sha1", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_sha1", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_sha256", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_sha256", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_sha256", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_sha256", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_sha256", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_sha256", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_sha256", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_sha256", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_sha256", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_sha256", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_sha256", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.hashlib_sha256", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.heapq1", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .heappop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.heapq1", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .heappush(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.heapq1", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .heappop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.heapq1", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.heapq1", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .heappush(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.heapq1", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .heappush(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.heapq1", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .heappush(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.heapq1", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .heapify(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.heapq1", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .heappush(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.heapq1", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .heappush(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.heapq1", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .heappush(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dump", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dump", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dump", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dump", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dump", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dump", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_extra", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_float", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_float", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_ordereddict", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dumps_separators", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dump_iobase", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dump_separators", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dump_separators", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dump_separators", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dump_separators", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dump_separators", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dump_separators", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dump_separators", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dump_separators", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_dump_separators", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_load", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_load", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_load", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_load", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads_bytes", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads_bytes", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads_float", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads_float", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads_float", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads_float", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads_float", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads_float", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads_int_64", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads_int_64", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads_int_64", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads_int_64", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.json_loads_int_64", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine1", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_hard_timer", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_hard_timer", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_i2s_rate", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_i2s_rate", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_i2s_rate", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_i2s_rate", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_i2s_rate", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_i2s_rate", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_i2s_rate", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_i2s_rate", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_pulse", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .time_pulse_us(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_pulse", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .time_pulse_us(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_pulse", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .time_pulse_us(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_pulse", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .time_pulse_us(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_rtc", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .datetime(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_rtc", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .datetime(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_rtc", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .datetime(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_rtc", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .datetime(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_rtc", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .datetime(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_signal", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .Signal(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_signal", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_signal", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_signal", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_signal", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_signal", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .Signal(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_signal", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .off(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_signal", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_signal", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .on(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_signal", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_soft_timer", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .Timer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_soft_timer", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_soft_timer", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_soft_timer", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .Timer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_soft_timer", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .Timer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_soft_timer", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_soft_timer", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_soft_timer", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .Timer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_soft_timer", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .Timer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_soft_timer", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_soft_timer", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_soft_timer", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .Timer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_soft_timer", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_soft_timer", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_soft_timer", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .Timer(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_soft_timer", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_soft_timer", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_spi_rate", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_spi_rate", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_spi_rate", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .write_readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_spi_rate", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_spi_rate", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_spi_rate", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_spi_rate", + "lineno": 94, + "pattern": "name_call_unresolved", + "note": "Call to 'test_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.machine_spi_rate", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_spi_rate", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_spi_rate", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_timer", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_uart_irq_txidle", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_uart_irq_txidle", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_uart_irq_txidle", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_uart_irq_txidle", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_uart_irq_txidle", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_us(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_uart_irq_txidle", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_uart_tx", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_uart_tx", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_us(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_uart_tx", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_uart_tx", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_uart_tx", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.machine_uart_tx", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_us(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'f1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'f2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_basic", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_fun_nested", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_stress", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.marshal_stress", + "lineno": 122, + "pattern": "name_call_unresolved", + "note": "Call to 'ftype(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.marshal_stress", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.platform_basic", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .python_compiler(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.platform_basic", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .libc_ver(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_basic", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_basic", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_basic", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_basic", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_basic", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_basic", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_basic", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_basic", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_basic", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_extra", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .randrange(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_extra", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .randrange(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_extra", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .randrange(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_extra", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .randrange(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_extra", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .randrange(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_extra", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .randrange(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_extra", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .randrange(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_extra", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .randrange(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_extra", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .randrange(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_extra", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_extra", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_extra", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_extra", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_extra", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .choice(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_extra", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .choice(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_extra_float", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .random(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_extra_float", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .uniform(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_extra_float", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .uniform(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_extra_float", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .uniform(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_seed_default", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_seed_default", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_seed_default", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_seed_default", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.random_seed_default", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.re1", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 129, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.re1", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 130, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.re1", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re1", + "lineno": 132, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.re_debug", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_error", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_group", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_group", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_group", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_group", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_group", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_groups", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_groups", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_groups", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_groups", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_groups", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_groups", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_groups", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_groups", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_groups", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_groups", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_groups", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_limit", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_namedclass", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_namedclass", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_namedclass", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_namedclass", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_namedclass", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_namedclass", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_namedclass", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_namedclass", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_span", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_span", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .span(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_span", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_span", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_span", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_span", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_span", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_span", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split_empty", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split_empty", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split_empty", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split_empty", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split_empty", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split_empty", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split_notimpl", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_split_notimpl", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_stack_overflow", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_stack_overflow2", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_start_end_pos", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.re_sub_unmatched", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .ipoll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .ipoll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .ipoll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .ipoll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .unregister(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .ipoll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .unregister(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .ipoll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_ipoll", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_basic", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_basic", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_basic", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_basic", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_basic", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_basic", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .modify(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_basic", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .modify(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_basic", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .unregister(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_basic", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .modify(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_basic", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_basic", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_basic", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .modify(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .modify(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .unregister(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .unregister(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .unregister(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .unregister(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .unregister(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .unregister(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_custom", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_eintr", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_eintr", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_eintr", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_eintr", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_eintr", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_eintr", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_eintr", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_eintr", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_eintr", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_eintr", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_eintr", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_eintr", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_eintr", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_eintr", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .time_ns(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_eintr", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_eintr", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .time_ns(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_eintr", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_fd", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_fd", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_fd", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_fd", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_fd", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_fd", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_fd", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .modify(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_fd", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_fd", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .unregister(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_fd", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_fd", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_fd", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_fd", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_fd", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_fd", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_fd", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_fd", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .unregister(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_fd", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_udp", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_udp", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_udp", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_udp", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_udp", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_udp", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_udp", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .modify(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_udp", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_udp", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.select_poll_udp", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.socket_badconstructor", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.socket_badconstructor", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.socket_badconstructor", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.socket_badconstructor", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.socket_fileno", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.socket_fileno", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .fileno(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.socket_fileno", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.socket_fileno", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .fileno(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.socket_tcp_basic", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.socket_tcp_basic", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.socket_udp_nonblock", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.socket_udp_nonblock", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.socket_udp_nonblock", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.socket_udp_nonblock", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .settimeout(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.socket_udp_nonblock", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.socket_udp_nonblock", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_basic", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_basic", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_basic", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_basic", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .setblocking(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_basic", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .setblocking(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_basic", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_basic", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_basic", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_basic", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_basic", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_basic", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_cadata", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_cadata", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_ioctl", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_ioctl", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_ioctl", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_ioctl", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_keycert", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_keycert", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_keycert", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_keycert", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_keycert", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_keycert", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_keycert_pkcs8", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_keycert_pkcs8", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .fromhex(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .fromhex(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 112, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 113, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'cb(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .new_pair(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .new_pair(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .new_pair(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_poll", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_sslcontext", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_sslcontext", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_sslcontext", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_sslcontext", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .__del__(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_sslcontext", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .__del__(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_sslcontext", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_sslcontext", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_sslcontext", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_sslcontext", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_sslcontext", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_sslcontext_verify_mode", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.ssl_sslcontext_verify_mode2", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_mktime", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .mktime(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_mktime", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .localtime(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_mktime", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .localtime(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_mktime", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .mktime(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_ms_us", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_ms_us", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_us(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_ms_us", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_ms_us", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_ms_us", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_ms_us", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_us(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_ms_us", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_us(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_ms_us", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_ms_us", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_cpu(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_ms_us", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_cpu(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_ms_us", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_res", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .gmtime(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_res", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_res", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .localtime(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_res", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_res", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_res", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_res", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_res", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_res", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_res", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'time_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.time_res", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_time_ns", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .time_ns(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_time_ns", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_us(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_time_ns", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .time_ns(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_time_ns", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_time_ns", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .time_ns(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.time_time_ns", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_us(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_dtls", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_dtls", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_dtls", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_dtls", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_dtls", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_noleak", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_noleak", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_noleak", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_noleak", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_noleak", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_psk", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_psk", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_psk", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_sslcontext_ciphers", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_sslcontext_ciphers", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ciphers(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_sslcontext_ciphers", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .set_ciphers(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_sslcontext_ciphers", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .set_ciphers(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_sslcontext_ciphers", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .set_ciphers(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_sslcontext_micropython", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_sslcontext_micropython", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_threads", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_threads", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_threads", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ident(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_threads", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_threads", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_threads", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_threads", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ident(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.tls_threads", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_32bit_intbig", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_32bit_intbig", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_32bit_intbig", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_32bit_intbig", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_addressof", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_addressof", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .bytearray_at(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_addressof", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_addressof", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .bytearray_at(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_array_assign_le", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_array_assign_le", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_array_assign_native_le", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_array_assign_native_le", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_array_assign_native_le_intbig", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_array_assign_native_le_intbig", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_array_load_store", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_array_load_store", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_array_load_store", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_bytearray", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_bytearray", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_byteat", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .bytes_at(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_byteat", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_byteat", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .bytearray_at(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_byteat", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_error", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_error", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_error", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_error", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_error", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_error", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_error", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_error", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_error", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_le", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_le", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_le", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_le", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_le_float", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_le_float", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_le_float", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_le_float", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_native_float", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_native_float", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_native_le", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_native_le", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_native_le", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_native_le", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_print", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_print", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_print", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_print", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_ptr_le", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_ptr_le", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_ptr_le", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_ptr_le", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_ptr_le", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_ptr_native_le", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_ptr_native_le", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_ptr_native_le", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_ptr_native_le", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_ptr_native_le", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_float", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_float", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_float", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_float", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_layout", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_layout", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_layout", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_layout", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_layout", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_layout", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_native", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_native", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_native", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_native", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_native", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_native", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_native", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_native", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_native", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_native", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_native", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_od", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_od", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_od", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_od", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_od", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_od", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_od", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_od", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_od", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_od", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_od", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.uctypes_sizeof_od", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .statvfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .statvfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .statvfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_basic", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_blockdev", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_blockdev", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'vfs_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.vfs_blockdev", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .statvfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_blockdev", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_blockdev", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_blockdev", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_blockdev", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_blockdev", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_blockdev", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_blockdev_invalid", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_blockdev_invalid", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'vfs_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.vfs_blockdev_invalid", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_blockdev_invalid", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_blockdev_invalid", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_blockdev_invalid", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_blockdev_invalid", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_blockdev_invalid", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_blockdev_invalid", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_blockdev_invalid", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_blockdev_invalid2", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsFat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio1", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsFat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .statvfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .statvfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_fileio2", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_finaliser", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_finaliser", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsFat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_finaliser", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_finaliser", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_finaliser", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_finaliser", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_finaliser", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_finaliser", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_finaliser", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_finaliser", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ilistdir_del", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ilistdir_del", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'vfs_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.vfs_fat_ilistdir_del", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ilistdir_del", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ilistdir_del", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ilistdir_del", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ilistdir_del", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ilistdir_del", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ilistdir_del", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ilistdir_del", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ilistdir_del", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ilistdir_del", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ilistdir_del", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_more", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_mtime", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_mtime", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'vfs_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.vfs_fat_mtime", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_mtime", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_mtime", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_mtime", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_mtime", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_mtime", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_mtime", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_mtime", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_mtime", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_oldproto", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_oldproto", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsFat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_oldproto", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_oldproto", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_oldproto", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_oldproto", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_oldproto", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_oldproto", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_oldproto", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_oldproto", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsFat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .statvfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsFat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisk", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisklarge", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisklarge", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsFat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisklarge", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisklarge", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .statvfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisklarge", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisklarge", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisklarge", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .statvfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisklarge", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisklarge", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_fat_ramdisklarge", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'vfs_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .statvfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .statvfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .statvfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_corrupt", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_corrupt", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'vfs_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.vfs_lfs_corrupt", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_corrupt", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_corrupt", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .statvfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_corrupt", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_corrupt", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_corrupt", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_corrupt", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_corrupt", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_corrupt", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_corrupt", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_corrupt", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_corrupt", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_corrupt", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_corrupt", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'vfs_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'vfs_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_error", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'vfs_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_file", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_ilistdir_del", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_ilistdir_del", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'vfs_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.vfs_lfs_ilistdir_del", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_ilistdir_del", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_ilistdir_del", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_ilistdir_del", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_ilistdir_del", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_ilistdir_del", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_ilistdir_del", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_ilistdir_del", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_ilistdir_del", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_ilistdir_del", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_ilistdir_del", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'vfs_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 79, + "pattern": "name_call_unresolved", + "note": "Call to 'vfs_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mount", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'vfs_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .time_ns(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'vfs_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 99, + "pattern": "name_call_unresolved", + "note": "Call to 'vfs_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_mtime", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_superblock", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsLfs2(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_superblock", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_superblock", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_superblock", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_lfs_superblock", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_mountinfo", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_mountinfo", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_mountinfo", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_mountinfo", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_mountinfo", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_mountinfo", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_mountinfo", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_mountinfo", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_mountinfo", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_mountinfo", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_mountinfo", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_mountinfo", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_mountinfo", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_mountinfo", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .platform(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .fileno(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .fileno(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsPosix(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .statvfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_enoent", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_enoent", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_enoent", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_enoent", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_enoent", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_enoent", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_enoent", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsPosix(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsPosix(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_del", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_filter", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_filter", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsPosix(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_filter", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_filter", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_filter", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_filter", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_filter", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_filter", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_filter", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_filter", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_filter", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_ilistdir_filter", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsPosix(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsPosix(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_paths", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'SystemExit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsPosix(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'fs_factory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'fs_factory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'fs_factory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_posix_readonly", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .opendir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .closedir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfile(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .statvfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 301, + "pattern": "self_method_not_found", + "note": "self.assertIsInstance(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 302, + "pattern": "self_method_not_found", + "note": "self.assertRaises(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 307, + "pattern": "self_method_not_found", + "note": "self.assertRaises(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 312, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 313, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 314, + "pattern": "self_method_not_found", + "note": "self.assertRaises(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .ilistdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 319, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 320, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 321, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 322, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 323, + "pattern": "self_method_not_found", + "note": "self.assertRaises(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 328, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .statvfs(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 334, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 336, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 338, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 340, + "pattern": "self_method_not_found", + "note": "self.assertRaises(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 342, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 344, + "pattern": "self_method_not_found", + "note": "self.assertRaises(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 346, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 348, + "pattern": "self_method_not_found", + "note": "self.assertRaises(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 350, + "pattern": "self_method_not_found", + "note": "self.assertRaises(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 352, + "pattern": "self_method_not_found", + "note": "self.assertRaises(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 358, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 359, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 360, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 361, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 362, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 363, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 364, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 365, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 366, + "pattern": "self_method_not_found", + "note": "self.assertRaises(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 369, + "pattern": "self_method_not_found", + "note": "self.assertRaises(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 371, + "pattern": "self_method_not_found", + "note": "self.assertRaises(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 380, + "pattern": "self_method_not_found", + "note": "self.assertRaises(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 388, + "pattern": "self_method_not_found", + "note": "self.assertIn(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 389, + "pattern": "self_method_not_found", + "note": "self.assertIn(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 390, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStandalone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 406, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 407, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 408, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 412, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 413, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 416, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 417, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 420, + "pattern": "self_method_not_found", + "note": "self.assertRaises(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 424, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 425, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 426, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 427, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 428, + "pattern": "self_method_not_found", + "note": "self.assertRaises(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 433, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 435, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 437, + "pattern": "self_method_not_found", + "note": "self.assertRaises(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 439, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 441, + "pattern": "self_method_not_found", + "note": "self.assertRaises(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 443, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 449, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 450, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 451, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 452, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 457, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 458, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 459, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 460, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 461, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 462, + "pattern": "self_method_not_found", + "note": "self.assertIn(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 463, + "pattern": "self_method_not_found", + "note": "self.assertIn(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsRom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 471, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 474, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 477, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 482, + "pattern": "self_method_not_found", + "note": "self.assertIn(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 483, + "pattern": "self_method_not_found", + "note": "self.assertIn(...) not found in class 'TestMounted' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 485, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_rom", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_userfs", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_userfs", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_userfs", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_userfs", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_userfs", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.vfs_userfs", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_basic", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_toobig", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_toobig", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .websocket(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_toobig", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_toobig", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod.websocket_toobig", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_can_instances", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_can_instances", + "lineno": 35, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'Test' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod_hardware.machine_can_instances", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .set_filters(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_can_instances", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .set_filters(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_can_instances", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_can_instances", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_can_instances", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_can_instances", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_can_instances", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_can_instances", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_can_instances", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_can_instances", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_can_timings", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get_timings(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_can_timings", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_can_timings", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get_timings(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_can_timings", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_can_timings", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get_timings(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_can_timings", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'out_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'out_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'out_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'in_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'out_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'in_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'out_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'out_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'out_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'out_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'out_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'out_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_counter", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'outp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'inp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'outp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'inp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'out0_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'out1_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'out0_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'out1_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'out0_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'out0_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'out1_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'out1_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'out1_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'out1_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 88, + "pattern": "name_call_unresolved", + "note": "Call to 'out0_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 88, + "pattern": "name_call_unresolved", + "note": "Call to 'out0_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'out0_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'out1_pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_encoder", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .scan(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .scan(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .scan(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_i2c_target", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .duty_u16(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .duty_u16(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .assertLessEqual(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .assertLessEqual(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .assertTrue(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'pulse_in(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 77, + "pattern": "name_call_unresolved", + "note": "Call to 'pulse_in(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .assertLessEqual(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .duty_u16(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_pwm", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsFat(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .readblocks(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 147, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestSDAlign' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .readblocks(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_sdcard_dma_align", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_break", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_break", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_break", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_break", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_break", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_break", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_break", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_break", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .sendbreak(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_break", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_break", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_rx", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_rx", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_rx", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_rx", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_rx", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_rx", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_rx", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_rx", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_rx", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_rxidle", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_rxidle", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_rxidle", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_rxidle", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_rxidle", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_rxidle", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_rxidle", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_rxidle", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.extmod_hardware.machine_uart_irq_rxidle", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.feature_check.const", + "lineno": 1, + "pattern": "name_call_unresolved", + "note": "Call to 'const(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.feature_check.inlineasm", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.float.cmath_dunder", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .phase(...) - target object type not statically resolved." + }, + { + "module": "tests.float.cmath_dunder", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'clas(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.cmath_fun", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.cmath_fun", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.cmath_fun", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'log(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.cmath_fun_special", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.complex_dunder", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'Test(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.float2int_doubleprec_intbig", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float2int_fp30_intbig", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float2int_intbig", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_array", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_array", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_array", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_array", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_compare", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'Foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.float_dunder", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'Test(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.float_format_accuracy", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_accuracy", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_accuracy", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_accuracy", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .isinf(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_accuracy", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_accuracy", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .frexp(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_ints", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_ints", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_ints", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_ints", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_ints", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_ints", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_ints_doubleprec", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_ints_doubleprec", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_ints_doubleprec", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_ints_doubleprec", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_ints_doubleprec", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_ints_doubleprec", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_ints_doubleprec", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_ints_doubleprec", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_format_ints_power10", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_struct", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_struct", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_struct_e", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_struct_e", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_struct_e", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_struct_e_doubleprec", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_struct_e_doubleprec", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_struct_e_doubleprec", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_struct_e_fp30", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_struct_e_fp30", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tests.float.float_struct_e_fp30", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.float.math_constants", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.float.math_constants", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.float.math_constants", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.float.math_constants", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.float.math_constants_extra", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .copysign(...) - target object type not statically resolved." + }, + { + "module": "tests.float.math_constants_extra", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .copysign(...) - target object type not statically resolved." + }, + { + "module": "tests.float.math_constants_extra", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .copysign(...) - target object type not statically resolved." + }, + { + "module": "tests.float.math_domain", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .ldexp(...) - target object type not statically resolved." + }, + { + "module": "tests.float.math_domain", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.math_domain", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.math_domain_python311", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.math_domain_special", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.math_dunder", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "tests.float.math_factorial_intbig", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'fun(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.math_fun", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.math_fun", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.math_fun", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.float.math_fun", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.math_fun", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.math_fun", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.math_fun", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.math_fun", + "lineno": 90, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.math_fun", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.math_fun_bool", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.math_fun_int", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'fun(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.math_fun_intbig", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'fun(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.math_fun_special", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.math_fun_special", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.float.math_fun_special", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.float.math_fun_special", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.string_format", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.string_format", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.string_format", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.string_format2", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.float.string_format2", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.import.builtin_ext", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.import.builtin_ext", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.import.gen_context", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .call(...) - target object type not statically resolved." + }, + { + "module": "tests.import.import_override", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'orig_import(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.import.import_override", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'orig_import(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.import.import_override2", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'orig_import(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.import.import_pkg1", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .foo(...) - target object type not statically resolved." + }, + { + "module": "tests.import.import_pkg1", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .foo(...) - target object type not statically resolved." + }, + { + "module": "tests.import.import_pkg3", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .foo(...) - target object type not statically resolved." + }, + { + "module": "tests.import.import_pkg5", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .foo(...) - target object type not statically resolved." + }, + { + "module": "tests.import.import_pkg9", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .mod1(...) - target object type not statically resolved." + }, + { + "module": "tests.import.import_pkg9", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .mod2(...) - target object type not statically resolved." + }, + { + "module": "tests.import.import_pkg9", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .mod1(...) - target object type not statically resolved." + }, + { + "module": "tests.import.import_pkg9", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .mod2(...) - target object type not statically resolved." + }, + { + "module": "tests.import.import_pkg9", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .mod1(...) - target object type not statically resolved." + }, + { + "module": "tests.import.import_star", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'visibleFun(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.import.import_star", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'publicFun(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.import.import_star", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'dynamicFun(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.import.import_star", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'publicFun2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.import.try_module", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.rv32.asmargs", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'c_li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmargs", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmargs", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmargs", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmargs", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmargs", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmargs", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmargs", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'sub(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'c_add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'c_sub(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'and_(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'andi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'or_(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'ori(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'c_or(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'c_and(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'xor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'xori(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'c_xor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'slt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'sltu(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'slti(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmarith", + "lineno": 75, + "pattern": "name_call_unresolved", + "note": "Call to 'sltiu(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'beq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'beq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'beq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'bgeu(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 80, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'bltu(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 96, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 99, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 100, + "pattern": "name_call_unresolved", + "note": "Call to 'bge(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 101, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 103, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 116, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 117, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 118, + "pattern": "name_call_unresolved", + "note": "Call to 'blt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 119, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 121, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 132, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 134, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 135, + "pattern": "name_call_unresolved", + "note": "Call to 'c_beqz(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 136, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 138, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 149, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 151, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 152, + "pattern": "name_call_unresolved", + "note": "Call to 'c_bnez(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 153, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmbranch", + "lineno": 155, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmconst", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmconst", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmconst", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'sub(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmconst", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'lui(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmconst", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmconst", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmconst", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'lui(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmconst", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmconst", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'lui(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmconst", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmconst", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'c_lui(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmconst", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'c_li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmconst", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'c_add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'csrrw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'csrrs(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'c_bnez(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'csrrs(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'c_bnez(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'csrrs(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'csrrc(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'csrrs(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'xori(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'and_(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'csrrwi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'csrrs(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'csrrsi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'csrrci(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'csrrci(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'csrrs(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'csrrsi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'csrrs(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmcsr", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdata", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'slli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdata", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdata", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'auipc(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdata", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdata", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'lw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdata", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'jal(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdata", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'data(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdata", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdata", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'slli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdata", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'la(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdata", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdata", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'lw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdata", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'jal(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdata", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdata", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'data(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdata", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdivmul", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'div(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdivmul", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'divu(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdivmul", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'rem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdivmul", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'remu(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdivmul", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'mul(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdivmul", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'mulh(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdivmul", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'mulhu(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmdivmul", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'mulhsu(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'la(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'c_jr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'c_swsp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'c_jal(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'c_lwsp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'c_j(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'c_swsp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'la(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'c_jalr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'c_lwsp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 73, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'jal(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 84, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 87, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 88, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 90, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 100, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 101, + "pattern": "name_call_unresolved", + "note": "Call to 'la(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 102, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 103, + "pattern": "name_call_unresolved", + "note": "Call to 'jalr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 105, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 106, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 108, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 109, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 110, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 111, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmjump", + "lineno": 112, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'c_swsp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'c_swsp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'c_swsp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'c_lw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'lw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'lhu(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'lbu(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'c_swsp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'c_swsp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'c_swsp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'c_sw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'sh(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'sb(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'and_(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'andi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'lw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'lw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'lw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 73, + "pattern": "name_call_unresolved", + "note": "Call to 'c_swsp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'c_swsp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 75, + "pattern": "name_call_unresolved", + "note": "Call to 'lh(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'blt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 77, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'lb(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 79, + "pattern": "name_call_unresolved", + "note": "Call to 'blt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 80, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmloadstore", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmrettype", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'slli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmrettype", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'slli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsanity", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.rv32.asmsanity", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.rv32.asmshift", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'slli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmshift", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'slli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmshift", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'srli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmshift", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'srli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmshift", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'srai(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmshift", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'srai(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmshift", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'c_slli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmshift", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'c_slli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmshift", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'c_srli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmshift", + "lineno": 75, + "pattern": "name_call_unresolved", + "note": "Call to 'c_srli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmshift", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'c_srai(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmshift", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'c_srai(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmshift", + "lineno": 99, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmshift", + "lineno": 100, + "pattern": "name_call_unresolved", + "note": "Call to 'sll(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmshift", + "lineno": 108, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmshift", + "lineno": 109, + "pattern": "name_call_unresolved", + "note": "Call to 'srl(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmshift", + "lineno": 117, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmshift", + "lineno": 118, + "pattern": "name_call_unresolved", + "note": "Call to 'sra(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'sw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'sw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'c_lwsp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'c_lwsp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'c_swsp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'c_swsp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'lw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'lw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'sw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'sw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'c_addi4spn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'lw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmstack", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'jal(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'lw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'jal(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'lbu(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.rv32.asmsum", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zba", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'sh1add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zba", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'sh2add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zba", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'sh3add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 229, + "pattern": "name_call_unresolved", + "note": "Call to 'cm_push(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 230, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 231, + "pattern": "name_call_unresolved", + "note": "Call to 'mv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 232, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 233, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 234, + "pattern": "name_call_unresolved", + "note": "Call to 'cm_mva01s(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 235, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 236, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 237, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 238, + "pattern": "name_call_unresolved", + "note": "Call to 'c_j(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 239, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 240, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 241, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 242, + "pattern": "name_call_unresolved", + "note": "Call to 'cm_pop(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 250, + "pattern": "name_call_unresolved", + "note": "Call to 'cm_push(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 251, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 252, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 253, + "pattern": "name_call_unresolved", + "note": "Call to 'cm_mvsa01(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 254, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 255, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 256, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 257, + "pattern": "name_call_unresolved", + "note": "Call to 'c_j(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 258, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 259, + "pattern": "name_call_unresolved", + "note": "Call to 'li(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 260, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.rv32.asm_ext_zcmp", + "lineno": 261, + "pattern": "name_call_unresolved", + "note": "Call to 'cm_pop(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmargs", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmargs", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmargs", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmargs", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmargs", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmargs", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmargs", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmargs", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmblbx", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmblbx", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmblbx", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmblbx", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'bx(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmblbx", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmblbx", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'sub(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmblbx", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'bx(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmblbx", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmblbx", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'bl(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmblbx", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'bl(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmdata", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'lsl(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmdata", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmdata", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmdata", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'ldr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmdata", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmdata", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'data(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmdata", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmpushpop", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'push(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmpushpop", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'push(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmpushpop", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'pop(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmpushpop", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'pop(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmpushpop", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmpushpop", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmpushpop", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'push(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmpushpop", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmpushpop", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'pop(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmpushpop", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmpushpop", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'bl(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmrettype", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'lsl(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmrettype", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'lsl(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmshift", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'lsl(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmshift", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'lsl(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmshift", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'lsr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmshift", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'lsr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmshift", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'asr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmshift", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'asr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'ldr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'sub(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'cmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'bgt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'ldrb(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'sub(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'cmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'bgt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.thumb.asmsum", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.thumb.asm_thumb2_bcc", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.thumb.asm_thumb2_bcc", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 't(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_thumb2_const", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'movwt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_thumb2_const", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'movwt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_thumb2_const", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'sub(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_thumb2_it", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'cmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_thumb2_it", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'it(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_thumb2_it", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_thumb2_it", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'cmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_thumb2_it", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'ite(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_thumb2_it", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_thumb2_it", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_thumb2_specialregs", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'mrs(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_thumb2_specialregs", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'mrs(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_addsub", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'vmov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_addsub", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'vcvt_f32_s32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_addsub", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'vmov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_addsub", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'vcvt_f32_s32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_addsub", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'vmov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_addsub", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'vcvt_f32_s32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_addsub", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'vadd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_addsub", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'vsub(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_addsub", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'vcvt_s32_f32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_addsub", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'vmov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_cmp", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'vmov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_cmp", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'vcvt_f32_s32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_cmp", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'vmov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_cmp", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'vcvt_f32_s32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_cmp", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'vcmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_cmp", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'vmrs(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_cmp", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_cmp", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'lsr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_ldrstr", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'vldr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_ldrstr", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'vldr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_ldrstr", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'vadd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_ldrstr", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'vstr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_ldrstr", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_muldiv", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'vmov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_muldiv", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'vcvt_f32_s32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_muldiv", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'vmov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_muldiv", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'vcvt_f32_s32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_muldiv", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'vmov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_muldiv", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'vcvt_f32_s32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_muldiv", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'vmul(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_muldiv", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'vdiv(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_muldiv", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'vcvt_s32_f32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_muldiv", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'vmov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_sqrt", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'vmov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_sqrt", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'vcvt_f32_s32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_sqrt", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'vsqrt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_sqrt", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'vmov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_sqrt", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'vcvt_f32_s32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_sqrt", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'vmul(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_sqrt", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'vneg(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_sqrt", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'vcvt_s32_f32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.thumb.asm_vfp_sqrt", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'vmov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmargs", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmargs", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmargs", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmargs", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmargs", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmargs", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmargs", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmargs", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'abs_(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'addx2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'addx4(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'addx8(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'subx2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'subx4(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'subx8(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'neg(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 75, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 77, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 79, + "pattern": "name_call_unresolved", + "note": "Call to 'sub(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 87, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 88, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'and_(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 90, + "pattern": "name_call_unresolved", + "note": "Call to 'or_(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'xor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 100, + "pattern": "name_call_unresolved", + "note": "Call to 'add_n(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 108, + "pattern": "name_call_unresolved", + "note": "Call to 'addi_n(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmarith", + "lineno": 116, + "pattern": "name_call_unresolved", + "note": "Call to 'mull(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'ball(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'bany(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'bbc(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'bbs(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 73, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 105, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 106, + "pattern": "name_call_unresolved", + "note": "Call to 'beq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 108, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 118, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 119, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 120, + "pattern": "name_call_unresolved", + "note": "Call to 'beqz(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 121, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 122, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 132, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 133, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 134, + "pattern": "name_call_unresolved", + "note": "Call to 'bge(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 135, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 136, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 146, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 147, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 148, + "pattern": "name_call_unresolved", + "note": "Call to 'bgeu(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 149, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 150, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 161, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 162, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 163, + "pattern": "name_call_unresolved", + "note": "Call to 'bgez(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 164, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 165, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 175, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 176, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 177, + "pattern": "name_call_unresolved", + "note": "Call to 'blt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 178, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 179, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 189, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 190, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 191, + "pattern": "name_call_unresolved", + "note": "Call to 'bltu(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 192, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 193, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 204, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 205, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 206, + "pattern": "name_call_unresolved", + "note": "Call to 'bltz(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 207, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 208, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 218, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 219, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 220, + "pattern": "name_call_unresolved", + "note": "Call to 'bnall(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 221, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 222, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 233, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 234, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 235, + "pattern": "name_call_unresolved", + "note": "Call to 'bne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 236, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 237, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 247, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 248, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 249, + "pattern": "name_call_unresolved", + "note": "Call to 'bnez(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 250, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 251, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 261, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 262, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 263, + "pattern": "name_call_unresolved", + "note": "Call to 'bnone(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 264, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 265, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 276, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 277, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 278, + "pattern": "name_call_unresolved", + "note": "Call to 'beqz_n(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 279, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 280, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 290, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 291, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 292, + "pattern": "name_call_unresolved", + "note": "Call to 'bnez(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 293, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmbranch", + "lineno": 294, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmjump", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmjump", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'j(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmjump", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmjump", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'j(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmjump", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmjump", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmjump", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmjump", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'call0(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmjump", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmjump", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmjump", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'addi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmjump", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'jx(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmjump", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmjump", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'nop(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'j(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'align(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'data(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'align(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'nop_n(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'nop_n(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'l32r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'call0(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'align(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'label(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'l32i(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'nop(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'l8ui(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'l16ui(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'mov(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'l16si(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 's8i(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 80, + "pattern": "name_call_unresolved", + "note": "Call to 's16i(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 's32i(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmloadstore", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'l32i_n(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmmisc", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'nop(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmmisc", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'nop_n(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmmisc", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'mov_n(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmmisc", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 3, + "pattern": "name_call_unresolved", + "note": "Call to 'slli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'slli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'srli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'srli(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'srai(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'srai(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'ssl(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'sll(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'ssr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'srl(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'movi(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'ssr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 73, + "pattern": "name_call_unresolved", + "note": "Call to 'sra(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'ssai(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'sll(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 90, + "pattern": "name_call_unresolved", + "note": "Call to 'ssa8l(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'srl(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 99, + "pattern": "name_call_unresolved", + "note": "Call to 'ssa8b(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 100, + "pattern": "name_call_unresolved", + "note": "Call to 'sll(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 108, + "pattern": "name_call_unresolved", + "note": "Call to 'ssr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 109, + "pattern": "name_call_unresolved", + "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 117, + "pattern": "name_call_unresolved", + "note": "Call to 'srai(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 125, + "pattern": "name_call_unresolved", + "note": "Call to 'nsa(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.inlineasm.xtensa.asmshift", + "lineno": 134, + "pattern": "name_call_unresolved", + "note": "Call to 'nsau(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.internal_bench.arrayop-1-list_inplace", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.arrayop-2-list_map", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.arrayop-3-bytearray_inplace", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.arrayop-4-bytearray_map", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.bench", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.bench", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.internal_bench.bench", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.bytealloc-1-bytes_n", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.bytealloc-2-repeat", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.bytebuf-1-inplace", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.bytebuf-2-join_map_bytes", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.bytebuf-2-join_map_bytes", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.bytebuf-3-bytarray_map", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_create-0-empty", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_create-1-slots", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_create-1.1-slots5", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_create-2-classattr", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_create-2.1-classattr5", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_create-2.3-classattr5objs", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.internal_bench.class_create-2.3-classattr5objs", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_create-3-instancemethod", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_create-4-classmethod", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_create-4.1-classmethod_implicit", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_create-5-staticmethod", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_create-6-getattribute", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_create-6.1-getattr", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_create-6.2-property", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_create-6.3-descriptor", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_create-7-inherit", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_create-7.1-inherit_initsubclass", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_create-8-metaclass_setname", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_create-8.1-metaclass_setname5", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_instance-0-object", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'X(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.internal_bench.class_instance-0-object", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_instance-0.1-object-gc", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'X(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.internal_bench.class_instance-0.1-object-gc", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_instance-0.1-object-gc", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_instance-1-empty", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'X(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.internal_bench.class_instance-1-empty", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_instance-1.1-classattr", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'X(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.internal_bench.class_instance-1.1-classattr", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_instance-1.2-func", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_instance-1.3-empty-gc", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'X(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.internal_bench.class_instance-1.3-empty-gc", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_instance-1.3-empty-gc", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_instance-2-init", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_instance-2.1-init_super", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_instance-2.1-init_super", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_instance-2.2-new", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_instance-2.2-new", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_instance-3-del", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_instance-3.1-del-gc", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_instance-3.1-del-gc", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_instance-4-slots", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'X(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.internal_bench.class_instance-4-slots", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.class_instance-4.1-slots5", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'X(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.internal_bench.class_instance-4.1-slots5", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.from_iter-1-list_bound", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.from_iter-2-list_unbound", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.from_iter-3-tuple_bound", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.from_iter-4-tuple_unbound", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.from_iter-5-bytes_bound", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.from_iter-6-bytes_unbound", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.from_iter-7-bytearray_bound", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.from_iter-8-bytearray_unbound", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.funcall-1-inline", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.funcall-2-funcall", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.funcall-3-funcall-local", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'f_(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.internal_bench.funcall-3-funcall-local", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.func_args-1.1-pos_1", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.func_args-1.2-pos_3", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.func_args-2-pos_default_2_of_3", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.func_args-3.1-kw_1", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.func_args-3.2-kw_3", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.func_builtin-1-enum_pos", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.func_builtin-2-enum_kw", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.loop_count-1-range", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.loop_count-2-range_iter", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.loop_count-3-while_up", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.loop_count-4-while_down_gt", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.loop_count-5-while_down_ne", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.loop_count-5.1-while_down_ne_localvar", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-1-constant", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-2-global", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-3-local", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-4-arg", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-5-class-attr", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-6-instance-attr", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-6.1-instance-attr-5", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-6.2-instance-speciallookup", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-6.3-instance-property", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-6.4-instance-descriptor", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'Foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.internal_bench.var-6.4-instance-descriptor", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-6.5-instance-getattr", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-6.6-instance-builtin_ordered", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-7-instance-meth", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-8-namedtuple-1st", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.internal_bench.var-8-namedtuple-1st", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-8.1-namedtuple-5th", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.internal_bench.var-8.1-namedtuple-5th", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-9-getattr", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.internal_bench.var-9-getattr", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-9.1-getattr_default", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.internal_bench.var-9.1-getattr_default", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-9.2-getattr_default_special", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-9.3-except_ok", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.internal_bench.var-9.3-except_ok", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-9.4-except_selfinduced", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.internal_bench.var-9.4-except_selfinduced", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-9.5-except_error", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'Foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.internal_bench.var-9.5-except_error", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.internal_bench.var-9.6-except_error_special", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file1", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file1", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file1", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file1", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file1", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file1", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file1", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file1", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file1", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file1", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file1", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file1", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file1", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file1", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file1", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file1", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file1", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_long_read", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_long_read2", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_long_read3", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_readinto", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_readinto", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_readinto", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_readinto_len", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_readinto_len", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_readline", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_readline", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_readline", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_readline", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_readline", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_readline", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_readline", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_seek", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_seek", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_seek", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_seek", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_seek", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_seek", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_seek", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_seek", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_seek", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_seek", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_seek", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_seek", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_seek", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_seek", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_seek", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_seek", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_seek", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_seek", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_seek", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_stdio", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .fileno(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_stdio", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .fileno(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_stdio", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .fileno(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_stdio2", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .fileno(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_stdio2", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .fileno(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_stdio2", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_stdio2", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_stdio2", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_stdio2", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_stdio2", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_stdio2", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_stdio2", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .fileno(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_stdio2", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_stdio2", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_stdio2", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_stdio2", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_stdio2", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_stdio2", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_with", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.file_with", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_append", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_append", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_append", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_append", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_append", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_append", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_append", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_append", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_append", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_append", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_plus", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_plus", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_plus", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_plus", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_plus", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_plus", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_plus", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_plus", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_plus", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_plus", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_plus", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_plus", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_plus", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.io.open_plus", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.jni.list", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .cls(...) - target object type not statically resolved." + }, + { + "module": "tests.jni.list", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'ArrayList(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.jni.list", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.jni.list", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.jni.list", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .toString(...) - target object type not statically resolved." + }, + { + "module": "tests.jni.object", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .cls(...) - target object type not statically resolved." + }, + { + "module": "tests.jni.object", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'Integer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.jni.object", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .hashCode(...) - target object type not statically resolved." + }, + { + "module": "tests.jni.object", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .cls(...) - target object type not statically resolved." + }, + { + "module": "tests.jni.object", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .println(...) - target object type not statically resolved." + }, + { + "module": "tests.jni.system_out", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .cls(...) - target object type not statically resolved." + }, + { + "module": "tests.jni.system_out", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .println(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.builtin_execfile", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.builtin_execfile", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.builtin_execfile", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.builtin_execfile", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.builtin_execfile", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'execfile(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.builtin_execfile", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'execfile(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.builtin_execfile", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'execfile(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.builtin_execfile", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.builtin_execfile", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.builtin_execfile", + "lineno": 94, + "pattern": "name_call_unresolved", + "note": "Call to 'execfile(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.builtin_execfile", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.builtin_tstring", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to '__template__(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.builtin_tstring", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to '__template__(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.builtin_tstring", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to '__template__(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.builtin_tstring", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to '__template__(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.builtin_tstring", + "lineno": 8, + "pattern": "name_call_unresolved", + "note": "Call to '__template__(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.builtin_tstring", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to '__template__(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.builtin_tstring", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to '__template__(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.builtin_tstring", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to '__template__(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.builtin_tstring", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to '__template__(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.const2", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .f(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.const2", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .X(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.const_math", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.emg_exc", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .alloc_emergency_exception_buf(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.emg_exc", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.emg_exc", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.emg_exc", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.emg_exc", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .print_exception(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.emg_exc", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.emg_exc", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.emg_exc", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.emg_exc", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.extreme_exc", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.extreme_exc", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.extreme_exc", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .alloc_emergency_exception_buf(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.extreme_exc", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.extreme_exc", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.extreme_exc", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.extreme_exc", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.extreme_exc", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.extreme_exc", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.extreme_exc", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.extreme_exc", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_bytesio", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_bytesio", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_bytesio", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_bytesio", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_bytesio", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_bytesio2", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_total(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_bytesio2", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_bytesio2", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_total(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_exc_compressed", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'name(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.heapalloc_exc_compressed", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'name(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.heapalloc_exc_compressed", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_exc_compressed", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'name(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.heapalloc_exc_compressed", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_exc_compressed_emg_exc", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .alloc_emergency_exception_buf(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_exc_compressed_emg_exc", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_exc_compressed_emg_exc", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'name(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.heapalloc_exc_compressed_emg_exc", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'name(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.heapalloc_exc_compressed_emg_exc", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_exc_raise", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_exc_raise", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_bytearray", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_dict", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_dict", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_dict", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_dict", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_list", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_list", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_list", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_list", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_list", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_list", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_memoryview", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_memoryview", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_memoryview", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_memoryview", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_set", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_set", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_set", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_set", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_tuple", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_fail_tuple", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_inst_call", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_inst_call", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'f0(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.heapalloc_inst_call", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'f1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.heapalloc_inst_call", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'f2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.heapalloc_inst_call", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'f3(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.heapalloc_inst_call", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_int_from_bytes", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_int_from_bytes", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_int_from_bytes", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_int_from_bytes", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_int_from_bytes", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_iter", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_str", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_str", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_str", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_super", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_super", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_super", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .foo(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_super", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_super", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_traceback", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_traceback", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_traceback", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_traceback", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .print_exception(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_traceback", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_traceback", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_traceback", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_traceback", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_yield_from", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_yield_from", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_yield_from", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heapalloc_yield_from", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heap_lock", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heap_lock", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heap_lock", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heap_lock", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heap_locked", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heap_locked", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_locked(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heap_locked", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.heap_locked", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_locked(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.import_mpy_invalid", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.import_mpy_invalid", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.import_mpy_invalid", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.import_mpy_invalid", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.import_mpy_native", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.import_mpy_native", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.import_mpy_native", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.import_mpy_native", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.import_mpy_native_gc", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.import_mpy_native_gc", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.import_mpy_native_gc", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.import_mpy_native_gc", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.import_mpy_native_gc", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.import_mpy_native_gc", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.incomplete_exc", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.io_badlength", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.kbd_intr", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .kbd_intr(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.meminfo", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_info(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.meminfo", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_info(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.meminfo", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .qstr_info(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.meminfo", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .qstr_info(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.memstats", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_total(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.memstats", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_current(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.memstats", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_peak(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.memstats", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_total(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.memstats", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_current(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.memstats", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_peak(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.native_gen", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .throw(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.native_gen", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.native_marshal", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.native_marshal", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.native_marshal", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.native_misc", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.opt_level", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .opt_level(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.opt_level", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .opt_level(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.opt_level", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .opt_level(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.opt_level", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .opt_level(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.opt_level", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .opt_level(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.opt_level", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .opt_level(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.opt_level_lineno", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .opt_level(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .RingIO(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .RingIO(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .RingIO(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .RingIO(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .RingIO(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .RingIO(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio_async", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .RingIO(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio_async", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .StreamWriter(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio_async", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio_async", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio_async", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio_async", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio_async", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .readexactly(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio_async", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio_big", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .RingIO(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio_big", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .RingIO(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio_big", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .RingIO(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.ringio_big", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .RingIO(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.schedule", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .schedule(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.schedule", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .schedule(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.schedule", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .schedule(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.schedule", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .schedule(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.schedule", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .schedule(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.schedule_sleep", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .schedule(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.schedule_sleep", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.schedule_sleep", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .schedule(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.schedule_sleep", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .schedule(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.schedule_sleep", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.schedule_sleep", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .schedule(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.schedule_sleep", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .schedule(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.schedule_sleep", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.stack_use", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_use(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.viper_import", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .const(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.viper_large_jump", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.viper_misc3", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.viper_misc_intbig", + "lineno": 7, + "pattern": "name_call_unresolved", + "note": "Call to 'uint(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.viper_preserve_invariants", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.viper_ptr16_load", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'ptr16(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.viper_ptr16_store", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'ptr16(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.viper_ptr16_store_boundary", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.viper_ptr32_load", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'ptr32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.viper_ptr32_store", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'ptr32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.viper_ptr32_store_boundary", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.micropython.viper_ptr8_load", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'ptr8(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.viper_ptr8_store", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'ptr8(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.micropython.viper_ptr8_store_boundary", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.cexample_class", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .Timer(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.cexample_class", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.cexample_class", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.cexample_class", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.cexample_class", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvancedTimer(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.cexample_class", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.cexample_class", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.cexample_module", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.misc.cexample_module", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.cexample_module", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.cexample_module", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.cexample_module", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .add_ints(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.cexample_subclass", + "lineno": 24, + "pattern": "self_method_not_found", + "note": "self.time(...) not found in class 'SubTimer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.misc.cexample_subclass", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.cexample_subclass", + "lineno": 32, + "pattern": "self_method_not_found", + "note": "self.time(...) not found in class 'SubTimer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.misc.features", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.features", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.features", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'c25(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.misc.features", + "lineno": 149, + "pattern": "name_call_unresolved", + "note": "Call to 'foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.misc.non_compliant", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.non_compliant", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.non_compliant", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.non_compliant", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.non_compliant", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.non_compliant", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.non_compliant", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.non_compliant", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .foo(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.non_compliant", + "lineno": 143, + "pattern": "name_call_unresolved", + "note": "Call to 'B(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.misc.print_exception", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .print_exception(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.print_exception", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.print_exception", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.print_exception", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'print_exception(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.misc.print_exception", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.print_exception", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.print_exception", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.print_exception", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.print_exception", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.print_exception", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .print_exception(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.rge_sm", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.misc.rge_sm", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.rge_sm", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.rge_sm", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_atexit", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .atexit(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_exc_info", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_exc_info", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_exc_info", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_cov", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .settrace(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_cov", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .settrace(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_features", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_features", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_features", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_features", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .run_tests(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_features", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .settrace(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_features", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .settrace(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_generator", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_generator", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_generator", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_generator", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .settrace(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_generator", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .settrace(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_loop", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_loop", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .settrace(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_loop", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .settrace(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_subdir.sys_settrace_generic", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'func_obj_1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.misc.sys_settrace_subdir.sys_settrace_generic", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .dummy(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_subdir.sys_settrace_generic", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .saysomething(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_subdir.sys_settrace_generic", + "lineno": 75, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.misc.sys_settrace_subdir.sys_settrace_generic", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .method(...) - target object type not statically resolved." + }, + { + "module": "tests.misc.sys_settrace_subdir.sys_settrace_generic", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'test_closure_inst(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.misc.sys_settrace_subdir.sys_settrace_importme", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'const(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.misc.sys_settrace_subdir.sys_settrace_importme", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'const(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.misc.sys_settrace_subdir.sys_settrace_importme", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'const(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.misc.sys_settrace_subdir.sys_settrace_importme", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'const(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_notify(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_notify(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_indicate(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_notify(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_characteristics(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_characteristic", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_characteristics(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_descriptors(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_descriptor", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_advertise", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_advertise", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_advertise", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_advertise", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_advertise", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_advertise", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_advertise", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_advertise", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_advertise", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_advertise", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_advertise", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_advertise", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_advertise", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_scan(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_advertise", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_advertise", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_advertise", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_advertise", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_connect", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_characteristics(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_device_name", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_characteristics(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_pair(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_characteristics(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_pair(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gap_pair_bond", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_services(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gattc_discover_services", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_set_buffer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_notify(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_notify(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_characteristics(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_gatt_data_transfer", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_services(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_characteristics(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_descriptors(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_exchange_mtu(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_irq_calls", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .l2cap_send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .l2cap_recvinto(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .l2cap_listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .l2cap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .l2cap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_l2cap", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_set_buffer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_notify(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_exchange_mtu(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_characteristics(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_set_buffer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_exchange_mtu(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_notify(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_characteristics(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_mtu_peripheral", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_notify(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_notify(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_characteristics(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_descriptors(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.ble_subscribe", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_set_buffer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_exchange_mtu(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_characteristics(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .output_metric(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_char_write", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_notify(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_characteristics(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_notify(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .output_metric(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_characteristics(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_gatt_notify", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .l2cap_send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .l2cap_recvinto(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .l2cap_listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .l2cap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .l2cap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .output_metric(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.perf_l2cap", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .expect_reboot(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .deepsleep(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_deepsleep_reconnect", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .gatts_register_services(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_advertise(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_services(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_discover_characteristics(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .gattc_write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .gap_disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_bluetooth.stress_log_filesystem", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .BLE(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .ESPNow(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .set_pmk(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .set_pmk(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.10_simple_data", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .ESPNow(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .set_pmk(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.20_send_echo", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .del_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .ESPNow(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .set_pmk(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .del_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.30_lmk_echo", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .irecv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .ESPNow(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .set_pmk(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .recvinto(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .irecv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .irecv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.40_recv_test", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .irecv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .ESPNow(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .set_pmk(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .urandom(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .recvinto(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .urandom(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .irecv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .urandom(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .urandom(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .irecv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.45_recv_espnow_v2", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .irecv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .ESPNow(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .set_pmk(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .irecv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .irecv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.50_esp32_rssi_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .irecv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .ESPNow(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .set_pmk(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .irecv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .irecv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.60_irq_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .ESPNow(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .set_pmk(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .del_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .del_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .del_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.70_channel", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .ESPNow(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .set_pmk(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .del_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.75_rate", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .irecv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .set_pmk(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .airecv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .airecv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .ESPNow(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.80_asyncio_client", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .set_pmk(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .asend(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .ESPNow(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .irecv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .irecv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.81_asyncio_server", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .irecv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .irecv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .ESPNow(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .set_pmk(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .add_peer(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_alloc(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_alloc(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_espnow.90_memory_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_01_rxtx_simple", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .set_filters(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_01_rxtx_simple", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_01_rxtx_simple", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_01_rxtx_simple", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_01_rxtx_simple", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_01_rxtx_simple", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_01_rxtx_simple", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_01_rxtx_simple", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_01_rxtx_simple", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .set_filters(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .set_filters(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_02_rx_callback", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .set_filters(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .set_filters(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_03_rx_filters", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_04_tx_order", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .alloc_emergency_exception_buf(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_04_tx_order", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_04_tx_order", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_04_tx_order", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_04_tx_order", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_04_tx_order", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .set_filters(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_04_tx_order", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_04_tx_order", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_04_tx_order", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_04_tx_order", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_04_tx_order", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_04_tx_order", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_04_tx_order", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_04_tx_order", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_04_tx_order", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_04_tx_order", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_04_tx_order", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_04_tx_order", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .set_filters(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel_send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_05_tx_prio_cancel", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .set_filters(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .set_filters(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_06_remote_req", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .set_filters(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel_send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .state(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .set_filters(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .state(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .get_counters(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .state(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .state(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .get_counters(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .state(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .state(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .get_counters(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .state(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .state(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .get_counters(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .restart(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_07_error_states", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .set_filters(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel_send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .set_filters(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel_send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_can_08_init_mode", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_us(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_us(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_us(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_irq", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_memory", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_memory", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_memory", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_memory", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_memory", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_memory", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_memory", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_memory", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_memory", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_memory", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_memory", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_memory", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_memory", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_memory", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_memory", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_extmod.machine_i2c_target_memory", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_closed(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .Event(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .start_server(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_client_rst", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_closed(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .Event(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .start_server(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .open_connection(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_closed(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_close_write", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_closed(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .Event(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .start_server(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .open_connection(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readall", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_closed(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .Event(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .start_server(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .open_connection(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .readexactly(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .readexactly(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .readexactly(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .readexactly(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .readexactly(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readexactly", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_closed(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .Event(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .start_server(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .open_connection(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_readinto", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get_extra_info(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_closed(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .Event(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .start_server(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .open_connection(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tcp_server_client", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_closed(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .load_cert_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .Event(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .start_server(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .load_verify_locations(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .open_connection(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .load_cert_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .load_verify_locations(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .Event(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .start_server(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .load_verify_locations(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .open_connection(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_cert_required_error", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_closed(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .load_cert_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .Event(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .start_server(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .load_verify_locations(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .open_connection(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_readline", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .load_cert_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .Event(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .start_server(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .load_verify_locations(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .open_connection(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.asyncio_tls_server_client_verify_error", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .load_cert_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .load_verify_locations(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_check_hostname_error", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .load_cert_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .load_verify_locations(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .getpeercert(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_getpeercert", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .load_cert_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .load_verify_locations(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .load_cert_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .cipher(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ciphers(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .set_ciphers(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .load_verify_locations(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_ciphers", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .load_cert_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .load_verify_locations(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_files", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_bad_keys_error", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_binary_identity", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .load_cert_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_client_only_error", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .load_cert_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .load_verify_locations(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_no_fallback_error", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_object", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .load_cert_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .load_verify_locations(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_no_fallback_error", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_server_only_error", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_unknown_identity_error", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_server_client_psk_wrong_key_error", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .load_cert_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .load_verify_locations(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_callback", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .load_cert_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .load_verify_locations(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_error", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .load_cert_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .load_verify_locations(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.sslcontext_verify_time_error", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_ec", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.ssl_cert_rsa", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .setblocking(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_accept_recv", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .setblocking(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_client_rst", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_data", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_recv_peek", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .sendall(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tcp_sendall", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .load_cert_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .recvfrom(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .load_verify_locations(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.tls_dtls_server_client", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .settimeout(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .recvfrom(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .sendto(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .settimeout(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .sendto(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .recvfrom(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .settimeout(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .recvfrom(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .sendto(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_data_multi", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .recvfrom(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_dontwait", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_ip(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .setsockopt(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .recvfrom(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .recvfrom(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .sendto(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_net.udp_recv_peek", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .rxcallback(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_callback", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_filters", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_filters", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_filters", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_filters", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_filters", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_filters", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_filters", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_filters", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_filters", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_filters", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_filters", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_filters", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_filters", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_filters", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_filters", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_filters", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_pyb_can.rx_filters", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'test_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'test_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .urandom(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .urandom(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .globals(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .status(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .WLAN(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .status(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .isconnected(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .status(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.01_ap_sta", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.getaddrinfo", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.getaddrinfo", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.getaddrinfo", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.getaddrinfo", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.getaddrinfo", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.getaddrinfo", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.multi_wlan.getaddrinfo", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.accept_nonblock", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.accept_nonblock", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.accept_nonblock", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.accept_nonblock", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .setblocking(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.accept_nonblock", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.accept_nonblock", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.accept_nonblock", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.accept_timeout", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.accept_timeout", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.accept_timeout", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.accept_timeout", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .settimeout(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.accept_timeout", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .listen(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.accept_timeout", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .accept(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.accept_timeout", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_loopback", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .open_connection(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_loopback", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_loopback", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_loopback", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_loopback", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .readexactly(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_loopback", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_loopback", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_closed(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_loopback", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_loopback", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .readexactly(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_loopback", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_loopback", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_loopback", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_loopback", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_closed(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_loopback", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .start_server(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_loopback", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_start_server", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .start_server(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_start_server", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .start_server(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_start_server", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_start_server", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .start_server(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_start_server", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .start_server(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_start_server", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_start_server", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_closed(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_start_server", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .start_server(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_start_server", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_closed(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_start_server", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_start_server", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_start_server", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.asyncio_start_server", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .setblocking(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .setblocking(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .fail(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .assertRaises(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsNone(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .assertRaises(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsNone(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_nonblock_xfer", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_poll", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_poll", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_poll", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_poll", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_poll", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_poll", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_poll", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_poll", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_poll", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_timeout", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_timeout", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .settimeout(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_timeout", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_timeout", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.connect_timeout", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.ssl_getpeercert", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.ssl_getpeercert", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.ssl_getpeercert", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.ssl_getpeercert", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.ssl_getpeercert", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.ssl_getpeercert", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.ssl_getpeercert", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .getpeercert(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.ssl_getpeercert", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.ssl_getpeercert", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.ssl_verify_callback", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.ssl_verify_callback", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.ssl_verify_callback", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.ssl_verify_callback", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.ssl_verify_callback", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.ssl_verify_callback", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.ssl_verify_callback", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.ssl_verify_callback", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_hosted.ssl_verify_callback", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_cancel_stream", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_cancel_stream", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .open_connection(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_cancel_stream", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .create_task(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_cancel_stream", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_cancel_stream", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_cancel_stream", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_cancel_stream", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_closed(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_cancel_stream", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_open_connection", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .open_connection(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_open_connection", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_open_connection", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_open_connection", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_open_connection", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_open_connection", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_open_connection", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_closed(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_open_connection", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tcp_read_headers", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .open_connection(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tcp_read_headers", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tcp_read_headers", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tcp_read_headers", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tcp_read_headers", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tcp_read_headers", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tcp_read_headers", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tcp_read_headers", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tcp_read_headers", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tcp_read_headers", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_closed(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tcp_read_headers", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tls_open_connection_readline", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tls_open_connection_readline", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tls_open_connection_readline", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .load_verify_locations(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tls_open_connection_readline", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .open_connection(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tls_open_connection_readline", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tls_open_connection_readline", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .drain(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tls_open_connection_readline", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tls_open_connection_readline", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tls_open_connection_readline", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_closed(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.asyncio_tls_open_connection_readline", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.getaddrinfo", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.getaddrinfo", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.getaddrinfo", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.getaddrinfo", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.getaddrinfo", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.getaddrinfo", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.net_inet.getaddrinfo", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.resolve_on_connect", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.resolve_on_connect", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.resolve_on_connect", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.resolve_on_connect", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.resolve_on_connect", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.resolve_on_connect", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.resolve_on_connect", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.resolve_on_connect", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.resolve_on_connect", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.resolve_on_connect", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.resolve_on_connect", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.resolve_on_connect", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.resolve_on_connect", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.ssl_cert", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.ssl_cert", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.ssl_cert", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.ssl_cert", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.ssl_cert", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.ssl_cert", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.ssl_cert", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.ssl_cert", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.ssl_errors", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.ssl_errors", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .setblocking(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.ssl_errors", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.ssl_errors", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.ssl_errors", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.ssl_errors", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.ssl_errors", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.ssl_errors", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.ssl_errors", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.ssl_errors", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.ssl_errors", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_sslcontext_client", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_sslcontext_client", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .load_verify_locations(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_sslcontext_client", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_sslcontext_client", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_sslcontext_client", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_sslcontext_client", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_sslcontext_client", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_sslcontext_client", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_sslcontext_client", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .cipher(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_sslcontext_client", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_nonblock", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_nonblock", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_nonblock", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .setblocking(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_nonblock", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_nonblock", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_nonblock", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .load_default_certs(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_nonblock", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_nonblock", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_nonblock", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .do_handshake(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_nonblock", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_nonblock", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_nonblock", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_nonblock", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_nonblock", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_nonblock", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .load_default_certs(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites_simple", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites_simple", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites_simple", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites_simple", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites_simple", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites_simple", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites_simple", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites_simple", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.test_tls_sites_simple", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.tls_num_errors", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.tls_num_errors", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.tls_num_errors", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.tls_num_errors", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .setblocking(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.tls_num_errors", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.tls_num_errors", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.tls_num_errors", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.tls_num_errors", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.tls_text_errors", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.tls_text_errors", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.tls_text_errors", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.tls_text_errors", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.tls_text_errors", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.net_inet.tls_text_errors", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.benchrun", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.benchrun", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'bm_setup(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.benchrun", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'run(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.benchrun", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'result(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.bm_chaos", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_chaos", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_chaos", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_combination(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_chaos", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_chaos", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_chaos", + "lineno": 143, + "pattern": "name_call_unresolved", + "note": "Call to 'spl(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.bm_chaos", + "lineno": 147, + "pattern": "name_call_unresolved", + "note": "Call to 'spl(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.bm_chaos", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .dist(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_chaos", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_chaos", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .randrange(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_chaos", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .randrange(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_chaos", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .randrange(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_chaos", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDomain(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_chaos", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .Mag(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_chaos", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .Mag(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_chaos", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .Mag(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_chaos", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_fannkuch", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'perm1_ins(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.bm_fannkuch", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'perm1_pop(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.bm_fft", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_fft", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_fft", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .rect(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_fft", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_float", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .maximize(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_float", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_id(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_id(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .clone(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_id(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .already_done(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_id(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .already_done(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_unfixed(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .already_done(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .set_done(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .already_done(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_id(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .already_done(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .set_done(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .next_cell(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .set_done(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_pos(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .already_done(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_pos(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .already_done(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .already_done(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_id(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .already_done(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .clone(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .clone(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 640, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 649, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_hexiom", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.bm_pidigits", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.core_import_mpy_multi", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.core_import_mpy_multi", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.core_import_mpy_multi", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.core_import_mpy_single", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.core_import_mpy_single", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.core_locals", + "lineno": 155, + "pattern": "name_call_unresolved", + "note": "Call to 'A(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.core_str", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.core_str", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_pystone", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_pystone", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .normalise(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .normalise(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .normalise(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .calc_dir(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .put_pix(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .intersect(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 157, + "pattern": "name_call_unresolved", + "note": "Call to 'RGB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .surface_at(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .normalise(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .intersect(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 228, + "pattern": "name_call_unresolved", + "note": "Call to 'RGB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .dull(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 230, + "pattern": "name_call_unresolved", + "note": "Call to 'RGB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .dull(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 231, + "pattern": "name_call_unresolved", + "note": "Call to 'RGB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .dull(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 232, + "pattern": "name_call_unresolved", + "note": "Call to 'RGB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .dull(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 233, + "pattern": "name_call_unresolved", + "note": "Call to 'RGB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .dull(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 234, + "pattern": "name_call_unresolved", + "note": "Call to 'RGB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .shiny(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 235, + "pattern": "name_call_unresolved", + "note": "Call to 'RGB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .dull(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 236, + "pattern": "name_call_unresolved", + "note": "Call to 'RGB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .transparent(...) - target object type not statically resolved." + }, + { + "module": "tests.perf_bench.misc_raytrace", + "lineno": 237, + "pattern": "name_call_unresolved", + "note": "Call to 'RGB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.viper_call0", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.viper_call1a", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.viper_call1b", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.viper_call1c", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.viper_call2a", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.perf_bench.viper_call2b", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .Flash(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .VfsFat(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .umount(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .Flash(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .urandom(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .writeblocks(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .readblocks(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .readblocks(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .urandom(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .writeblocks(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .readblocks(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .urandom(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.alif_hardware.flash_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'apin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'apin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'apin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.adc", + "lineno": 115, + "pattern": "name_call_unresolved", + "note": "Call to 'apin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .scan(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem_into(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem_into(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem_into(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem_into(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem_into(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem_into(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem_into(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem_into(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_into(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem_into(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem_into(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .scan(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_into(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem_into(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .writeto_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .readfrom_mem(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.i2c", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.modwipy", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.modwipy", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .heartbeat(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.modwipy", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .heartbeat(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.modwipy", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .heartbeat(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.modwipy", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .heartbeat(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.modwipy", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .heartbeat(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.modwipy", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .heartbeat(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .urandom(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .urandom(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .sync(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .unmount(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .unmount(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .unmount(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .unmount(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .unmount(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfs(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.os", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .unmount(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'p(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'p(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .alt_list(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .toggle(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 122, + "pattern": "name_call_unresolved", + "note": "Call to 'pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .toggle(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 124, + "pattern": "name_call_unresolved", + "note": "Call to 'pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 126, + "pattern": "name_call_unresolved", + "note": "Call to 'pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 131, + "pattern": "name_call_unresolved", + "note": "Call to 'pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 133, + "pattern": "name_call_unresolved", + "note": "Call to 'pin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .mode(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .mode(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .mode(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .pull(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .pull(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .pull(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .pull(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .drive(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .drive(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .drive(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .drive(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .mode(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .pull(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .drive(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .toggle(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .toggle(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .disable(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'pin0(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'pin0(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'pin0(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'pin1_irq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .disable(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .toggle(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'pin0(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'pin0(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .disable(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.pin_irq", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .disable(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm_left(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm_left(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm_left(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm_left(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm_left(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm_cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm_left(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm_cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.rtc", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.sd", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.sd", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.sd", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .write_readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .write_readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .write_readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .write_readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .write_readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .write_readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .write_readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.spi", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.time", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .mktime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.time", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .localtime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.time", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .mktime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.time", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .localtime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.time", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.time", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.time", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.time", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.time", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.time", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.time", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.time", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.time", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.time", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.time", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.time", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.time", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.time", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_cpu(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.time", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_cpu(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.timer", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .dupterm(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .sendbreak(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .sendbreak(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .dupterm(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .disable(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .enable(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .disable(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.uart_irq", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .disable(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wdt", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wdt", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .feed(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wdt", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wdt", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .feed(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wdt", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.reset.reset", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.reset.reset", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm_cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm_cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm_cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm_cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm_cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm_cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm_cancel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .alarm(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.skipped.rtc_irq", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.machine", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.machine", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.machine", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.machine", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .unique_id(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.machine", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .mac(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.machine", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.machine", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .rng(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.machine", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.machine", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .reset_cause(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.machine", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .wake_reason(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.machine", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.server", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.server", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .Server(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.server", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .timeout(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.server", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .isrunning(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.server", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.server", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .isrunning(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.server", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.server", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .isrunning(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.server", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .timeout(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.server", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.server", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .isrunning(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.server", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.server", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .isrunning(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.server", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.server", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.server", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .timeout(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .isconnected(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .isconnected(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .mode(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .antenna(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .mode(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .auth(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .antenna(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .mode(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .ssid(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .auth(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .antenna(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .mode(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .scan(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .mode(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .mode(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .ssid(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .ssid(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .auth(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .auth(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .auth(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .auth(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .antenna(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .antenna(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .antenna(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .antenna(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .scan(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .antenna(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .mode(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .mode(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .ifconfig(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .ifconfig(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .ifconfig(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .ifconfig(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .isconnected(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .isconnected(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .isconnected(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .mode(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .mode(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .mode(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .mac(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .antenna(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .mode(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .ssid(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .auth(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .auth(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .auth(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .ifconfig(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.cc3200.wlan.wlan", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .ifconfig(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.check_err_str", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.check_err_str", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'fun(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.esp32.check_err_str", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.check_err_str", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'fun(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.esp32.check_err_str", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.check_err_str", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .alloc_emergency_exception_buf(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.check_err_str", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.check_err_str", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'fun(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.esp32.check_err_str", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_idf_heap_info", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .idf_heap_info(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_idf_heap_info", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .idf_heap_info(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_idf_heap_info", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .idf_heap_info(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .set_i32(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .get_i32(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .set_i32(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get_i32(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .get_i32(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .set_blob(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get_blob(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .set_blob(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get_blob(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .erase_key(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .erase_key(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get_i32(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get_i32(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get_blob(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get_i32(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .set_i32(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .get_i32(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get_i32(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .erase_key(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .erase_key(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .erase_key(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .erase_key(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.esp32_nvs", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .readblocks(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .writeblocks(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .get_next_update(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .set_boot(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.esp32.partition_ota", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .reset(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.asm_test", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .asm_add(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.asm_test", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .asm_add1(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.asm_test", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .asm_cast_bool(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.asm_test", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .asm_cast_bool(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.asm_test", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .asm_shift_int(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.asm_test", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .asm_shift_uint(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.mpy_arch_flags_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.mpy_arch_flags_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.mpy_arch_flags_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.mpy_arch_flags_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .mount(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.mpy_arch_flags_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.native_test", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .native_x(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.native_test", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .native_y(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.native_test", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .native_z(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.romfs_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.romfs_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.romfs_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.romfs_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .crc32(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.romfs_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.qemu.viper_test", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .viper_add(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.freq", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.freq", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.i2c", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.modtime", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .mktime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.modtime", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .localtime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.modtime", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .mktime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.modtime", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .localtime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.pin", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.pin", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .high(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.pin", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.pin", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .low(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.rtc_init", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.rtc_init", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .datetime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.rtc_init", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.rtc_init", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .datetime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.spi", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.spi", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.spi", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.spi", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.spi", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.spi", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.renesas-ra.uart1", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .DMA(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_ctrl(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_ctrl(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_ctrl(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_ctrl(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'ticks_us(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'active(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'active(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 95, + "pattern": "name_call_unresolved", + "note": "Call to 'ticks_us(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_ctrl(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_ctrl(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .flags(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_ctrl(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma_timer", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .DMATimer(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma_timer", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .DMA(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma_timer", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma_timer", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma_timer", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma_timer", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma_timer", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .active(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma_timer", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma_timer", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma_timer", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_ctrl(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma_timer", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_dma_timer", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_lightsleep", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .toggle(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_lightsleep", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_lightsleep_regs", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_lightsleep_thread", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_lightsleep_thread", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_lightsleep_thread", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_lightsleep_thread", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_lightsleep_thread", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_lightsleep_thread", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_lightsleep_thread", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_lightsleep_thread", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_lightsleep_thread", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_lightsleep_thread", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_machine_idle", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_machine_idle", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .idle(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_machine_idle", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_machine_idle", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_us(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_thread_reset_part1", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_thread_reset_part2", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.rp2.rp2_thread_reset_part2", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.accel", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .Accel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.accel", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .x(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.accel", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .y(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.accel", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .z(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.accel", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .tilt(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.accel", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .filtered_xyz(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adc", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adc", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .read_timed(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adc", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adc", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .read_timed(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adc", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adc", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .read_timed(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adc", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .read_timed_multi(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adc", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adc", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adc", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .read_timed_multi(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adc", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adc", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adc", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .read_timed_multi(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adcall", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adcall", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adcall", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .read_channel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adcall", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .read_core_temp(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adcall", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .read_core_vbat(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adcall", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .read_core_vref(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.adcall", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .read_vref(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.board_pybv1x", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.board_pybv1x", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .UART(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.board_pybv1x", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .SPI(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.board_pybv1x", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .I2C(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.board_pybv1x", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .CAN(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.dac", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .DAC(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.dac", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .noise(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.dac", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .triangle(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.dac", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.dac", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .write_timed(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.dac", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.dac", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.dac", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .DAC(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.dac", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.extint", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .ExtInt(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.extint", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .disable(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.extint", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .enable(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.extint", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .line(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.extint", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .swint(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.extint", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .disable(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.extint", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .swint(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.extint", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .enable(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.extint", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .swint(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.extint", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .disable(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .scan(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_accel", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .scan(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_accel", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .is_ready(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_accel", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_accel", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_accel", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_accel", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .Accel(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.i2c_error", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .mem_write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.irq", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.irq", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.irq", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.irq", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.irq", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.irq", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.irq", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.irq", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.led", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.led", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .LED(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.led", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .LED(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.led", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .on(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.led", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .intensity(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.led", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.led", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .off(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.led", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .intensity(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.led", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.led", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .toggle(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.led", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .intensity(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.led", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.led", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .intensity(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.led", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .intensity(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.led", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.led", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .intensity(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.led", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .intensity(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.led", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.modstm", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.modtime", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .mktime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.modtime", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .localtime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.modtime", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .mktime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.modtime", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .localtime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .pin(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .port(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .low(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .high(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pin", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .millis(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .millis(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .udelay(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .udelay(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .udelay(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .millis(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .udelay(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .millis(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .have_cdc(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .sync(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .unique_id(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .wfi(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .fault_debug(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb1", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .fault_debug(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .state(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .state(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .restart(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .clearfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .clearfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .CAN(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rtr_filter", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rtr_filter", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rtr_filter", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rtr_filter", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rtr_filter", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rtr_filter", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rtr_filter", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rtr_filter", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rtr_filter", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rtr_filter", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rtr_filter", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rtr_filter", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rtr_filter", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rtr_filter", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .rxcallback(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .rxcallback(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .rxcallback(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .rxcallback(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_classic_rx", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_instances", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_instances", + "lineno": 36, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'Test' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.ports.stm32.pyb_can_instances", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_instances", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_instances", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_instances", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .setfilter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_instances", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_instances", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_instances", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_instances", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_instances", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_instances", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_instances", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_can_instances", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_f405", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_f405", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_f405", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .rng(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_f405", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .I2C(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_f405", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_f411", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .uname(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.pyb_f411", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.rtc", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.rtc", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .datetime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.rtc", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.rtc", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .datetime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.rtc", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .datetime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.rtc", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .datetime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.rtc", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .calibration(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.rtc", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .calibration(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.rtc", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .calibration(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.rtc", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .calibration(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.rtc", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .wakeup(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.servo", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .angle(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.servo", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .angle(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.servo", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .speed(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.servo", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .speed(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.servo", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .pulse_width(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.servo", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .pulse_width(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.servo", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .calibration(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.servo", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .calibration(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.spi", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.spi", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.spi", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.spi", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.spi", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.spi", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .send_recv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.spi", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.switch", + "lineno": 4, + "pattern": "name_call_unresolved", + "note": "Call to 'sw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.stm32.switch", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .callback(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.switch", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .callback(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .prescaler(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .period(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .prescaler(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .prescaler(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .period(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .period(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer_callback", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .callback(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer_callback", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer_callback", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .callback(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer_callback", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer_callback", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer_callback", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer_callback", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer_callback", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer_callback", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .callback(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer_callback", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer_callback", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer_callback", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer_callback", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .callback(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer_callback", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.timer_callback", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.uart", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.uart", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.uart", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.uart", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.uart", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .writechar(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.uart", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .sendbreak(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.uart", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.uart", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.uart", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .writechar(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.uart", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.uart", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.uart", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.uart", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32.uart", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32_hardware.spi_dma_align", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32_hardware.spi_dma_align", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32_hardware.spi_dma_align", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .write_readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32_hardware.spi_dma_align", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.stm32_hardware.spi_dma_align", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .struct(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .addressof(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'extra_coverage(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .set_error(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto1(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .write1(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .set_buf(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .set_buf(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .read1(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .set_buf(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .set_error(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .set_error(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .set_buf(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .set_error(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .set_buf(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto1(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .set_error(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .BufferedWriter(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'extra_cpp_coverage(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .cppfunc(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .f(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .f(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .f(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .f(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.extra_coverage", + "lineno": 150, + "pattern": "name_call_unresolved", + "note": "Call to 'foo_f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.unix.ffi_callback", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_callback", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .func(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_callback", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .as_bytearray(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_callback", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .as_bytearray(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_callback", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .callback(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_callback", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'qsort(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.unix.ffi_float", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_float", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .func(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_float", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'strtof(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.unix.ffi_float", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .func(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_float", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'strtod(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.unix.ffi_float", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .func(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_float", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'fun(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.unix.ffi_float", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .func(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_float", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .func(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_float", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'fun(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.unix.ffi_float2", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_float2", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .func(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_float2", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'fun(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.unix.ffi_int_base", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_int_base", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_int_base", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_int_base", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .func(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_int_base", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_int_base", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.ports.unix.ffi_int_long32", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_int_long32", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .test(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_int_long64", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_int_long64", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .test(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.ffi_int_types", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .test(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.mod_os", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .putenv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.mod_os", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.mod_os", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.mod_os", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .unsetenv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.mod_os", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.mod_os", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.mod_os", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .system(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.mod_os", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .urandom(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.mod_os", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .errno(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.mod_os", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .errno(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.time_mktime_localtime", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .mktime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.time_mktime_localtime", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .mktime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.time_mktime_localtime", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .localtime(...) - target object type not statically resolved." + }, + { + "module": "tests.ports.unix.time_mktime_localtime", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .mktime(...) - target object type not statically resolved." + }, + { + "module": "tests.stress.fun_call_limit", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.stress.fun_call_limit", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.stress.gc_trace", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.stress.gc_trace", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.stress.list_sort", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "tests.stress.list_sort", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "tests.stress.qstr_limit", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.stress.qstr_limit", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.stress.qstr_limit", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'A(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.stress.qstr_limit", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.stress.qstr_limit_str_modulo", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.stress.recursive_data", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tests.stress.recursive_iternext", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'nested_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.thread.disable_irq", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.disable_irq", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.disable_irq", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.disable_irq", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_irq(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.disable_irq", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.disable_irq", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_bytearray", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_bytearray", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_bytearray", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_bytearray", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_bytearray", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_dict", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_dict", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_dict", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_instance", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_instance", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_instance", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_list", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_list", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_list", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_list", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_list", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_list", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_list", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_list", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_list", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_list", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_list", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_list", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_set", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_set", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_set", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_set", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.mutate_set", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_aes", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_aes", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_aes", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_aes", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_aes", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_create", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_create", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_create", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'sleep_ms(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.thread.stress_create", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'sleep_ms(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.thread.stress_heap", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_heap", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_heap", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_recurse", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_recurse", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_schedule", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .disable(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_schedule", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .schedule(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_schedule", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_schedule", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_schedule", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_schedule", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_diff(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_schedule", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .ticks_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_schedule", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_schedule", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep_ms(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.stress_schedule", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .enable(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_coop", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_coop", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_exc1", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_exc1", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_exc1", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_exc2", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_exc2", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_exit1", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_exit1", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_exit1", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_exit2", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_exit2", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_gc1", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_gc1", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_gc1", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_gc1", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_heap_lock", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_heap_lock", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_heap_lock", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_heap_lock", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_heap_lock", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_heap_lock", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_heap_lock", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_heap_lock", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_heap_lock", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_heap_lock", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_heap_lock", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .heap_unlock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_heap_lock", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_heap_lock", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_ident1", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ident(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_ident1", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ident(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_ident1", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_ident1", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock1", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock1", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock1", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock1", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock1", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock1", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock1", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock1", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock1", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock1", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock1", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock1", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock1", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock1", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock1", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock1", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock2", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock2", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock2", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock2", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock2", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock3", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock3", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock3", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock4_intbig", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock4_intbig", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.thread.thread_lock4_intbig", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock4_intbig", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock4_intbig", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock4_intbig", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock4_intbig", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock5", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock5", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock5", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock5", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock5", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_lock5", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_qstr1", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_qstr1", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_qstr1", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_shared1", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_shared1", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_shared1", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_shared2", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_shared2", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_shared2", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_sleep1", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_sleep1", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_sleep1", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'sleep_ms(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.thread.thread_sleep1", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'sleep_ms(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.thread.thread_sleep1", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_sleep1", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'sleep_ms(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.thread.thread_sleep2", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .time_ns(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_sleep2", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_sleep2", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .time_ns(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_sleep2", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_sleep2", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_sleep2", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_sleep2", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_sleep2", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_stacksize1", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_size(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_stacksize1", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_size(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_stacksize1", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_size(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_stacksize1", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_size(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_stacksize1", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_size(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_stacksize1", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .allocate_lock(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_stacksize1", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_size(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_stacksize1", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_stacksize1", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_size(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_stacksize1", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_start1", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_start1", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_start2", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_start2", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_start2", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_stdin", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_stdin", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_stdin", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_stdin", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .start_new_thread(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_stdin", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_stdin(...) - target object type not statically resolved." + }, + { + "module": "tests.thread.thread_stdin", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.file1", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.file2", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.file2", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.file2", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.file2", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.file2", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.file2", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.file2", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.file2", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.file_invalid", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.unicode", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.unicode_index", + "lineno": 1, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.unicode_index", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.unicode_index", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.unicode_index", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.unicode_index", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.unicode_index", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.unicode_pos", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.unicode_pos", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.unicode_pos", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.unicode_pos", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.unicode_str_format", + "lineno": 3, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.unicode_str_format", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.unicode_ure", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.unicode_ure", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .span(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.unicode_ure", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.unicode_ure", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "tests.unicode.unicode_ure", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 58, + "pattern": "self_method_not_found", + "note": "self._get_fn(...) not found in class 'PickleCache' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.ar_util", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 62, + "pattern": "self_method_not_found", + "note": "self._get_fn(...) not found in class 'PickleCache' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.ar_util", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'key(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.ar_util", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 77, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.ar_util", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .store(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .fromhex(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .ELFFile(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .get_section_by_name(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .iter_symbols(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.ar_util", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 123, + "pattern": "name_call_unresolved", + "note": "Call to 'PinGeneratorError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.boardgen", + "lineno": 185, + "pattern": "self_method_not_found", + "note": "self._pin_type(...) not found in class 'PinGenerator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.boardgen", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .reader(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 216, + "pattern": "name_call_unresolved", + "note": "Call to 'PinGeneratorError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.boardgen", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_cpu_pin_name(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_board_pin_name(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .add_board_pin_name(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 240, + "pattern": "name_call_unresolved", + "note": "Call to 'PinGeneratorError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.boardgen", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .reader(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 264, + "pattern": "name_call_unresolved", + "note": "Call to 'PinGeneratorError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.boardgen", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_cpu_pin_name(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .add_af(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 282, + "pattern": "name_call_unresolved", + "note": "Call to 'PinGeneratorError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.boardgen", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 292, + "pattern": "name_call_unresolved", + "note": "Call to 'PinGeneratorError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.boardgen", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .board_pin_names(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_macro(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_macro(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .board_pin_names(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_macro(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .is_const(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .definition(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_macro(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .is_const(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .print_source(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .index_name(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_macro(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .index_name(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .definition(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .index_name(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 557, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_macro(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .is_const(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .definition(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .index_name(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .index_name(...) - target object type not statically resolved." + }, + { + "module": "tools.boardgen", + "lineno": 585, + "pattern": "attribute_call", + "note": "Call via attribute access ._cpu_pin_pointer(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .glob(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .difference_update(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .filter(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 119, + "pattern": "name_call_unresolved", + "note": "Call to 'IndentationError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.codeformat", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .islice(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.codeformat", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .crc32(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .print_help(...) - target object type not statically resolved." + }, + { + "module": "tools.dfu", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.file2h", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.file2h", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.file2h", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.file2h", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.file2h", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.file2h", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.file2h", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 106, + "pattern": "name_call_unresolved", + "note": "Call to 'Output(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 147, + "pattern": "name_call_unresolved", + "note": "Call to 'Output(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 160, + "pattern": "name_call_unresolved", + "note": "Call to 'SystemExit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 223, + "pattern": "name_call_unresolved", + "note": "Call to 'SystemExit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .strftime(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .gmtime(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .splitext(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.gen-cpydiff", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.hci_trace_to_pcap", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.hci_trace_to_pcap", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.hci_trace_to_pcap", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.hci_trace_to_pcap", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.hci_trace_to_pcap", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.hci_trace_to_pcap", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .fromhex(...) - target object type not statically resolved." + }, + { + "module": "tools.hci_trace_to_pcap", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.hci_trace_to_pcap", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.hci_trace_to_pcap", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.hci_trace_to_pcap", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.hci_trace_to_pcap", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.hci_trace_to_pcap", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.hci_trace_to_pcap", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.hci_trace_to_pcap", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.hci_trace_to_pcap", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.hci_trace_to_pcap", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.hci_trace_to_pcap", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.hci_trace_to_pcap", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tools.insert-usb-ids", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.insert-usb-ids", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.insert-usb-ids", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.insert-usb-ids", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.insert-usb-ids", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.insert-usb-ids", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.insert-usb-ids", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.insert-usb-ids", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.insert-usb-ids", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.insert-usb-ids", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_substitute(...) - target object type not statically resolved." + }, + { + "module": "tools.insert-usb-ids", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .Template(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'FreezeError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.makemanifest", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .ManifestFile(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .files(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_py_file(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 208, + "pattern": "name_call_unresolved", + "note": "Call to 'SystemExit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.makemanifest", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.makemanifest", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 131, + "pattern": "name_call_unresolved", + "note": "Call to 'ManifestFileError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.manifestfile", + "lineno": 159, + "pattern": "name_call_unresolved", + "note": "Call to 'ManifestFileError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.manifestfile", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 256, + "pattern": "name_call_unresolved", + "note": "Call to 'ManifestFileError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.manifestfile", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 264, + "pattern": "name_call_unresolved", + "note": "Call to 'ManifestFileError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.manifestfile", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .splitext(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 279, + "pattern": "name_call_unresolved", + "note": "Call to 'ManifestFileError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.manifestfile", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 281, + "pattern": "name_call_unresolved", + "note": "Call to 'ManifestFileError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.manifestfile", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 285, + "pattern": "name_call_unresolved", + "note": "Call to 'ManifestOutput(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.manifestfile", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .relpath(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .splitext(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 317, + "pattern": "name_call_unresolved", + "note": "Call to 'ManifestFileError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.manifestfile", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .check_initialised(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 398, + "pattern": "name_call_unresolved", + "note": "Call to 'ManifestFileError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.manifestfile", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .check_initialised(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .check_initialised(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .check_initialised(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .splitext(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 500, + "pattern": "name_call_unresolved", + "note": "Call to 'ManifestFileError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.manifestfile", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .mkstemp(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .fdopen(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 587, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 587, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 596, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 597, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 599, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 609, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 610, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 615, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 634, + "pattern": "name_call_unresolved", + "note": "Call to 'exit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.manifestfile", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.manifestfile", + "lineno": 644, + "pattern": "name_call_unresolved", + "note": "Call to 'exit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.metrics", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .cpu_count(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .quote(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .OrderedDict(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .removeprefix(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.metrics", + "lineno": 279, + "pattern": "name_call_unresolved", + "note": "Call to 'cmd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'Config(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 438, + "pattern": "name_call_unresolved", + "note": "Call to 'read_byte(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 448, + "pattern": "name_call_unresolved", + "note": "Call to 'read_byte(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 466, + "pattern": "name_call_unresolved", + "note": "Call to 'read_byte(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .qstr_escape(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 620, + "pattern": "name_call_unresolved", + "note": "Call to 'bytes_cons(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .disassemble(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 694, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 697, + "pattern": "attribute_call", + "note": "Call via attribute access .freeze(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 733, + "pattern": "name_call_unresolved", + "note": "Call to 'is_str_type(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 733, + "pattern": "name_call_unresolved", + "note": "Call to 'is_bytes_type(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 735, + "pattern": "name_call_unresolved", + "note": "Call to 'is_str_type(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 739, + "pattern": "name_call_unresolved", + "note": "Call to 'is_str_type(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 740, + "pattern": "attribute_call", + "note": "Call via attribute access .find_by_str(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 743, + "pattern": "name_call_unresolved", + "note": "Call to 'bytes_cons(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 752, + "pattern": "attribute_call", + "note": "Call via attribute access .compute_hash(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 760, + "pattern": "name_call_unresolved", + "note": "Call to 'is_int_type(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 781, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 787, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 801, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 801, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 805, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 805, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 915, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 921, + "pattern": "attribute_call", + "note": "Call via attribute access .disassemble(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 928, + "pattern": "attribute_call", + "note": "Call via attribute access .freeze(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1053, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1054, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1058, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1059, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1060, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1061, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1066, + "pattern": "attribute_call", + "note": "Call via attribute access .get_label(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1073, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1075, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1081, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1119, + "pattern": "attribute_call", + "note": "Call via attribute access .get_label(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1188, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1204, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1229, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1355, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1358, + "pattern": "name_call_unresolved", + "note": "Call to 'bytes_cons(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 1358, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1361, + "pattern": "name_call_unresolved", + "note": "Call to 'bytes_cons(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 1361, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1374, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1375, + "pattern": "attribute_call", + "note": "Call via attribute access .read_uint(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1378, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_index(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1379, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1382, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1383, + "pattern": "name_call_unresolved", + "note": "Call to 'str_cons(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 1383, + "pattern": "attribute_call", + "note": "Call via attribute access .read_bytes(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1384, + "pattern": "attribute_call", + "note": "Call via attribute access .read_byte(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1385, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1385, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1386, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1390, + "pattern": "attribute_call", + "note": "Call via attribute access .read_byte(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1402, + "pattern": "attribute_call", + "note": "Call via attribute access .read_uint(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1405, + "pattern": "attribute_call", + "note": "Call via attribute access .read_uint(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1406, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1407, + "pattern": "attribute_call", + "note": "Call via attribute access .read_bytes(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1409, + "pattern": "attribute_call", + "note": "Call via attribute access .read_byte(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1411, + "pattern": "name_call_unresolved", + "note": "Call to 'str_cons(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 1413, + "pattern": "attribute_call", + "note": "Call via attribute access .find_by_str(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1414, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1418, + "pattern": "name_call_unresolved", + "note": "Call to 'str_cons(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 1420, + "pattern": "name_call_unresolved", + "note": "Call to 'str_cons(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 1422, + "pattern": "name_call_unresolved", + "note": "Call to 'str_cons(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 1425, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1425, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1431, + "pattern": "attribute_call", + "note": "Call via attribute access .read_uint(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1437, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1438, + "pattern": "attribute_call", + "note": "Call via attribute access .read_bytes(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1450, + "pattern": "attribute_call", + "note": "Call via attribute access .read_uint(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1453, + "pattern": "attribute_call", + "note": "Call via attribute access .read_uint(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1457, + "pattern": "attribute_call", + "note": "Call via attribute access .read_uint(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1459, + "pattern": "attribute_call", + "note": "Call via attribute access .read_uint(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1461, + "pattern": "attribute_call", + "note": "Call via attribute access .read_bytes(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1464, + "pattern": "attribute_call", + "note": "Call via attribute access .read_byte(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1468, + "pattern": "attribute_call", + "note": "Call via attribute access .read_uint(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1471, + "pattern": "attribute_call", + "note": "Call via attribute access .read_uint(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1474, + "pattern": "attribute_call", + "note": "Call via attribute access .read_uint(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1475, + "pattern": "attribute_call", + "note": "Call via attribute access .read_uint(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1489, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1498, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1502, + "pattern": "attribute_call", + "note": "Call via attribute access .read_uint(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1504, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1559, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1559, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1559, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1583, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdump(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1588, + "pattern": "attribute_call", + "note": "Call via attribute access .disassemble(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1598, + "pattern": "name_call_unresolved", + "note": "Call to 'bytes_cons(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy-tool", + "lineno": 1600, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1672, + "pattern": "attribute_call", + "note": "Call via attribute access .compute_hash(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1696, + "pattern": "attribute_call", + "note": "Call via attribute access .escape_bytes(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1702, + "pattern": "attribute_call", + "note": "Call via attribute access .freeze(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1737, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1740, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1740, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1835, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1863, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1863, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1878, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1878, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1894, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1897, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1904, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1905, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1910, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1911, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1911, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1919, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1920, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1921, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1923, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1924, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1925, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1926, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1927, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1928, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1929, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1931, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1932, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1933, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1940, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1941, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1941, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1943, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1948, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1951, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1960, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1960, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1962, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1971, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1977, + "pattern": "attribute_call", + "note": "Call via attribute access .rjust(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1979, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1983, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1988, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1989, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 1989, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2024, + "pattern": "self_method_not_found", + "note": "self.wrapped_print(...) not found in class 'PrintShim' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.mpy-tool", + "lineno": 2031, + "pattern": "attribute_call", + "note": "Call via attribute access .__call__(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2038, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2055, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2060, + "pattern": "attribute_call", + "note": "Call via attribute access .__call__(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2063, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2065, + "pattern": "attribute_call", + "note": "Call via attribute access .__call__(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2069, + "pattern": "attribute_call", + "note": "Call via attribute access .__call__(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2071, + "pattern": "attribute_call", + "note": "Call via attribute access .__call__(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2072, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2077, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2091, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2092, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2095, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2098, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2099, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2105, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2108, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2111, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2116, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2117, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2123, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2130, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2136, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2137, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2138, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2153, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_input_headers(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2154, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2170, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy-tool", + "lineno": 2198, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_bin2res", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_cross_all", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_cross_all", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_cross_all", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_cross_all", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_cross_all", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_cross_all", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_cross_all", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_cross_all", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_cross_all", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_cross_all", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_cross_all", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_cross_all", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .system(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 183, + "pattern": "name_call_unresolved", + "note": "Call to 'LinkError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy_ld", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .qstr_escape(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .difference_update(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .data(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 450, + "pattern": "name_call_unresolved", + "note": "Call to 'LinkError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy_ld", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 461, + "pattern": "name_call_unresolved", + "note": "Call to 'LinkError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy_ld", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 510, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 520, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .isexternal(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .istext(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .isrodata(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .isbss(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 577, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 585, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 592, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 597, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 642, + "pattern": "name_call_unresolved", + "note": "Call to 'LinkError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy_ld", + "lineno": 644, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 645, + "pattern": "name_call_unresolved", + "note": "Call to 'LinkError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy_ld", + "lineno": 646, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 649, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 650, + "pattern": "name_call_unresolved", + "note": "Call to 'LinkError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy_ld", + "lineno": 651, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 703, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 708, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 721, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 734, + "pattern": "name_call_unresolved", + "note": "Call to 'LinkError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy_ld", + "lineno": 734, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 743, + "pattern": "name_call_unresolved", + "note": "Call to 'LinkError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy_ld", + "lineno": 743, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 747, + "pattern": "name_call_unresolved", + "note": "Call to 'LinkError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy_ld", + "lineno": 747, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 772, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 775, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 782, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 800, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 802, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 842, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 847, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 848, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 849, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 860, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1002, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1003, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1012, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1013, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1022, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1023, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1032, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1033, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1049, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1050, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1070, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1071, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1077, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1078, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1086, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1087, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1102, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1103, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1117, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1122, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1125, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1127, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1130, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_into(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1138, + "pattern": "attribute_call", + "note": "Call via attribute access .ELFFile(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1139, + "pattern": "attribute_call", + "note": "Call via attribute access .check_arch(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1142, + "pattern": "attribute_call", + "note": "Call via attribute access .iter_symbols(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1142, + "pattern": "attribute_call", + "note": "Call via attribute access .get_section_by_name(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1146, + "pattern": "attribute_call", + "note": "Call via attribute access .iter_sections(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1151, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1152, + "pattern": "attribute_call", + "note": "Call via attribute access .from_elfsec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1154, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1155, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1157, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1158, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1159, + "pattern": "name_call_unresolved", + "note": "Call to 'LinkError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy_ld", + "lineno": 1159, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1168, + "pattern": "attribute_call", + "note": "Call via attribute access .iter_relocations(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1182, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1183, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1187, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1189, + "pattern": "name_call_unresolved", + "note": "Call to 'LinkError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy_ld", + "lineno": 1189, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1203, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1205, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1211, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1272, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1278, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1284, + "pattern": "name_call_unresolved", + "note": "Call to 'LinkError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpy_ld", + "lineno": 1284, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1287, + "pattern": "attribute_call", + "note": "Call via attribute access .find_entry_addr(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1288, + "pattern": "attribute_call", + "note": "Call via attribute access .asm_jump(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1296, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1298, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1303, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1304, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1306, + "pattern": "attribute_call", + "note": "Call via attribute access .print_sections(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1318, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1321, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1323, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1340, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1343, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1347, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1350, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1356, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1388, + "pattern": "attribute_call", + "note": "Call via attribute access .asm_jump(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1388, + "pattern": "attribute_call", + "note": "Call via attribute access .find_entry_addr(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1392, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1393, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1395, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1396, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1397, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1460, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1462, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1467, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1504, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1525, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1531, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1533, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1534, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1549, + "pattern": "attribute_call", + "note": "Call via attribute access .load_archive(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1553, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1558, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1565, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1580, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1589, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1589, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1590, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1591, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1595, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1598, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1600, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1600, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1600, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1603, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1623, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1624, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1624, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1634, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1634, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1636, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1644, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1645, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1648, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1649, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1650, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1651, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1652, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1655, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1658, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1661, + "pattern": "attribute_call", + "note": "Call via attribute access .FileType(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1665, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpy_ld", + "lineno": 1666, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .Telnet(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .read_until(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .read_until(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .read_until(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .read_eager(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .read_eager(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .fileno(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .killpg(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .getpgid(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .Serial(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .killpg(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .getpgid(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .Serial(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .grep(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .Serial(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .monotonic(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 364, + "pattern": "name_call_unresolved", + "note": "Call to 'data_consumer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.pyboard", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .monotonic(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .monotonic(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .monotonic(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 452, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 485, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 509, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 510, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .literal_eval(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 573, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 577, + "pattern": "attribute_call", + "note": "Call via attribute access .convert(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 580, + "pattern": "name_call_unresolved", + "note": "Call to 'listdir_result(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.pyboard", + "lineno": 580, + "pattern": "name_call_unresolved", + "note": "Call to 'listdir_result(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.pyboard", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .literal_eval(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 587, + "pattern": "attribute_call", + "note": "Call via attribute access .stat_result(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 589, + "pattern": "attribute_call", + "note": "Call via attribute access .convert(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .convert(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .literal_eval(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 633, + "pattern": "name_call_unresolved", + "note": "Call to 'progress_callback(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.pyboard", + "lineno": 644, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access .literal_eval(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 657, + "pattern": "name_call_unresolved", + "note": "Call to 'progress_callback(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.pyboard", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .getsize(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 667, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 676, + "pattern": "name_call_unresolved", + "note": "Call to 'progress_callback(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.pyboard", + "lineno": 708, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 714, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 719, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 729, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 738, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 742, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 748, + "pattern": "name_call_unresolved", + "note": "Call to 'op(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.pyboard", + "lineno": 759, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 772, + "pattern": "attribute_call", + "note": "Call via attribute access .exit_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 774, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 808, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 809, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 812, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 815, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 818, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 821, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 822, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 823, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 824, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .add_mutually_exclusive_group(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 832, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 838, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 843, + "pattern": "attribute_call", + "note": "Call via attribute access .add_mutually_exclusive_group(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 844, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 850, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 855, + "pattern": "attribute_call", + "note": "Call via attribute access .add_mutually_exclusive_group(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 856, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 867, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 874, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 875, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 884, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 895, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 909, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 911, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 916, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 925, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 930, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 931, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 945, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 947, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.pyboard", + "lineno": 951, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .getfullargspec(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get_string(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get_string(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .namedtuple(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 100, + "pattern": "name_call_unresolved", + "note": "Call to 'nt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.pydfu", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .set_configuration(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .claim_interface(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .configurations(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .interfaces(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .ctrl_transfer(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .ctrl_transfer(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .ctrl_transfer(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 166, + "pattern": "name_call_unresolved", + "note": "Call to 'SystemExit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.pydfu", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .ctrl_transfer(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .ctrl_transfer(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .ctrl_transfer(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 227, + "pattern": "name_call_unresolved", + "note": "Call to 'progress(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.pydfu", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .ctrl_transfer(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .ctrl_transfer(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .ctrl_transfer(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .dispose_resources(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .crc32(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 452, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 460, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 483, + "pattern": "name_call_unresolved", + "note": "Call to 'SystemExit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.pydfu", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 513, + "pattern": "name_call_unresolved", + "note": "Call to 'progress(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.pydfu", + "lineno": 532, + "pattern": "name_call_unresolved", + "note": "Call to 'progress(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.pydfu", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 557, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 558, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.pydfu", + "lineno": 573, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.uf2conv", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tools.verifygitlog", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .glob(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .issubset(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .difference(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.build-downloads", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.remove_old_firmware", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.remove_old_firmware", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.remove_old_firmware", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.remove_old_firmware", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.remove_old_firmware", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.remove_old_firmware", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.remove_old_firmware", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "tools.autobuild.remove_old_firmware", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tools.make_pinout_diagram.compress", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.make_pinout_diagram.compress", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .compress(...) - target object type not statically resolved." + }, + { + "module": "tools.make_pinout_diagram.pinout", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.make_pinout_diagram.pinout", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.make_pinout_diagram.pinout", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.make_pinout_diagram.pinout", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.make_pinout_diagram.pinout", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.make_pinout_diagram.pinout", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.make_pinout_diagram.pinout", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.make_pinout_diagram.pinout", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.make_pinout_diagram.pinout", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.make_pinout_diagram.pinout", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.make_pinout_diagram.pinout", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.make_pinout_diagram.pinout", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .comports(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .did_action(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .comports(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .comports(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .enter_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .umount_local(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .exit_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .isatty(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_exists(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 143, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 151, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 153, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_readfile(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 165, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_hashfile(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_writefile(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_exists(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 225, + "pattern": "name_call_unresolved", + "note": "Call to 'src_join_fun(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 226, + "pattern": "name_call_unresolved", + "note": "Call to 'src_isdir_fun(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 229, + "pattern": "name_call_unresolved", + "note": "Call to 'src_listdir_fun(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_listdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_mkdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .normpath(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .isabs(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 314, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_listdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_rmdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 326, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .strerror(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_rmfile(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_listdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 372, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .did_action(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 399, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_printfile(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_listdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_mkdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_rmfile(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_rmdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_touchfile(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_hashfile(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 453, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .strerror(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 455, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 460, + "pattern": "attribute_call", + "note": "Call via attribute access .did_action(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 463, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .mkstemp(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_touchfile(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_readfile(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .system(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_writefile(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .did_action(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .exec_raw_no_follow(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .follow(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 494, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 514, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .mount_local(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .umount_local(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .did_action(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .did_action(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 548, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .weekday(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .did_action(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 573, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 589, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 591, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 592, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 593, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .did_action(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 608, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 626, + "pattern": "attribute_call", + "note": "Call via attribute access .did_action(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 630, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 644, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 646, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 648, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 649, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 650, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 659, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 670, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 678, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 681, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 685, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 687, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 692, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 693, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access .compressobj(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 705, + "pattern": "attribute_call", + "note": "Call via attribute access .compress(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 706, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 707, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 707, + "pattern": "attribute_call", + "note": "Call via attribute access .b2a_base64(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 708, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .b2a_base64(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 712, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 715, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 716, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 719, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 722, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 726, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 730, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.commands", + "lineno": 744, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .fileno(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .tcgetattr(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .tcgetattr(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .tcsetattr(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .tcsetattr(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .signal(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .signal(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .kbhit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .kbhit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .getch(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .kbhit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .getch(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .WinDLL(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .WinError(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .get_last_error(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .POINTER(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .get_osfhandle(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .DWORD(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConsoleMode(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .byref(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .SetConsoleMode(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.console", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'help_key(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .add_mutually_exclusive_group(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .add_mutually_exclusive_group(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 440, + "pattern": "name_call_unresolved", + "note": "Call to '__build_class__(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .user_config_dir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 460, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .enter_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 557, + "pattern": "attribute_call", + "note": "Call via attribute access .exit_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 605, + "pattern": "name_call_unresolved", + "note": "Call to 'parser_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 614, + "pattern": "name_call_unresolved", + "note": "Call to 'handler_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.main", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_exists(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_mkdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_hashfile(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .urlopen(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .fs_writefile(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .urlopen(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .did_action(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .exec(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mip", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.mp_errno", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .system(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .waitchar(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .readchar(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .write_ctrl_d(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'console_out_write(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .enter_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .exec_raw_no_follow(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'console_out_write(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'console_out_write(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .exit_raw_repl(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'console_out_write(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_friendly_repl(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .did_action(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .enter(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.repl", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .opendir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .closedir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 112, + "pattern": "name_call_unresolved", + "note": "Call to 'mpy_cross_run(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfile(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.romfs", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 91, + "pattern": "self_method_not_found", + "note": "self.exec(...) not found in class 'Transport' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 97, + "pattern": "name_call_unresolved", + "note": "Call to 'listdir_result(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 97, + "pattern": "name_call_unresolved", + "note": "Call to 'listdir_result(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .literal_eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 103, + "pattern": "self_method_not_found", + "note": "self.exec(...) not found in class 'Transport' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .stat_result(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 104, + "pattern": "self_method_not_found", + "note": "self.eval(...) not found in class 'Transport' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 129, + "pattern": "self_method_not_found", + "note": "self.exec(...) not found in class 'Transport' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 140, + "pattern": "self_method_not_found", + "note": "self.exec(...) not found in class 'Transport' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 142, + "pattern": "self_method_not_found", + "note": "self.eval(...) not found in class 'Transport' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 147, + "pattern": "name_call_unresolved", + "note": "Call to 'progress_callback(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 148, + "pattern": "self_method_not_found", + "note": "self.exec(...) not found in class 'Transport' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 160, + "pattern": "self_method_not_found", + "note": "self.exec(...) not found in class 'Transport' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 163, + "pattern": "self_method_not_found", + "note": "self.exec(...) not found in class 'Transport' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 167, + "pattern": "name_call_unresolved", + "note": "Call to 'progress_callback(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 168, + "pattern": "self_method_not_found", + "note": "self.exec(...) not found in class 'Transport' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 174, + "pattern": "self_method_not_found", + "note": "self.exec(...) not found in class 'Transport' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 180, + "pattern": "self_method_not_found", + "note": "self.exec(...) not found in class 'Transport' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 186, + "pattern": "self_method_not_found", + "note": "self.exec(...) not found in class 'Transport' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 192, + "pattern": "self_method_not_found", + "note": "self.exec(...) not found in class 'Transport' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 198, + "pattern": "self_method_not_found", + "note": "self.exec(...) not found in class 'Transport' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 204, + "pattern": "self_method_not_found", + "note": "self.exec(...) not found in class 'Transport' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport", + "lineno": 209, + "pattern": "self_method_not_found", + "note": "self.eval(...) not found in class 'Transport' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .serial_for_url(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .grep(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .isOpen(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .monotonic(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 146, + "pattern": "name_call_unresolved", + "note": "Call to 'data_consumer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .monotonic(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .monotonic(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .monotonic(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .literal_eval(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .monotonic(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .monotonic(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 347, + "pattern": "name_call_unresolved", + "note": "Call to 'out_callback(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 382, + "pattern": "name_call_unresolved", + "note": "Call to 'out_callback(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 398, + "pattern": "name_call_unresolved", + "note": "Call to 'out_callback(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 414, + "pattern": "name_call_unresolved", + "note": "Call to 'out_callback(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 786, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 786, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 787, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 788, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 789, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 790, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 791, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 792, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 805, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 805, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 808, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 808, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 812, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 819, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 822, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 822, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 825, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 825, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 828, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 828, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 832, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 837, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 844, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 845, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 847, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 848, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 849, + "pattern": "attribute_call", + "note": "Call via attribute access .commonpath(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 857, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 874, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 881, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 883, + "pattern": "attribute_call", + "note": "Call via attribute access .lstat(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 902, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 904, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 908, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 914, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 920, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 928, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 940, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 950, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 959, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 972, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 983, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 994, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 1025, + "pattern": "attribute_call", + "note": "Call via attribute access .inWaiting(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 1026, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 1029, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 1030, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 1034, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 1036, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 1047, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.transport_serial", + "lineno": 1061, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.__main__", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.mpremote.__main__", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.tests._test_mount_readinto_array", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.tests._test_mount_readinto_array", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .readinto(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.tests._test_mount_readinto_array", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.tests._test_mount_write_array", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.mpremote.tests._test_mount_write_array", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + } + ], + "governance_gate": "APPROVED" +} \ No newline at end of file